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.
Latest articles, tutorials, and insights from our team
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.
After months of using Claude Code daily, these are the workflows that actually stick. From custom commands to parallel subagents, here's how to get more out of it.
Claude Code is an AI coding assistant that lives in your terminal and understands your entire project. Here's how to set it up and start using it effectively.
Authentication in the App Router works differently than you might expect. Here's how to handle sessions, protect routes, and manage auth state across Server and Client Components.
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.
Your Eloquent queries might be slower than they need to be. Here are seven practical optimizations I use on every Laravel project, from eager loading to chunking large datasets.
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.