Designing Design Systems
A developer's perspective on building effective design systems, focusing on API design, developer experience, and team collaboration.
A developer's perspective on building effective design systems, focusing on API design, developer experience, and team collaboration.
A developer's personal experiment with AI-driven software development using local LLMs, detailing setup, challenges, and initial impressions.
True Myth v9.3.0 release notes, detailing new inspect helpers for functional types and bug fixes for TypeScript developers.
Explains how to use TypeScript's Omit utility type with discriminated unions for better React component prop typing.
Explains how to implement TypeScript Generic Constraints using JSDoc syntax, with examples for functions and Drizzle ORM.
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 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.