Welcome

First Blog Post!

January 20, 2026

Hello!

This is my first blog post, built with Next.js MDX and backed by a PostgreSQL database. It combines Markdown with a robust database to power dynamic content and a full CRUD blog.

This website is a rewrite of my previous one. The original was built with Flask in Python. It worked, but React and Next.js offer far more advantages, such as:

  • Speed
    Development is faster, new features are quicker, and the site feels more responsive for users.

  • Ecosystem
    Next.js has a much larger ecosystem, which makes development smoother and more flexible than what I had with Flask.