Welcome
Welcome to my blog. Changes are coming so please be patient
-
Laravel with InertiaJS
I’m not sure when this whole backend vs frontend battle started in my head. But I’m mainly a backend developer. Ever since I started development, I mainly focused on data structure and coding. I rarely paid attention to any of the frontend elements. My main focus were to ensure that my code worked as expected.…
-
Apple AirPods Max Are Expensive
Even when AirPods Max are open box, they are still not worth it for me. Here is why…
-
User Roles Many to Many
Another way to design user roles in your application is to create a many to many relationship. This means many users can have many roles.