Aug 4, 2025 · 2 min read · 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...
Join discussion
Jul 31, 2025 · 13 min read · Let's learn how containers work using Docker and Elastic Beanstalk! You'll get to create your own container (beginner friendly!) and run it using a platform called Docker 🐳 You'll also meet an awesome AWS service called AWS Elastic Beanstalk, which ...
Join discussion
Jul 27, 2025 · 23 min read · 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...
Join discussion
Jun 5, 2025 · 3 min read · 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...
Join discussion
May 18, 2025 · 3 min read · 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...
Join discussion
Dec 29, 2024 · 7 min read · Well, I am a big believer that learning Docker through projects is highly effective because it allows you to apply concepts in real-world scenarios, solidifying your understanding. Starting with the basics and progressing to advanced projects helps b...
Join discussion
Nov 29, 2024 · 2 min read · 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 ...
Join discussion
Nov 18, 2024 · 4 min read · Introduction Spring Boot simplifies the development of Java-based web applications by offering pre-configured templates, tools, and libraries. This guide outlines the steps for creating a Spring Boot Banking App, including setting up an AWS EC2 insta...
Join discussion
Nov 15, 2024 · 4 min read · Today, we're diving into something really exciting: Docker. If you're a DevOps enthusiast or developer looking to streamline your workflow, Docker is an essential tool. In this post, we'll walk you through how to create a simple web application using...
Join discussion