Beyond Booleans
Explores the limitations of the Boolean type in programming and proposes a more expressive type system for logical expressions.
Explores the limitations of the Boolean type in programming and proposes a more expressive type system for logical expressions.
Poltergeist is an AI-friendly universal file-watcher tool that automatically rebuilds projects when files change, speeding up development cycles.
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.
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 personal exploration and critique of using AI coding assistants like GitHub Copilot and Claude, examining their impact on the craft of programming.
An exploration of TanStack Router's features, focusing on its type-safe routing and developer experience for React applications.
Step-by-step tutorial on building a Helix Jump game prototype using Three.js, TypeScript, and GSAP for camera animations and spike collision.
A curated list of must-see developer sessions from Microsoft Build 2025, focusing on AI, cloud, and development tools.
Explores current best practices, recent advances, and future directions for deploying TypeScript, including type stripping and isolated declarations.
Explores methods for testing TypeScript types, including libraries like asserttt and potential built-in language features for type-level testing.
A guide to building a Model Context Protocol (MCP) server that connects to the Marvel API, demonstrating how to integrate external APIs with AI systems.
Microsoft is developing a new TypeScript compiler in Go, promising 10x speed improvements over the current TypeScript-based compiler.
Analysis of Microsoft's Go port of the TypeScript compiler, discussing the timeline, benefits, and technical details of the native implementation.