Codeminer42's Engineering Blog
The Miners

How to Organize your Styles with ITCSS
Everyone knows how CSS can be painful when not written properly. It is not an expressive language, it has a global scope, cascading rules (the source order really matters), inheritance,…
The Good, The Bad, and The Ugly of TypeScript
Over the last few months, I’ve been working in a couple of Node.js projects written in TypeScript, and it was a bumpy road to follow with ups and downs. What…
NPM@5 Arrived. But Is It as Fast as Yarn?
Earlier this month, I posted about how yarn is much faster than npm, but today NPM itself posted on Medium about code>npm@5
Should I Migrate to Yarn?
Yarn is an alternative package manager for Node.js and Javascript. Acclaimed for being much faster, reliable and secure compared to Npm. But does it really justify a change? In my…
Functional Object Composition and MVC
I just read a great blog post on the internet about MVC not being object-oriented, and I could not agree more — after all, we don’t peel an apple the…