The Middleware Pattern
Posted by: Bogey on February 17, 2024
The middleware pattern is a design approach which abstracts various logic from the main application to perform various tasks to help with communication and processing.
Polymorphism in Relational Databases
Posted by: Bogey on April 14, 2024
Polymorphism in applications utilizing relational databases can open doors to better data organization, more efficient querying and reduction in unnecessary redundancy. It's a powerful design concept that allows code re-usability and promotes flexibility within the application.