A few weeks ago, I containerized my database and forgot about the boring stuff—backups, log rotation, volume management. Then my container restarted. This is the story of how laziness cost me, and how to avoid it."
"You cant learn everything, but you have to convince yourself that you can learn anything"
How To Use Multiple GitHub Accounts
Jan 24, 2026
A demo tutorial for how to use multiple github accounts through SSH
While working on an AI search product, I needed consistent product manuals. To avoid manually creating repetitive PDFs, I built a small AI-powered program that automatically generates product manuals.
After noticing our chat service was slow, I investigated and found that Cloudflare was silently blocking the WebSocket port.
Building Ai Search Product
Sep 29, 2025
A backend API project designed to store product data (name, price, manuals) in a structured database, enhanced with vector search and AI to enable intelligent querying and human-like responses