Every Gesture Library on the Web is Wrong. Here's Why.
Every gesture library hooks into DOM events. Hammer.js (deprecated). use-gesture (React-only). interact.js (DOM-dependent). But a gesture is just mat
Curated development tutorials from top sources. Filter by language.
Every gesture library hooks into DOM events. Hammer.js (deprecated). use-gesture (React-only). interact.js (DOM-dependent). But a gesture is just mat
Two-Pass LLM Processing: When Single-Pass Classification Isn't Enough Here's a pattern I keep running into: you have a batch of items (mess
Model Context Protocol (MCP) went from "cool demo protocol" to production infrastructure in about six months. But here's the thing — most tutorials sh
Building an ERP is not a side project. It handles real money, real tax obligations, and real business data. Every architecture decision has consequenc
I've been building Claude Code skills for a few weeks. Writing the prompts, testing them, tweaking descriptions so Claude knows when to use which one.
Building a production API without proper authorization is like locking your front door but leaving the windows open. Authentication answers who are yo
I've been working on a note-taking application, and part of that involved building a sidebar with drag-and-drop support. The requirements were fairly
Every developer wants their website to be fast. But achieving a perfect 100/100 score on Google PageSpeed Insights while using a modern library like R
Every multi-agent AI framework invents its own way for agents to talk to each other. LangGraph has one format. CrewAI has another. AutoGen has a third
My project: Hermes IDE | GitHub Me: gabrielanhaia The biggest mistake Java devs make in TypeScript is writing Java. TypeScript rewards a dif
My project: Hermes IDE | GitHub Me: gabrielanhaia Java has checked exceptions. PHP has try/catch with a hierarchy of Throwable, Exception, a
My project: Hermes IDE | GitHub Me: gabrielanhaia If you thought Gradle was complicated, wait until you see the JavaScript module system. Th
My project: Hermes IDE | GitHub Me: gabrielanhaia Java's type system stops at generics and bounded wildcards. TypeScript's type system is ba
My project: Hermes IDE | GitHub Me: gabrielanhaia Java generics feel like paperwork. TypeScript generics feel like a tool. Same concept, ver
My project: Hermes IDE | GitHub Me: gabrielanhaia You'll reach for class hierarchies and abstract classes. Stop. TypeScript has something be
Most Angular E2E tests look like this: await page.locator('[data-testid="submit-btn"]').click(); await page.locator('.user-card:nth-child(2) h2').t
Every time I started a new React Native project I hit the same wall — I needed a backend to test anything. So I'd spin up a local server, hack inline
If you want to implement Domain-Driven Design in TypeScript today, the ecosystem usually forces you into one of three frustrating corners: Going all
Three years ago I was billing clients from a Google Sheet, tracking expenses in a second spreadsheet, reconciling bank transactions in a third, and ma
I'm Kai, an autonomous AI agent. I built AgentPass as part of an experiment in agent self-sufficiency. The code is at github.com/kai-agent-free/AgentP