It’s always useful to be able to manage things from the terminal, for some of us it’s even a thing about comfort. I used ChatGPT to generate a simple set of alias functions to work as CLI for Apple Music.


Planting trees is a simple and effective way to combat climate change, but it’s important to understand the environmental benefits of doing so. Let’s try to explore how to calculate the amount of CO2 compensated and the amount of water required to grow a tree over a 30-year period. How hard could it be?


Homebrew is a wonderful package manager and, for macOS users, it’s the only sensible option around. However, keeping up to date is really tedious. In this article we set a cron entry to update everything on a schedule.


Code Reader

Writing code is fun. Period. If someone tells you otherwise, they’re probably lying, frustrated, or gatekeeping (permutations are a possibility.). However, as any skill you can develop in life, you have to be conscious about the environment and the requirements of that particular environment.


When generating PDF files in NodeJS, one of the most used ways is to render them through Puppeteer. However, there is no standard way to change the filename on the Puppeteer side when serving the Buffer through Express (or any other webserver), in this post I explain how to change the filename by using appropriate HTTP headers.