Published onMay 22, 2025Running Django, Celery, and Redis with Docker and Docker ComposeDockerDocker-ComposeDjangoDeploymentThis post explains how I containerized and orchestrated Django, Celery, and Redis using Docker and Docker Compose.
Published onJanuary 25, 2025Understanding Django REST Framework SerializersDjangoDRFSerializerThis post outlines the basics of Django REST Framework Serializers.
Published onJanuary 12, 2025Generating API documentation with Django REST Framework and drf-spectacularDjangoDRFdrf-spectacularThis post outlines the steps to generate API documentation with Django REST Framework and drf-spectacular.