PostgreSQL Indexing and EXPLAIN: Make Slow Queries Fast

Learn to read EXPLAIN ANALYZE output, pick the right index type for the query, and turn slow Postgres queries into fast ones — without guessing.

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

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

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