These are my notes on software development.
I hope you find something useful.
Thoughts on the JavaScript-NPM Inc relationship (Updated 2020)
June 23, 2019Some quick history recap of NPM Inc and a few thoughts on the JavaScript ecosystem being to dependant of it.
JavaScript, dependencies and complexity
June 21, 2019A few thoughts about the excessive amount of dependencies that each JavaScript library/framework seems to have and some comparisons.
Weather CLI in Node.js
June 20, 2019In this post we're going to build a weather CLI again, this time we'll be using Node.js though.
Blog with Gatsby.js + Netlify
April 22, 2019In this post, we look at how to create and customize a Gatsby.js blog and then how to put it online on Netlify.
Weather CLI in Python
September 13, 2018In this post we'll go over the steps followed to develop a minimal weather CLI in Python, using the Dark Sky API.