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
May 20227 min read
PHP

Adapter Pattern

Explore the adapter design pattern in coding through a practical example of building a versatile social poster class, adaptable for different social networks.

May 20226 min read
Laravel

Testing API responses in PestPHP

Efficient API Response Testing in Laravel with pestPHP - Learn to test Laravel API responses effectively using pestPHP and fixtures.

May 20223 min read
Laravel

Tappable Query Scopes in Laravel

Enhance Laravel Query Scopes with Tappable Query Scopes - Learn about tappable query scopes in Laravel, a clean way to apply multiple scopes.

May 20223 min read
Laravel

Routing within our Domain

Learn how to manage routes in Laravel DDD by creating domain-specific route files and using service providers for cleaner and more organized 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.

May 20224 min read
Laravel

Querying Records in our Domain

Learn how to leverage Laravel DDD for efficient record queries. Simplify read actions in your application.

May 20222 min read
Laravel

Starting our Domain Code; Data Objects and Factories

Enhance code consistency and safety in Domain-Driven Design with Laravel DDD. Learn about Data Objects & Factories.

May 20225 min read
Laravel

Using Data Objects; Domain Commands

Laravel DDD; Use Data Objects and Domain Commands to escape 'array hell' and perform clean write operations in your application.

Sept 20213 min read
Laravel

Quick Look into Laravel Feature Flags

Discover Laravel Feature Flags, a powerful package for feature flag management in Laravel applications. Control feature access with ease.

Jun 20214 min read
Laravel

Introducing - Laravel Transporter

Streamline API requests with Laravel Transporter using a powerful OOP approach with class-based configuration.

Apr 202112 min read
Laravel

Working with third party services in Laravel

Learn how to work with 3rd party services in Laravel, focusing on connecting to the PingPing API. Improve your Laravel skills today!

Oct 20207 min read
PHP

Adventures in PHP - PHP SDK Builder

Learn how to build efficient, interoperable PHP SDKs using Laravel Forge and PSR-18 standards.