Skip to main content
ArticlesProjects
Architecture Journals

Technical Articles

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

Articles173
Est. Read Time1,558 mins
Topics20
Series Parts34
May 20223m read

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 20223m read

Querying Records in our Domain

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

May 20222m read

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 20225m read

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 20213m read

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 20214m read

Introducing - Laravel Transporter

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

Apr 202112m read

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 20207m read

Adventures in PHP - PHP SDK Builder

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

Oct 20205m read

Adventures in PHP - PHP URI Builder

Introducing 'uri-builder', a PHP package with a fluent interface for easy URI string creation, simplifying API calls and URL manipulation.

Oct 20203m read

PHP Online - The Story So Far

Discover the journey of PHP Online, a community hub for PHP enthusiasts. Join us in shaping the future of PHP.

Jul 202011m read

Building a REST API in GoLang

Discover the process of building a REST API in GoLang, from setting up Docker containers to structuring and scaling your application effectively.

Jul 20203m read

My First Go Module - go api problem

Explore the journey of building the first Go Module for error handling in APIs. Simplify error handling in GoLang with this module.