PostgreSQL Fundamentals Every Backend Developer Should Know

A primer on the parts of PostgreSQL that backend developers use every day — proper data types, indexing strategies, transactions, JSONB, CTEs, and more.

April 28, 2026 · 7 min · 1329 words · Manvendra Rajpoot

Getting Started with FastAPI: Modern Python APIs Done Right

A practical, hands-on introduction to FastAPI covering type-driven routing, Pydantic validation, async I/O, dependency injection, and a sane project layout.

April 28, 2026 · 5 min · 1017 words · Manvendra Rajpoot

How to Connect PostgreSQL with Django

Step-by-step guide to creating a PostgreSQL database, a dedicated user with sane defaults, and wiring it into a Django project via environment variables.

January 21, 2024 · 5 min · 899 words · Manvendra Rajpoot