2026.04.10E·90Node.js Native TypeScript Support: Saying Goodbye to ts-node and tsx
A deep dive into Node.js's new experimental native TypeScript execution features, exploring how it works under the hood and why we might finally move away from external bundlers or runners.
Node.jsTypeScriptRuntime
→2026.01.24E·56TypeScript Type Guards: Safely Narrowing Types at Runtime
Dealing with union types where API responses could be success or error? Type guards changed how I handle runtime type checking entirely.
TypeScriptType GuardType Safety
→2026.01.18E·50Bun: Can It Really Replace Node.js?
npm install took 3 minutes, bun install took 10 seconds. It's fast, but can you actually use it in production?
BunNode.jsRuntime
→