Blog

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.

SQL Basics with MySQL

October 27, 2019

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