Ā© 2026 Hashnode
A simple weather app built with Flask and served via Nginx using Docker Compose. Enter a city name and get real-time weather data fetched from the OpenWeatherMap API. š Project Structure weather-app/ ā āāā app/ ā āāā app.py # Flask a...

Part I: The Container Revolution: Why Modern Development Runs on Containers In modern software development, one of the most persistent and frustrating challenges has been ensuring that an application runs reliably across different computing environme...

In this project, I am deploying a 3 Tier container application with Docker Compose. The application will have the following: Tier 1: Frontend: What users see in the browser (like a website). Tier 2: Backend: The brain of the app, handles requests and...

If you're new to Docker and looking for a practical, beginner-friendly tutorial to understand the core commands used to run, inspect, and manage containers and images, this guide is exactly what you need. In this hands-on walkthrough, we'll cover: H...

Prerequisite: It is recommended to read this blog before proceeding with the current one: Banking App and then Docker Image Push Publicly . I have added this project on my: GitHub Repo you can fork this project. Steps to Dockerize a Spring Boot ...
