Nextjs Architecture
Guide Next.js 14+ App Router projects using module-based architecture, server-first component strategy, native fetch with revalidation, server actions for mutations, TanStack Query for client-side data, and Zustand for UI state. Use when asked about Next.js folder structure, where to put components, how to fetch data from a Laravel API, when to use server vs client components, how to write server…
Laravel Architecture
Guide Laravel 11 REST API projects using Service + Repository + DTO pattern, module-based structure, migration conventions, model relationships, API Resources, and route organization. Use when asked about Laravel project structure, where to put code, how to write migrations, how to design controllers, how to implement a new module, or how to review Laravel code for convention compliance.