The software development process takes an enormous amount of time and effort, which is variable, of course, based on its complexity, size, and other factors. This is something we know very well at Apiumhub, where we tackle projects of all … Read More
PHP
Functional PHP: a first approach
Functional PHP? Well, PHP is not a functional language but some functional techniques may be used to improve our code: better readability, easier to maintain => cheaper code. For many years PHP was scripted in a procedural way, all in … Read More
Tags: PHP