A curated collection of useful resources and articles for developers and AI enthusiasts.
Harness engineering: leveraging Codex in an agent-first world - Ryan Lopopolo, OpenAI
Code is no longer static — it has to be treated as a variable in a function, not as the foundation for it. This post explores how engineering practices need to evolve when AI agents become first-class participants in the development workflow.
Writing a good CLAUDE.md - Kyle Mistele
A comprehensive guide on how to write effective CLAUDE.md files for better AI coding assistance. This article covers best practices for onboarding Claude to your codebase, including what information to include, how to structure it, and why less is often more when it comes to instructions.
Key takeaways:
Published: November 25, 2025
Next.js App Router: The Complete Guide - Vercel
The official documentation for Next.js App Router, covering everything from basic routing to advanced patterns like parallel routes, intercepting routes, and server components. Essential reading for modern React development.
Key sections:
TypeScript Handbook - Microsoft
The official TypeScript documentation covering advanced types, utility types, and best practices for writing maintainable TypeScript code.
Essential concepts:
React Performance Patterns - Kent C. Dodds
A deep dive into React optimization techniques, when to use memoization, and common performance pitfalls to avoid.
Key insights:
The State of CSS 2024 - Sacha Greif
Annual survey of CSS usage and trends, showing what's popular, what's emerging, and what developers are excited about.
Highlights from 2024:
REST API Design Best Practices - GitHub
GitHub's API documentation showcasing industry-standard REST API design patterns, including proper HTTP status codes, pagination, and versioning strategies.
Best practices covered:
Web Vitals - Google
Google's guide to Core Web Vitals metrics and how to optimize your site for better user experience and SEO performance.
Core metrics: