Technical Insights & Expertise
Dive into actionable articles on API design patterns, Laravel optimization strategies, and emerging software development practices.
Laravel subdomains in Docker
Learn how to set up subdomain support for your Laravel app using Docker. Configure Nginx, Redis, MySQL, and Traefik for seamless subdomain management.
Sauber PHP
Explore Sauber PHP, a clean and simple micro-framework for small APIs. Learn about its routing, dependency injection, and custom Command Bus in this informative article.
Building a CLI application in 2022
Explore the best options for building CLI apps in 2022, including Laravel Zero, Symfony Console, and more, suitable for both PHP and Rust developers.
Laravel Command Bus
Implement Command Bus in Laravel for efficient code management. Learn to create command handlers and integrate them seamlessly into your projects.
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.
Testing API responses in PestPHP
Efficient API Response Testing in Laravel with pestPHP - Learn to test Laravel API responses effectively using pestPHP and fixtures.
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.
Laravel DDD - 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.
Laravel DDD - 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.
Laravel DDD - Querying Records in our Domain
Learn how to leverage Laravel DDD for efficient record queries. Simplify read actions in your application.
Laravel DDD - 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.
Laravel DDD - 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.