Browsing Tag
docker
164 posts
How to Build a Self-Hosted AI Gateway With LiteLLM and Open WebUI
If you’ve ever self-hosted AI tools, you know how quickly things get messy. One app talks to OpenAI.…
Building tiny-docker-go in Go: What I Learned from Building a Tiny Docker-like Runtime
Building tiny-docker-go in Go: What I Learned from Building a Tiny Docker-like Runtime I use Docker almost every…
Deploying Cookiecutter Django on DigitalOcean (Ubuntu 24.04 (LTS) x64)
A no-fluff deployment runbook for getting a Cookiecutter Django project live on DigitalOcean using Docker and Traefik. Covers…
I Built a Tool That Writes Its Own Infrastructure
A complete beginner-friendly walkthrough of building SwiftDeploy: a CLI tool that generates Nginx configs, manages Docker containers, enforces…
Docker for TypeScript Developers Building AI Agents in 2026
Modern frontend engineers are no longer just building UI layers. Increasingly, we are building systems that orchestrate AI…
What is Docker ?
Docker is a platform that allows developers to package applications into standardized units called containers. It is useful…
Run, Isolate, and Act: A Minimal Primitive for Container Workflows
You’ve probably wanted to run a one-off command in a clean environment, or pipe a task into an…
The Wrong Unit of Work: What Happened When I Built My Dev Environment using Claude Code
I use Claude Code daily for real product engineering. I’m building a clinical trials platform at PhaseV, and…
Building QM2: A Modern, Dockerized CLI Quiz Engine with 330+ Tests
🚀 The Mission Most quiz applications are web-based, but I wanted something that lives where I spend most…
Getting started with docker
What are containers? Containers are a way of packaging applications together with all required dependencies and configuration, making…