My website redesign
I've redesigned my website to include all of the open source projects I did. Also my older posts from Medium were ported here, so this would be the new place for my blog.
I've redesigned my website to include all of the open source projects I did. Also my older posts from Medium were ported here, so this would be the new place for my blog.
A JavaScript exercise exploring infinite currying to create a function that sums numbers through chained calls.
Implementing custom scrolling behavior in iOS Safari, using 3 "T"s: transform, translate and transition. Specifically css transform matrix and cubic bezier curves are used. Based on GMail starting points with the research of critical missing parts.
A guide to packaging and exporting Closure Compiler optimized JavaScript code as npm modules for distribution.
A challenging debugging experience of code produced with advanced compilation mode by Closure Compiler.