Building a Calendar Events Feature with Laravel
How I built a full calendar feature in Laravel from scratch, handling recurrence rules, timezones, and date range queries end to end.
Blog
My writing, videos and posts across platforms on software architecture, PHP, DevOps and product development. (Page 24/32)
How I built a full calendar feature in Laravel from scratch, handling recurrence rules, timezones, and date range queries end to end.
From installing PHPUnit to writing my first unit tests — what worked, what tripped me up, and the lessons learned along the way.
How I use Laravel Notification classes to send the same notification logic across multiple channels — email, SMS, and more.
How async/await syntax replaced Promise chains and made asynchronous JavaScript genuinely readable — with examples.
How I shifted from page-centric thinking to component-centric thinking, and how Vue.js makes that shift practical.
How to produce clean API responses with Laravel Resource classes without leaking your database model directly to clients.