How to "officially" deprecate methods with Node.js utilities (#tilPost)
Learn how to officially deprecate methods in Node.js libraries using the built-in `util.deprecate` function to provide runtime warnings.
Learn how to officially deprecate methods in Node.js libraries using the built-in `util.deprecate` function to provide runtime warnings.
Key trends from GitHub's 2025 Octoverse report, including record developer growth, TypeScript overtaking Python, and the AI repository explosion.
Dan Abramov is seeking a software engineering role in Japan, detailing his experience with React, React Native, and open-source contributions.
Anthropic proposes a new MCP approach that converts tools into executable code for more efficient AI agents, reducing token usage and errors.
A developer details building a solver for the NYT Pips puzzle using TypeScript, DFS, and optimizations, including a debug UI and tree visualization.
A tutorial on refactoring an Angular form to use the new experimental Signal Forms API, comparing it to Template-Driven and Reactive Forms.
A developer shares their workflow for using AI agents to write 100% of their code, focusing on practical tools and strategies for agentic engineering.
A guide to implementing secure file uploads using Cloudflare R2 storage and the Hono framework, focusing on pre-signed URLs.
Announcing Data API Client v2, a TypeScript rewrite for AWS Aurora Serverless Data API with ORM support and pg/mysql2 compatibility.
Explores TanStack Router's type-safe context inheritance for path and search parameters in nested routes, showcasing automatic type propagation.
A guide to building a Model Context Protocol (MCP) server using a ready-made TypeScript template that handles boilerplate setup.
Introducing Claudiomiro, a Node.js CLI tool that enables Claude AI to autonomously complete complex coding tasks through a structured, looping workflow.
Introduces Lambda Live Debugger and other techniques for debugging AWS Lambda functions and serverless applications effectively.
How Thoughtworks used AI and a 'Research, Review, Rebuild' workflow to modernize the Bahmni hospital system's frontend, drastically cutting migration time.
A tutorial on building an HTML5 math drawing game using a reusable TypeScript class, with a Phaser example for rendering.
A technical guide on integrating a MySQL database with a Nuxt 3+ application using the Drizzle ORM for type-safe, modern development.
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.
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.