Building Scalable Django Applications with Celery and Redis
A comprehensive guide to handling background tasks, scheduled jobs, and async workflows in Django using Celery with Redis as the message broker.
Insights on web development, DevOps, and software engineering.
A comprehensive guide to handling background tasks, scheduled jobs, and async workflows in Django using Celery with Redis as the message broker.
Learn how to implement rolling deployments, health checks, and automated rollbacks using Docker containers orchestrated by Kubernetes.
After years of building React single-page applications, I moved to server-rendered Django templates with HTMX. Here's what changed and why.
A practical security checklist for Django applications covering authentication, CSRF, XSS prevention, headers, and deployment hardening.
Practical strategies we used to reduce our AWS spending by 40% without sacrificing performance, including reserved instances, right-sizing, and architectural changes.
Step-by-step guide to setting up automated testing, linting, security scanning, and deployment for Django projects using GitHub Actions.