Jan 30 · 7 min read · 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...
Join discussion
Aug 14, 2025 · 5 min read · 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! 🐍🐳💥...
Join discussion
Jul 25, 2025 · 11 min read · You pop open your detection dashboard and see a pod spawning /bin/bash, reading /etc/shadow, maybe even curling a crypto miner for good measure. Runtime security caught it. Crisis averted? Except... why did that pod get scheduled in the first place? ...
Join discussion
Oct 23, 2024 · 6 min read · 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 ...
Join discussion
Sep 15, 2024 · 3 min read · Flask is a lightweight, yet powerful web framework written in Python. It is designed to be easy to use and extend, making it a popular choice for web developers who want to build web applications quickly and efficiently. Flask provides the basic tool...
Join discussion
Sep 1, 2024 · 5 min read · 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...
Join discussion
Aug 29, 2024 · 4 min read · 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 ...
Join discussion
Jul 24, 2024 · 4 min read · Building an API from scratch is time consuming so I decided to create a template for more time building and less time configuring. Here's a run through of how it works. We will be working with Python, Flask, SQLalchemy, Marshmellow, PostgreSQL, and U...
Join discussionJul 19, 2024 · 5 min read · It's time to talk about Flask! No matter if you are early in your development career or a highly experienced programmer, chances are you have heard of Flask. It is one of the most popular web frameworks out there, and it is used by some of the bigges...
Join discussion