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
Jun 202214m read

Getting started with Laravel Scout and Meilisearch

Boost your Laravel app's search with Scout and Meilisearch for powerful, efficient capabilities.

Jun 20225m read

Logging external HTTP Requests with Laravel Telescope

Track and debug third-party API requests with Laravel Telescope for improved visibility in your Laravel application.

Jun 202213m read

Running PHPStan on max with Laravel

Discover how to enhance your Laravel project with static analysis using Larastan. Add confidence and type safety to your code.

Jun 202218m read

API Integrations using Saloon in Laravel

Discover easy API integration in Laravel with Saloon; a tutorial on creating a GitHub API connection to manage workflows from the command line.

Jun 202212m read

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.

May 20226m read

Sauber PHP

Explore Sauber PHP, a clean micro-framework with routing, dependency injection, and custom Command Bus.

May 20227m read

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.

May 20228m read

Laravel Command Bus

Implement Command Bus in Laravel for efficient code management. Learn to create command handlers and integrate them seamlessly into your projects.

May 20227m read

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

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

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

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.