Posts
All the articles I've posted.
Vector Databases Explained: What They Are, Why They Matter, and Which One to Pick
Posted on:May 6, 2026A breakdown of vector databases: what they are, how they work under the hood, the real-world use cases that make them worth understanding, and a plain-language comparison of the top five options.
Claude Code as a Daily Driver: An Honest Take from a Principal Engineer
Posted on:May 5, 2026How I actually use Claude Code every day as a Principal Engineer — real prompts, CLAUDE.md setup, git integration, and the honest limits of the tool.
The 10 Claude Code Skills I Actually Use at Work
Posted on:April 8, 2026Not a curated list. These are the skills I have installed right now, what they do for me day to day, and why I haven't uninstalled them.
Giving Your AI Agent Memory with SQLite
Posted on:April 1, 2026Part 2 of our AI Agent series — let's give our MCP todo agent persistent memory so it actually remembers your tasks across sessions.
Building Your First AI Agent with Claude and MCP
Posted on:March 25, 2026A practical, hands-on guide to building your first AI Agent using Claude and the Model Context Protocol (MCP). From zero to a working agent with TypeScript.
SQL Query Optimization: How to Make Your Queries Faster
Posted on:March 16, 2026Practical SQL optimization techniques that dramatically improve query performance, from indexing and execution plans to pagination, partitioning, and materialized views.