The Tech Blog

Posted by Raul on 10/24/2024

MVC allows developers to maintain a true separation of concerns, devising their code between the Model layer for data, the View layer for design, and the Controller layer for application logic.

Posted by Raul on 10/24/2024

There is a difference between authentication and authorization. Authentication means confirming your own identity, whereas authorization means being allowed access to the system.

Posted by Demo on 10/24/2024

I have really loved learning about ORMs. It's really simplified the way I create queries in SQL!