写给真正
交付技术栈的人
关于 React、Node.js、TypeScript 与 AI 的原创文章,来自与我们操作层软件同一套工程实践。正文为英文。
- NestJSNode.jsTypeScriptRxJS
Inside NestJS Interceptors: Fixing a 96% Latency Regression at Scale
Learn how NestJS's AOP execution pipeline and RxJS teardown pitfalls caused a P99 latency spike, and how to build a zero-allocation audit interceptor to fix it.
1421 词阅读 - TypeScriptReactNext.jsNode.js
TypeScript's Go Compiler and Native Execution: A Migration Guide
Learn how TypeScript's Go-based compiler and Node.js native execution will impact React, Next.js codebases, and what to fix in your tsconfig now.
668 词阅读 - Next.jsAI SDKTypeScriptLLM
Building Multi-Step AI Agent UIs with Next.js and the AI SDK
Learn how to architect a production-ready AI agent interface using typed tools, multi-step loops, and streaming generative UI components in Next.js.
1729 词阅读 - LLMAI AgentsPrompt EngineeringRAG
ReAct Explained: How AI Agents Combine Reasoning with Real-World Actions
Learn how the ReAct framework blends reasoning and tool use to power AI agents, and how it differs from Chain-of-Thought, RL, and reasoning models.
1180 词阅读 - Next.jsBFFAPI DesignBackend Architecture
Turning Next.js Route Handlers Into a Deliberate BFF Layer
Learn what the Backend for Frontend pattern solves, why it's resurfacing in Next.js apps, and how to avoid turning route handlers into bloated god objects.
1403 词阅读 - TypeScriptReactPerformanceCompilers
TypeScript 7's Go Rewrite: What It Means for React Type Safety
Learn how TypeScript 7's Go-based compiler speeds up builds and tightens generic inference, eliminating hidden `any` types in React hooks and JSX.
715 词阅读 - Next.jsTurbopackWebpackPerformance
Tuning Turbopack's New Chunking Controls in Next.js 16.3
A practical look at Next.js 16.3's new turbopackChunking config, explaining how maxChunkCountPerGroup and generateComponentChunks affect bundle size and caching.
1450 词阅读 - LLMAI AgentsGPT-6Gemini
Comparing Frontier AI Agents: Astra, Flash, Fable, and Mythos
A breakdown of how the latest GPT, Gemini, and Claude model releases perform on real agentic tasks like coding, browsing, and tool use, not just benchmarks.
2026 词阅读 - Node.jsTypeScriptTestingJest
Replacing Jest with Node's Native Test Runner in Node 24
A real-world migration shows how Node 24's built-in test runner and native TypeScript support cut CI time while removing four dependencies.
1565 词阅读