Let's try docker composeIn this article, we are going to explore the usage of docker compose with a practical web application which has react js as frontend, python fastapi as backend, postgresql as db and also this application is running deepseek llm 7b model locally. Each...Aug 13, 2025·2 min read
Containerising a simple Django application with DockerIn this article, we'll take you on a hands-on journey to containerize a Django application from scratch. Whether you're new to Django or Docker, we'll break down everything — from understanding the core structure of a Django project to building your ...Jul 12, 2025·7 min read
Introduction to DockerWhat is a container ? A container is a standard unit of software that packages up code and all its dependencies so the application runs quickly and reliably from one computing environment to another. A Docker container image is a lightweight, standal...Jul 11, 2025·10 min read