Blog

Articles

Practical guides and case studies on Python, Django, backend architecture, REST APIs, and production scalability.

Browse by category

Categories organize content and help readers quickly find relevant articles.

Django Background Jobs in 2026: Celery, RQ, django-q2, or Dramatiq?

Django Background Jobs in 2026: Celery, RQ, django-q2, or Dramatiq?

When does synchronous stop being enough and when do you actually need a task queue? I compare Celery, RQ, django-q2 and Dramatiq in 2026 - no marketing, concrete trade-offs.

Read
API design mistakes that show up after a year in production

API design mistakes that show up after a year in production

Seven API design mistakes that seem harmless early on but become costly after one year: compatibility, idempotency, error contracts, pagination and deprecation.

Read
Django: monolith or microservices - a rigorous decision guide for seniors, leads, and CTOs

Django: monolith or microservices - a rigorous decision guide for seniors, leads, and CTOs

A practical decision framework for seniors, leads, and CTOs to choose between a modular Django monolith and microservices based on measurable trade-offs.

Read
Next.js + Sanity after a few weeks: what actually works

Next.js + Sanity after a few weeks: what actually works

After several weeks of using Next.js and Sanity for my blog, here’s what works well, what was harder than expected, and what you get out of the box.

Read