Webpack architecture is heavily based on events (each plugin is basically a set of event listeners called during compilation). Under the hood, webpack uses a library `called` tapable to encapsulate "publish-subscribe" implementation. (more…)
Read more »
Gravitating away from Javascript over the years, I’ve been exposed to many different programming paradigms and languages. One in particular is functional programming with Elixir, and building web apps with the Phoenix framework. Not only is Elixir a clean... (more…)
Read more »
It’s essential to divide JavaScript and CSS code into small and concise parts. We make it easier for ourselves and others to manage it, and also to understand and maintain it later. Browsers on the… (more…)
Read more »