Technical Insights & Expertise
Dive into actionable articles on API design patterns, Laravel optimization strategies, and emerging software development practices.
Steve vs Matt - How two developers approach the same problem
Steve vs Matt; Two Developers, One Problem - Witness two programmers tackle the same challenge with contrasting approaches
Eloquent API Calls
Discover advanced techniques for API integration in Laravel, focusing on configuring GitHub API calls, utilizing Enums, and creating efficient client resources.
Creating a Password Generator
Explore creating a memorable yet secure password generator with Laravel, focusing on framework-agnostic implementation and customization options.
Fun with Refactoring
Master the art of Laravel refactoring with Laravel Shift Blueprint, optimizing code for improved performance and management in a real-world Laravel project.
Your first Laravel 9 Application
If you have never built a Laravel application, let me take a walk-through with you from scratch - with no perceived knowledge. Follow along to learn Laravel.
Valid validators validating data
Explore Laravel data validation methods, from form requests to centralizing rules with validators and Eloquent Models for cleaner, efficient code.
Composition over inheritance in final classes
Explore the use of final classes in PHP packages like 'moneyphp/money' and learn how to integrate them using composition over inheritance in your application code.
Reaching for Facades
Demystify Laravel Facades with this insightful guide, showcasing their practicality in creating clear and efficient code, and embracing Laravel's unique features.
Modern PHP features explained - PHP 8.0 and 8.1
Explore PHP 8.0 and 8.1's modern features; constructor property promotion, union types, named arguments, match expressions, enums, and more, enhancing code readability.
Automating your OpenAPI Documentation
Learn to automate API documentation in Laravel with a design-first approach using OpenAPI, Scribe, and efficient pagination in this practical tutorial.
Learn how to upload files in Laravel like a Pro
Learn expert Laravel file uploads; validate, store, and optimize with UploadService and Livewire integration.
Diving into Notifications
Learn how to send dynamic, multi-channel notifications in Laravel applications, including email, Slack, and in-app alerts, with customizable delivery mechanisms.