Webzille

The Middleware Pattern

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

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.