Author: sherwin
-
HP Pavillion x360 2022
HP Pavillion x360 2022 is a nice budget 2-in-1 laptop if you can get it at an open box price. Here is a quick look.
-
I went to an Amazon Fresh
There aren’t too many Amazon Fresh locations in my area. While going to lunch today, I found one near the place I ate at in Cerritos. I had some time so I decided to check it out. The place looks like every other market/grocery store. There is someone at the entrance to greet and assist.…
-
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.
-
Vagrant and Laravel Timed Out While Waiting for the Machine to Boot
I have been able to develop Laravel applications on my Windows 10 environment for quite some time using Homestead. Recently, I have been getting errors when loading up the dev environment. The following error is happening. Timed out while waiting for the machine to boot. This means thatVagrant was unable to communicate with the guest…