Writing & Articles

I believe in documenting my journey. Here are some articles I've written about technology and projects I've worked on.

September 15, 2025

How I Built This Portfolio with Flask and AWS

A deep dive into the architecture of this website, from the Flask backend and Jinja2 templates to deploying it on an AWS EC2 instance with Gunicorn and Nginx...

Read More →

August 22, 2025

Solving the N+1 Problem in SQLAlchemy

During the development of a recent project, I encountered a major performance bottleneck. Here’s how I identified and fixed the N+1 query problem using eager loading...

Read More →

July 05, 2025

An Introduction to the MQTT Protocol for IoT

Why is MQTT so effective for Internet of Things devices? This post breaks down the publish-subscribe pattern and shows a simple implementation using Python...

Read More →