Skip to main content
thakurcoder
Blog
Tools
Portfolio
About
Contact
Search
⌘K
Loading…
Home
/
Blog
/
#Laravel
/
Page 2
Tag
#Laravel
50 posts
09
June 2, 2025
Event-Driven Laravel: Recommendation Systems at Scale
Complete guide to building scalable recommendation systems in Laravel using event-driven architecture. Covers Spatie Event Sourcing vs Verbs, CQRS patterns, real-time broadcasting, and microservices architecture with practical code examples and production insights from companies like Fathom Analytics.
10
May 23, 2025
Effective Use of Try-Catch in Laravel: Best Practices and Layers
Discover how to use try-catch blocks effectively in Laravel for clean architecture and robust error handling.
11
March 24, 2025
How to Optimize Your Code for Better Performance
Learn essential tips and practical examples on how to optimize your PHP and Laravel applications to run faster and smoother, including caching, eager loading, smarter algorithms, and using helpful profiling tools.
12
March 23, 2025
A Fun Adventure into Defensive Programming
Discover how defensive programming makes your code strong and reliable, explained in a fun way with PHP and Laravel examples—like building a superhero robot that never breaks!
13
February 24, 2025
Deep Dive: Livewire Component Updates in Laravel 12
In this blog post, we analyze the recent Livewire component updates in Laravel 12, focusing on its traditional component flavor and how it enhances server-side rendering and dynamic UI development.
14
January 14, 2025
updateOrInsert vs updateOrCreate vs upsert in Laravel
Learn the key differences between Laravel's `updateOrInsert`, `updateOrCreate`, and `upsert`. This blog will help you understand when and why to use each method to streamline your database operations.
15
January 10, 2025
Getting Familiar with Event Sourcing in Laravel
Event sourcing is a powerful architecture pattern for handling complex data changes over time. This blog will introduce you to the principles of event sourcing and demonstrate how to use it in your Laravel applications with the Spatie package.
16
November 14, 2024
Exploring Laravel Octane: Enhancing PHP Application Performance
🚀 Laravel has consistently been a go-to framework for PHP developers due to its elegant syntax, robust features, and thriving ecosystem. With the introduction of Laravel Octane, Laravel takes a significant leap in improving application performance and scalability, making it a compelling choice for modern PHP development.
1
2
3
4
5
6
7
Page 2 of 7