AIArchitectureDXWorkflow
The AI Agent Memory System I Built Was Broken — Here Is the Redesign
Append-only markdown memory works great — until it doesn't. After watching the system degrade in production, our team redesigned it from scratch with strict principles: small, high-signal, controlled, and self-maintaining.
Read full article →AIProductivityDXWorkflow
Give Your AI Agent a Memory — It Will Stop Disappointing You
A simple file-based memory system that turns AI agents from forgetful interns into reliable collaborators. Works for engineers, designers, writers, and anyone who uses AI tools daily.
Read full article →InterviewsEngineering CultureLeadershipCareerTL;DR
Stop Quizzing Senior Engineers — Start Talking to Them (TL;DR)
The condensed version: why conversational interviews beat trivia quizzes for senior roles, with practical examples and actionable advice.
Read full article →InterviewsEngineering CultureLeadershipCareerLong Read
Stop Quizzing Senior Engineers — Start Talking to Them
Why conversational interviews produce better hiring signal than algorithmic puzzles and API trivia — and how one interview with a guy named John changed how I think about hiring.
Read full article →AIDocumentationDXArchitecture
Designing Project Documentation for AI Coding Agents
How structured documentation dramatically improves AI-generated code quality by giving agents the context they need.
Read full article →Next.jsGitHub PagesSSGCI/CDDevOps
Next.js Static Export to GitHub Pages: A Production Setup Guide
How to configure Next.js 15 static export and deploy to GitHub Pages with a custom domain. Covers App Router, basePath, react-markdown blog pipeline, GitHub Actions CI/CD, and common pitfalls.
Read full article →Design SystemsReactArchitecture
Building Design Systems That Scale
How to build component libraries that teams actually want to use.
Read full article →TypeScriptReactDX
Type-Safe React Architecture
Leveraging TypeScript for better developer experience and fewer runtime errors.
Read full article →FormsReact Hook FormArchitecture
Complex Forms Done Right
Patterns for managing complex form state, validation, and user experience.
Read full article →ReactPerformanceOptimization
React Performance Optimization
Practical techniques for building fast React applications at scale.
Read full article →MonorepoArchitectureDevOps
Monorepo Best Practices
How to structure and manage large-scale monorepo projects effectively.
Read full article →