Why to use pnpm
Sunday 31/07/2022
·1 min readNPM / YARN are great package managers BUT PNPM is better.
- PNPM is faster than NPM / YARN
- PNPM uses symlinks instead of copying the dependencies
- security - pnpm is safer than npm / yarn
Sunday 31/07/2022
·1 min readNPM / YARN are great package managers BUT PNPM is better.
Build the same AI agent in Mastra and VoltAgent — the two new TypeScript-native frameworks. Honest comparison of DX, memory, MCP support, observability, and bundle size.
Build a multi-agent research assistant with Google ADK for TypeScript. Supervisor agent coordinating three specialists — web researcher, data analyst, report writer — with tool definitions and local + Cloud Run deployment.
Build a TypeScript MCP client that connects to multiple servers simultaneously and lets an LLM use tools from all of them in one conversation — with capability discovery, namespacing, and error handling.