Building a Full Project with Claude Code: What I Learned
I built an entire side project using Claude Code as my primary coding tool. Here's what went well, what didn't, and how to approach AI-assisted development realistically.
5 articles
I built an entire side project using Claude Code as my primary coding tool. Here's what went well, what didn't, and how to approach AI-assisted development realistically.
Server Components are the biggest shift in React since hooks. Here's a clear explanation of what they are, how they differ from Client Components, and practical guidance on when to use each.
A straightforward approach to building REST APIs in Laravel. Covers routing, controllers, resources, authentication, and the patterns that keep your API maintainable as it grows.
Laravel 12 dropped in February 2025 with new starter kits, Symfony 7 under the hood, and automatic eager loading. Here's a breakdown of what actually matters for your projects.
The App Router changed how we build Next.js apps. After building several production apps with Next.js 15, here are the patterns and practices that have held up.