Insights & Articles
Explore in-depth articles on API design, Laravel best practices, and the latest trends in software development.
Advanced Authorization methods in Laravel
Unravel Laravels authorization built-in Gates, Policies & advanced ReBAC, ABAC, PBAC methods for secure, scalable app access control.
Deploying Laravel on Sevalla - A No-Nonsense Guide
Deploy your Laravel app with Sevalla using Docker & FrankenPHP for seamless, zero-downtime releases. Say goodbye to server hassles and Kubernetes headaches!
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.
API Experience
Is API Experience affecting the adoption of your API or product? With APIs being the backbone of todays internet, isn't it time you started to pay attention to your API Experience?
API Ops
Discover how API Ops revolutionizes API development, deployment, and management, fostering efficiency, collaboration, and excellence in the digital world.
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.
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?
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.
Making APIs the Right Way
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?
Modelling Business Processes in Laravel
Simplify complex business processes in Laravel using pipelines for clean and elegant code.
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.
Laravel Response Classes
Laravel Response Classes; Simplify API responses, maintain code quality with custom response classes.