© 2026 Hashnode
TL;DR Tools: Flask + SQLite with SQLAlchemy, Marshmallow, JWT, Pytest. Goals: Learn auth, schema validation, and ORM basics. User stories: Partners place orders & report sales; admins confirm and track everything. Design choices: Merge orders & s...

Welcome to Day 40 of my #100DaysOfDevOps! Today, I built a CI/CD pipeline for a Python Flask application, containerized it with Docker, and automated the build and deployment process using GitHub Actions. Let’s dive into this exciting journey! 🐍🐳💥...

Get ready to explore Docker! In this article, we'll build a simple Docker image and run it from scratch. We'll cover key concepts like Docker files, images, and containers, equipping you with essential commands. Plus, don't miss the hands-on demo to ...

Dockerfile Docker is a tool that makes it easy to run applications in containers. Containers are like small packages that hold everything an application needs to run. To create these containers, developers use something called a Dockerfile. A Dockerf...

Tracking habits is a great way to maintain and build consistency in your daily life. In this blog post, we will build a simple web-based habit tracker using Python's Flask web framework. This application will allow users to create, track, and manage ...
