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
Dec 20248 min read
Laravel

The definitive Guide to Webhooks in Laravel

Master webhooks in Laravel with this definitive guide. Learn setup, security, event handling, and more to build powerful real-time integrations.

Jul 20243 min read
API Development

API Experience

Discover how API Experience affects adoption and why you should prioritize it for your APIs.

Apr 202416 min read
API Development

API Ops

Discover how API Ops revolutionizes API development, deployment, and management, fostering efficiency, collaboration, and excellence in the digital world.

Feb 20243 min read
Laravel

Building a Homelab Dashboard with Laravel and Livewire

Follow my journey as I build a powerful homelab dashboard using Laravel and Livewire, automating and monitoring my setup along the way.

Nov 202318 min read
Laravel

API Versioning in Laravel - All you need to know

All you need to know about API Versioning. What is it, what types of versioning exist, how are they used and why you might need it?

Nov 20235 min read
Web Development

What are the different parts of a URL?

We all use URLs in our day-to-day lives, whether we are technical or not. But what are the different parts of a URL? Read on the learn more.

Oct 20232 min read
PHP

Making APIs the Right Way

Discover why API Platform is a game-changer for building APIs in PHP and Symfony, challenging common misconceptions.

Mar 20238 min read
Laravel

Modelling Business Processes in Laravel

Simplify complex business processes in Laravel using pipelines for clean and elegant code.

Mar 20237 min read
Laravel

Passwordless Authentication in Laravel

Learn how to implement secure passwordless authentication in Laravel using magic links for user access. Follow this tutorial for a step-by-step guide.

Mar 20236 min read
Laravel

Laravel Response Classes

Laravel Response Classes; Simplify API responses, maintain code quality with custom response classes.

Feb 20235 min read
Laravel

Laravel CI with GitHub Actions

Automate Laravel CI with GitHub Actions - Learn testing, PHPStan static analysis setup in this tutorial.

Feb 20235 min read
Laravel

Managing Routes in a large Laravel Application

Learn strategies like Route Service Provider, File Requires, and Route Groups for managing routes in a large Laravel application.