Why MVC is so Important
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.
Written by Aristotle on 4/1/2022
Authentication vs. Authorization
There is a different between authentication and authorization. Authentication means confirming your own identity whereas authorization means being allowed access to the system.
Written by Ptolemy on 5/15/2022
Object-Relational Mapping
I have really loved learning about ORMs. It's really simplified the way I create queries in SQL.
Written by Nostradamus on 6/21/2022