session-indexer: giving Claude Code a memory that doesn't die with the project next door
I come back to a project after a week off, and the first ten minutes always go the same way: scrolling through old sessions, trying to remember what w
Curated development tutorials from top sources. Filter by language.
I come back to a project after a week off, and the first ten minutes always go the same way: scrolling through old sessions, trying to remember what w
GitHub:https://github.com/smartboot/feat Almost every Java developer has complained about Spring: slow startup, memory-hungry, bloated dependencies
I open sourced a project I have been building on the side: a Go MCP server that connects Claude Code (or Cursor) directly to a live PostgreSQL databas
TypeScript Branded Types vs. Nominal Types: Which Pattern Should You Use in 2026 Most type safety failures in TypeScript stem from treating
Your Agent Loop Just Cost $1,000: Instrumenting Spring AI with OpenTelemetry GenAI Conventions In 2026, deploying multi-agent systems witho
"RxJS + Angular Reactive Forms — Live Validation & Dynamic Forms" 👋 Welcome to Chapter 8! Forms are EVERYWHERE in web apps —
For a decade, the JavaScript-vs-TypeScript debate was mostly about developer preference. Some people liked types, some found them annoying overhead,
If you've worked with Next.js for a while, you've probably run into this at least once: an environment variable that works perfectly on your machine,
Wasm-pack Build: Cuộc đấu giữa Raptor Lake-U và Core Ultra Khi phát triển WebAssembly bằng Rust, lệnh build là tác vụ lặp đi lặp lại nhiều
Why I'm Building the Fast Series I'm building the Fast Series because creator software has gotten too complicated. Plenty of tools are pow
TIL: Streaming Data in Go with iter and yield While building RagPack, a library that chunks files for embedding, I needed a common way to s
If you build SaaS for the Malaysian market, sooner or later you need FPX — and BayarCash is one of the gateways you'll reach for. The official SDK (we
Introduction: The Makefile Dilemma for Go Beginners As a beginner in Go, you’re likely grappling with a critical question: Should you inves
If you've ever wanted an AI that doesn't just chat but actually does things — queries databases, calls APIs, makes decisions, and learns from results
If you've ever tried integrating a large language model (LLM) into a Java application, you've probably written a lot of boilerplate: HTTP clients, JSO
I'll admit it — when I first saw "Vercel releases an agent framework" hit GitHub, I rolled my eyes. For me, Another one? We've got LangChain at 140K s
Book: Hexagonal Architecture in Go Also by me: The Complete Guide to Go Programming — the companion book in the Thinking in Go series My project:
Somewhere in most event-driven backends, there's a method that looks like this: async placeOrder(input: PlaceOrderInput) { await this.db.insert(o
Why Zero-Knowledge Payments Matter Right Now "Send me your bank statement so I can confirm you can afford this." I hear some version of th
@Transactional(readOnly = true) gets slapped on every query method out of habit, the way people sprinkle final on local variables. A marker for the ne