Self-Contained TypeScript Programs Using Bun
Explores how Bun's auto-install feature enables self-contained TypeScript programs, comparing it to Python's uv for dependency management.
Explores how Bun's auto-install feature enables self-contained TypeScript programs, comparing it to Python's uv for dependency management.
Comparison of Lambda Live Debugger vs AWS's new official remote debugging for serverless development, highlighting key differences and advantages.
A guide to implementing internationalization (i18n) best practices in React frontends and Node.js backend services for scalable, global applications.
Explains how to use passkeys and the age encryption format for file encryption, including a TypeScript implementation and browser capabilities.
Learn how to build a shared PDF generation package using @react-pdf/renderer and Turborepo monorepo for consistent PDFs across frontend (Next.js) and backend (NestJS).
Peekaboo 2.0 is a fast macOS screenshot tool for AI agents, now available as a CLI to avoid MCP context bloat and enable on-demand use.
A tutorial on using Mitmproxy and Sourcemapper to download and reconstruct original JavaScript/TypeScript source code from sourcemap files.
Explains TypeScript's limitations with Map key checks and Array index access, offering practical solutions and workarounds.
How TypeScript resolved the naming conflict between its existing Iterator type and JavaScript's new global Iterator class from ECMAScript 2025.
Step 4 of a tutorial on building a Helix Jump game prototype using Three.js and TypeScript, covering scoring, CSS backgrounds, and platform animations.
A developer shares a type-safe persistence utility and auto-theming system built with Svelte 5 runes and Zod for robust local storage and theming.
A developer explains the exhaustive bundle size analysis of 16,384 plugin combinations for the modular drag-and-drop library neodrag v3.
A developer's vision for a modern linter, summarizing key design ideas from architecture to ecosystem based on years of experience.
A developer's personal exploration and critique of using AI coding assistants like GitHub Copilot and Claude, examining their impact on the craft of programming.
The zlFetch library adds streaming capabilities and TypeScript support, simplifying handling of Server-Sent Events, Chunked Encoding, and normal streams.
An exploration of TanStack Router's features, focusing on its type-safe routing and developer experience for React applications.
How to migrate email infrastructure from plain HTML to React Email with zero downtime using the Strategy Pattern.
A developer explores design ideas for a linter's ecosystem, discussing community platforms, shared terminology, and core rule strategies.
Step-by-step tutorial on building a Helix Jump game prototype using Three.js, TypeScript, and GSAP for camera animations and spike collision.
A developer explores ideas for improving linter developer experience, focusing on clarity, minimalism, and removing warnings.