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.

The attr() function in CSS now supports types

— The attr() function in CSS is a powerful function that allows you to use the value of an attribute of an HTML element as the value of a CSS property. This function is commonly used with the content property in pseudo-elements to display the value of an attribute on the page.