
direnv as a simple way to manage environment variables during development.
The entries below document my learning process and serve as a reference for information I may want to revisit in the future, whether for professional work or personal projects.
All articles are written as notes from the software development process, presenting solutions to specific problems. I always follow the approach of "Make sh*t works!", which is why many entries focus on building and running a simple application that is then progressively developed, step by step, in subsequent articles.

direnv as a simple way to manage environment variables during development.

A post showing how to easily configure a Node.js project for later use as a base in server applications. The project uses TypeScript and Express.JS.

While most web development tutorials focus on No-SQL databases, this post will cover basic SQL database usage using MySQL as an example.