How to Organize your Styles with ITCSS
A sane, scalable, managed CSS architecture.
Last Updated on April 11, 2024 Everyone knows how CSS can be painful when not written properly. It is not an expressive language, it has …
The Good, The Bad, and The Ugly of TypeScript
Is TypeScript really worth it?
Last Updated on July 4, 2023 Over the last few months, I’ve been working in a couple of Node.js projects written in TypeScript, and it …
NPM@5 Arrived. But Is It as Fast as Yarn?
Last Updated on July 4, 2023 Earlier this month, I posted about how yarn is much faster than npm, but today NPM itself posted on …
Should I Migrate to Yarn?
Last Updated on July 4, 2023 Yarn is an alternative package manager for Node.js and Javascript. Acclaimed for being much faster, reliable and secure compared …
Functional Object Composition and MVC
Gluing together encapsulation and functional programming
Last Updated on May 29, 2023 I just read a great blog post on the internet about MVC not being object-oriented, and I could not …
Crystal by Numbers
Benchmarking Kemal, Ruby on Rails, and Sinatra
Last Updated on May 29, 2023 TL;DR Kemal delivers 8.3x more requests than Rails and 1.5x than Sinatra, using only 15MiB (against 110MiB in Rails …
NodeJS and Good Practices
Separation of concerns doesn’t need to be boring
Last Updated on July 4, 2023 Softwares are subject to change all the time, and one aspect that contributes to defining the quality of a …
Parallel Tests with AVA
Last Updated on July 4, 2023 There are a lot of test frameworks for JavaScript/Node.js and I’ve been working with Mocha, Jasmine and Lab for …
Zero to Up and Running a Rails Project only using Docker
Disclaimer: this post is based on Quickstart: Compose and Rails — Docker the main difference is that I will run everything with my own user …