Blog
Notes from building backends
Articles on backend engineering, REST APIs, Django, FastAPI, PostgreSQL, n8n integrations, and shipping reliable systems.
FastAPI & SQLAlchemy: MySQL Setup Guide
Wire FastAPI to MySQL with SQLAlchemy, Pydantic schemas, and a small users/todos API.
- Python
- FastAPI
- MySQL
- SQLAlchemy
Your First Journey into RabbitMQ with Python
Hello World with the Pika client: a minimal producer and consumer against RabbitMQ in Docker.
- Python
- RabbitMQ
- Pika
- Message Queues