My Favorite Rails Productivity Gem: annotate_models
Very often I find myself working inside a Rails model, and I need to write a validation or a custom method. But I suddenly forget the exact name of my
Curated development tutorials from top sources. Filter by language.
Very often I find myself working inside a Rails model, and I need to write a validation or a custom method. But I suddenly forget the exact name of my
Build Your First MCP Server in 10 Minutes — Copy-Paste TypeScript Tutorial MCP (Model Context Protocol) lets AI models call your code. Inst
When I set out to build Auténtico, my primary goal was to create a fully-featured OpenID Connect Identity Provider where operational simplicity was th
For anyone else trying to configure Mistral's Vibe CLI combined with the Rust Analyzer MCP server (or any MCP server that runs into the naming conflic
Every dev conversation contains decisions. Requirements shift, constraints surface, tradeoffs get made. But most of it disappears into Slack threads a
I work on multiple projects. Decisions, patterns, and context end up scattered across hundreds of files. I forget what I decided three months ago. I r
As the AI hype cycle cools, the real question becomes: what is this technology actually useful for? I believe that even if venture capital dries up a
It’s been a little while since I really used Rust. Understanding this, I Noticed I forgot some of my syntax. Usually when I forget syntax I do a “quic
Every B2B SaaS eventually gets this message from a customer: "Someone changed this record — who did it?" If you don't have audit logs, you have no an
The Real Cost of Unlimited Autonomy At some point in every growing microservices organization, someone realizes that fifteen different team
I've spent the past decade building distributed infrastructure, bare-metal servers, multi-region Kubernetes clusters, P2P networking, and monitoring s
MnemeCache is an open-source distributed in-memory cache written from scratch in Rust. It is not a Redis wrapper or drop-in replacement — it's a groun
I created a new website: Free Access to the 8 Volumes on Typescript & AI Masterclass, no registration required. Choose Volume and chapter on the menu
Every team I have worked with that runs AI in production hits the same wall. They start with one provider, usually OpenAI, and everything is fine. The
The Problem Japan has 80,000+ shrines and temples. But 80% of tourism revenue goes to about 5% of them. Famous spots like Fushimi Inari g
Why I built GemFetch I've been using Bash scripts for a long time, but I wanted something faster and more robust for my system information.
Hey fellow developers! If you’ve ever tried explaining to a compliance officer why a public blockchain “might work” for sensitive healthcare credenti
Post #1 covered the birth — death spirals, 39 tools, a self-written identity. Post #2 covered the pruning — the agent deleted its own code and built s
The short answer sbt-eclipse generates Eclipse project files, JDTLS consumes them. That's the bridge. Everything else is configuration deta
The Story Years ago, when I first needed TCP connection pooling in Go, I found fatih/pool. It was elegant, simple, and it taught me a lot a