How I Built a Log Analysis Tool to Detect Network Anomalies
When I started this project, I wanted to build something that actually does something, not another todo app or weather widget. I'm a third-year CS stu…
Tech news from the best sources
When I started this project, I wanted to build something that actually does something, not another todo app or weather widget. I'm a third-year CS stu…
Writing changelogs is one of those developer tasks that sounds simple until you are staring at a messy commit history. Some commits matter to users. S…
Raw Call Detail Records are useful, but they are not exactly fun to read. If you are building with voice, messaging, or any communications workflow, C…
RAG is one of those patterns that sounds more complicated than it has to be. At its core, retrieval-augmented generation is just: Store some documents…
The real question isn't which framework is better. It's which one you can stop thinking about six months into the project. Key Takeaways Project Suita…
Last month I published spec-driven development across NestJS, Go, Spring Boot, Laravel, and Rust . This follow-up narrows to the four stable web stack…
A practical story about building a live vessel-tracking dashboard, hitting real-world data limitations, and turning a failed first location into a bet…
🐳 Building a Blog Platform with Docker #5: Add a Dockerfile + Deploy to Clouderized Quick one-liner: Write a Dockerfile, build an image, and deploy to…
PlantCareAI is a weather and context-aware AI plant advisor that gives personalized care guidance based on each plant's history and live local weather…
The Problem I wanted a blog platform that was: Free to host (no monthly bills) Lightweight (not a 500MB WordPress install) Open source (full control o…