Blog

Node.js Performance: Processing 14GB Files 78% Faster with Buffer Optimization
Learn how to optimize Node.js for processing large files: 14GB of data processed 78% faster using buffer streaming, byte-level parsing, and hash-based lookups. Complete guide with benchmarks, profiling insights, and code examples for handling 1 billion rows efficiently.

Zig and Strings: A Chill Guide
A comprehensive guide for Zig developers on how to represent and manipulate strings effectively. This is a reference manual for working with strings in Zig.

Building React Apps with Bun: A Modern Development Experience
Learn how to build React applications using Bun's fast runtime and built-in tooling. Create a blog app with TailwindCSS and discover the developer experience.

MCP/Tools Are Not REST API: Here's a Better Design
MCP/tools are sometimes designed like REST APIs. I'll show you how to design better tools for AI agents and models.

Looking for the Best React Data Grid (Table)? It's Probably on This List
A review of the top 5 React data grid libraries with code examples and performance benchmarks.

Build Your First AI Agent in 10 Minutes (or Less)
Learn how to build your first AI agent in TypeScript.