Hi, I'm Jordan Dalton, VP of Engineering, Laravel Guru, Entrepreneur (1x acquired), Content Creator, Husband, Father, Musician.
PHP / Laravel / VueJs / TailwindCss
Advanced Laravel: Terminable Middlware
Terminable middleware can be useful for tasks such as logging, cache management, or any other cleanup tasks that need to be performed after the response has been sent. In this blog post, I’ll show you how to create a simple HTTP request/response logger. Let’s get started.
Advanced Laravel: Contract & Implementations
If you're a programmer, you've likely heard the term "contracts" thrown around in discussions about software development. But what exactly are contracts, and how do they relate to programming? Let me show you.
Laravel Pipelines: Transforming Your Code into a Flow of Efficiency
Laravel's pipelines are a powerful tool for simplifying complex processes and streamlining workflows. By breaking down operations into smaller, reusable stages, pipelines offer a more efficient, readable, and scalable approach to handling data transformations in your Laravel applications.