Skip to main content
ArticlesProjects
Tag Archive

Articles Tagged: code-organization

Technical writings, opinionated architectures, and development guides tagged with code-organization.

Articles9
Est. Read Time54 mins
Categories1
Featured0
Aug 202614 min read
Laravel

Controlling Code Quality When an Agent Writes Your Laravel

Specs, ADRs and path-scoped rules. The three layers of context I build around an agent so it writes Laravel the way my codebase does, not the way every tutorial does.

Mar 20238 min read
Laravel

Modelling Business Processes in Laravel

Simplify complex business processes in Laravel using pipelines for clean and elegant code.

Mar 20236 min read
Laravel

Laravel Response Classes

Laravel Response Classes; Simplify API responses, maintain code quality with custom response classes.

Feb 20235 min read
Laravel

Managing Routes in a large Laravel Application

Learn strategies like Route Service Provider, File Requires, and Route Groups for managing routes in a large Laravel application.

Jan 20234 min read
Laravel

Reducing code duplication

Learn to reduce code duplication in Laravel using artisan commands and services for better code quality.

Jan 20234 min read
Laravel

Learn all about Laravel's dependency injection container

Learn how Laravel's dependency injection container simplifies code organization and optimization for efficient Laravel applications

Nov 20226 min read
Laravel

Valid validators validating data

Explore Laravel data validation methods, from form requests to centralizing rules with validators and Eloquent Models for cleaner, efficient code.

Jul 20224 min read
Laravel

Using Route Registrars in your Laravel application

Enhance Laravel route management with Route Registrars. Simplify route registration and organization for cleaner and more efficient code.

May 20223 min read
Laravel

Getting started with DDD in Laravel

Master Laravel DDD with ease; Learn how to enhance your Laravel applications by implementing Domain Driven Design for improved structure and maintainability.