CI/CD Build Systems for Cloud-Native Applications
TLDR ; Multi-stage Docker builds with BuildKit caching reduce image sizes by 80% and build times by 60% Remote build caching shares artifacts across d…
Latest Architecture news from Tech News
TLDR ; Multi-stage Docker builds with BuildKit caching reduce image sizes by 80% and build times by 60% Remote build caching shares artifacts across d…
Why all this interest in realtime transcription It all started with the collaboration with PyCon IT. At PyCon IT 2025 they set up live transcription w…
"A Docker container is basically a lightweight VM, right?" No. That sentence alone causes more architectural misunderstandings than any other in moder…
We wrote a production DNS server in ~1000 lines of Go, migrated thousands of records off Hetzner DNS, and dropped propagation time from "up to 90 minu…
If you're looking for a self-hosted way to manage your ebook collection, there are more good options than ever. Whether you want a simple web frontend…
The rise of containerization has fundamentally shifted how software engineers package, distribute and deploy modern applications. In the early days of…
Azure Functions Beyond the Basics Continues from Azure Functions for .NET Developers (Parts 1-9) Part 1: Running Azure Functions in Docker: Why and Ho…
Every new project starts the same way. You spin up an AWS account. You need a VPC. Three AZs, public and private subnets, NAT Gateways. Then you need …
The Dilemma of Remote Monitoring If you've ever tried to set up a monitoring stack for a scattered infrastructure—say, a local home server, a cheap VP…
Managing more than two or three automated scripts in production is where things get messy. You end up with a collection of Python files scattered acro…
Ever came across the meme: “But it works on my computer” If you know docker, then you will understand its meaning, a single line but a very big issue …
You open Teleparty. Your friend opens Teleparty. You both navigate to the same Netflix URL. You count to three. Someone's internet hiccups. Now you're…
Originally published on devopsstart.com, this guide explores how to use Docker multi-stage builds to slash image sizes and harden your production secu…
Every time I spin up a new Angular + Spring Boot + SQL Server stack in Docker I hit the same two headaches in the first ten minutes: 1) The backend co…
I had this idea that kept bugging me: what if your backend could fix itself? Not in some hand-wavy "AI will handle it" way. I mean actually — tail its…
Yesterday, I had two containers: one for my backend, one for my frontend. But running them meant two terminals, two docker run commands, and rememberi…
The Vision As part of my Technical Lab Roadmap, I am moving away from manual configurations. In the world of modern DevOps, if you have to do it twice…
The Problem Most Point of Sale (POS) systems are either bloated enterprise software or outdated legacy apps. I wanted to build something lightweight, …
Text Generation Inference (TGI) has a very specific energy. It is not the newest kid in the inference street, but it is the one that already learned h…
Why this project I was preparing a workshop and needed to expose a url with a specific interface, sparing participants from installing docker or anyth…
Most AI agent platforms give you one assistant with access to everything. Your files, your APIs, your calendar – all in one process, no isolation, no …