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.
Evils in programming
Posted by: Bogey on April 15, 2024
Adhering to widely accepted best practices within the programming environment is a must within collaborative projects to produce quality and compatible code between different groups of programmers. Lacking the skills or simply rushing through a project and producing lacking code produces a lot of headaches in the future and strained relations between the different groups of programmers.