Category: development

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,

Read More »

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.

Read More »

User Roles One to Many

There are many ways to handle user roles in an application. One way is to create a role(s) that have many user(s) or a one to many relationship.

Read More »