#rest-api
Read more stories on Hashnode
Articles with this tag
Every time I create a new Rails API with a PostgreSQL database, I find myself googling “create a new Rails API with a PostgreSQL database”. So I’m...
The most comfortable and effective from the point of view of system design is Design first pattern. Starting review the different approaches base on...
Role-based authorization Role-based authorization (RBAC) is a model where for defining a set of roles, such as admin, manager, or customer, and assign...