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 a voice AI assistant in the browser with TypeScript using the Web Speech API, an LLM, and speech synthesis. Handle interruption, wake words, and mobile quirks — no backend needed for speech.
Upgrade your RAG chatbot with inline citations using Claude's Citations API and a React UI that renders clickable source markers. Full TypeScript walkthrough including hallucination detection.
Practical TypeScript codebase patterns that make Claude Code, Cursor, and Copilot dramatically more effective. CLAUDE.md, module boundaries, typed configs, and the file-size rule that fixed our agent's worst habits.