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.

Every AI Coding Agent in the Wild

— AI coding agents are the new trend in the tech industry. They are designed to help developers write code faster and more efficiently. These agents use machine learning algorithms to understand the context of the code and provide suggestions to the developers.

Using Laravel Tinker in Chrome DevTools

— Laravel’s Tinker package is a powerful REPL (Read-Eval-Print Loop) tool that allows you to interact with your Laravel application from the command line. It’s a great tool to test your application’s code without having to go through the hassle of creating a new controller or a route.