Better react-hook-form Smart Form Components
A guide to creating type-safe, reusable smart form components with react-hook-form and TypeScript, improving form field integration.
A guide to creating type-safe, reusable smart form components with react-hook-form and TypeScript, improving form field integration.
A guide to serving TypeScript definitions for Eden Treaty APIs in production using a dual-mode approach for Elysia and Bun.
Introduces an open-source, agentic approach to end-to-end testing that records user interactions to reduce flakiness and maintenance.
Introduces a free, open-source .NET Toolbox with utilities like JSON to C# conversion, middleware designer, and package centralizer for developers.
Explores the design and type-safety of compound components in React, discussing when they are and aren't the right pattern.
A December 2025 link roundup featuring TypeScript tips, the Bun/Anthropic acquisition, debugging quirks, and bug-fix challenges.
A software engineer reflects on their 2025 professional journey, focusing on joining a startup, scaling codebases, and personal project development.
A daily link roundup for developers covering .NET, web development, AI, and tech trends with numerous technical articles and resources.
A developer's reflection on how AI coding agents, particularly GPT-5 and Codex, have dramatically accelerated software development by handling routine coding tasks.
Discusses the value of using opaque wrapper types in software development to avoid primitive obsession and improve type safety.
A developer shares their experience building a Winter Wishlist app using the MCP-UI framework and Goose AI agent, focusing on UI integration and iframe sizing challenges.
A developer builds a complete FIRE calculator web app using GitHub Copilot's agent mode in VS Code in just 30 minutes.
Explores simplifying code by using a default 'identity' function to handle missing transformations, inspired by Sandi Metz's talk 'Nothing is Something'.
Updates to HTML Minifier Next include performance improvements, presets, new config options, and TypeScript definitions for better HTML minification.
A developer builds a gesture-controlled flight tracker using MediaPipe, TanStack Start, and OpenSky API for the Advent of AI 2025 challenge.
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.