My Blogs 📝

Understanding how map, filter and reduce works

In development, we daily face situations in which we have to make calculations based on the content of an array or object in javascript. Well, the traditional way of accessing and mutating values...

Read More

Code splitting in your vanillaJS app

ES6 introduced a way to easily share code among multiple javascript files. This involves Exporting parts of a javascript file for use in other one or more javascript files...

Read More