Modular architecture using CakePHP 3

Modular architecture using CakePHP 3

I, author of medical healthcare IoT application, would like to share my real life experience with modular CakePHP 3. Modular architecture makes the system easier to understand, design and manage complex interdependent systems. Modularity fits an environment where several programmers share work. Modules can be optimized independently of other modules, so that failure of one module […]

Burn Fat of Your Fatty Controller

Burn Fat of Your Fatty Controller

While working on MVC design pattern, we familiarize with Separation of Concerns design principle. We separate our program into distinct sections. Each section is a set of information that do a certain function. Today we will discuss about controlling the size of our controller. GarazLab : Fastest growing WordPress WooCommerce marketplace for code script and themes. Buy Sell innovative web […]