Browsing Tag
docker
160 posts
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…
Kubernetes Is Overkill for 99% of Apps (We Run 500k Logs/Day on Docker Compose)
Everyone says you need Kubernetes for production. They’re wrong. We run Logtide, a full observability platform with log…
“Adeus ‘funciona na minha máquina’: Spring Boot com PostgreSQL usando Docker”
Introdução Quando comecei a estudar containerização de aplicações Java, uma coisa ficou muito clara: o maior ganho não…
Tech Stack Lessons from scaling 20x in a year
A year ago, I wrote about our tech stack and how it helped us run a lean cloud…
Local AI Tools: Introducing LocalAI (Tool 3)
Continuing our exploration of tools for running AI models locally, the next solution to discuss is LocalAI. Unlike…