Posts
All the articles I've posted.
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.
SQL in 2026: Is It Still Worth Learning?
Posted on:March 10, 2026SQL is still one of the most valuable skills in 2026. Learn why it remains essential across software engineering, analytics, and data platforms, even in the age of AI-generated queries.
CI/CD EAS Workflows: From Pull Request to Production
Posted on:March 5, 2026A complete walkthrough of the EAS Workflows setup I use in production — six workflow files covering every stage from pull request to store release.
How I Manage Versioning in Expo Apps
Posted on:March 2, 2026A production-grade approach to managing versioning in Expo apps using fingerprint-based runtime versions.