[journal] Friendly Little Wrapper Types
Discusses the value of using opaque wrapper types in software development to avoid primitive obsession and improve type safety.
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.
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.