How to Build a Telegram Bot That Feels Like a Real Friend (Not a Chatbot)
The Key Ingredients 1. Persistent Memory The single biggest difference between a chatbot and a companion is memory. Your bot needs to remember what the user to...
The Key Ingredients 1. Persistent Memory The single biggest difference between a chatbot and a companion is memory. Your bot needs to remember what the user to...
Prisma + MongoDB “Hello World” on Docker Prisma is an ORM Object‑Relational Mapper. With MongoDB it works as an Object Document Mapper, mapping collections to...
What are containers? Containers are a way of packaging applications together with all required dependencies and configuration, making the application easy to m...
Background Saturday night, almost eleven. I’m on the couch with a beer, a show playing in the background, when my phone buzzes on Discord: Hey Daniel, my bot s...
Docker is often introduced as a tool to package applications, but many developers struggle once they move beyond basic docker run commands. In this post, I’ll w...
Jan 30, 2026 Docker Sandboxes: Run Claude Code and Other Coding Agents Unsupervised but Safely Secure sandboxes for Claude Code, Gemini, Codex, and Kiro. Run co...
We’ve All Been Here You start a new backend project— not the first one, not the tenth either. Before writing a single line of business logic you’re already doi...
!Cover image for I built a self-hosted Docker platform in Gohttps://media2.dev.to/dynamic/image/width=1000,height=420,fit=cover,gravity=auto,format=auto/https%3...
Overview Building multi‑architecture Docker containers in GitHub Actions is often done by installing BuildX and QEMU. While functional, QEMU emulation can be a...
Reproducing computational research is often assumed to be as simple as rerunning the original code with provided data. In practice, missing packages, fragile fi...
markdown !Cover image for I built an open‑source invoicing app with Next.js 16 — here's the architecturehttps://media2.dev.to/dynamic/image/width=1000,height=42...
Overview When traveling in China, Docker may be unable to download images from Docker Hub, even when using a VPN. A practical workaround is to set up an AWS EC...