Blog
Building AI Agents with TypeScript AI SDK
Learn how to build autonomous AI agents using Vercel AI SDK v5 and TypeScript. Create a production-ready search and summarisation agent with Experimental_Agent class, complete with practical examples.
A Guide to Tool Calling with the Vercel AI SDK
Learn how to connect your AI applications to the real world using tool calling. This step-by-step guide for TypeScript developers shows you how to use custom functions and provider-native tools like Gemini's url_context with the Vercel AI SDK.
Practical Introduction to Angular Signals
A comprehensive tutorial for experienced Angular developers to learn Angular Signals and their practical applications.
Build Your First AI App in 30 Minutes with the TypeScript AI SDK and Gemini
A step-by-step guide for TypeScript developers to build powerful, type-safe AI applications. Create a CLI chatbot and a structured data generator using the Vercel AI SDK and Google's Gemini model.
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.