Skip to main content
ArticlesProjects
Architecture Journals

Technical Articles

Opinionated writing on software systems, strict monolithic domain boundaries, testing strategies, and Laravel performance.

Articles201
Est. Read Time1,893 mins
Topics17
Series Parts51
Sept 20226 min read
Laravel

Behavioural Driven Development in Laravel

Discover how Laravel can embrace BDD with the 'Given When Then' approach, uniting teams and creating a ubiquitous testing language without new syntax.

Sept 20229 min read
Laravel

From idea, to blog, to live without leaving your IDE

Build a live blog with Statamic in Laravel and deploy to Digital Ocean from your IDE.

Aug 20226 min read
PHP

Working with OS Process in PHP

Learn how to manage and interact with OS processes in PHP for advanced scripting and automation.

Aug 20225 min read
Laravel

Working with Laravel Model Events

Learn how to work with Laravel Model Events and explore different approaches to handle them efficiently. Discover pros and cons of each method.

Aug 202216 min read
Laravel

Event Sourcing in Laravel

Master Event Sourcing in Laravel with this comprehensive guide, perfect for enhancing PHP projects with advanced data tracking and state management techniques.

Aug 202212 min read
Laravel

Zero Hassle CLI Application with Laravel Zero

How can I put this? CLI apps are cool. The ability to open a terminal anywhere and just run a command to do a job that might have taken you much longer.

Aug 202215 min read
Laravel

How I develop applications with Laravel

Learn a unique Laravel development workflow building a to-do API with step-by-step guidance and systematic approach.

Aug 20224 min read
Laravel

JSON API Resources in Laravel

Master JSON API Resources in Laravel. Learn to create consistent, compliant API responses with Tim MacDonald's package.

Aug 202215 min read
Laravel

Building your own Laravel Packages

Master building Laravel packages with step-by-step guidance on design, commands, DTOs, and testing.

Jul 20226 min read
Laravel

Using Laravel Model Factories in your tests

Master the use of Laravel Model Factories for predictable test data. Learn how to define and modify states for various scenarios in your app.

Jul 202221 min read
PHP

Working with Data in your API Integrations

Enhance your API experience with contextual data objects. Learn how to build clean and developer-friendly integrations with third-party APIs using PHP.

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.