Archive

development

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…

February 3, 2022 5 min read
development

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.

February 16, 2021 3 min read
development

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.

February 14, 2021 3 min read