The pipe operator is coming to PHP 8.5

— PHP 8.5 is set to introduce a new operator called the pipe operator (|>). This operator allows you to pass the result of one expression as an argument to another expression, making your code cleaner and more readable.

Memoizing the cache in Laravel

— When you cache a value in Laravel, it’s stored in the cache store (like Redis, Memcached, etc.) and can be retrieved later. This is great since it prevents expensive operations like database queries or API calls.

Mac Apps That Power My Day

— I got introduced to macOS back in 2018 at the workplace and since then I’ve been in love with the operating system and the entire ecosystem. There is something about the Mac apps that makes them so delightful to use. Most of these apps are well designed, intuitive, and are a pleasure to use.