PHP

Expert articles on best software development practices.

Working with data in web frameworks

Working with data in web frameworks

At AlgoTech Solutions, we are always interested in modern technologies and what makes them unique. Previously we've covered why converting to another web framework is not such a difficult task....

Converting to another web framework: Basic apps in Symfony and Django

Converting to another web framework: Basic apps in Symfony and Django

Many times have I heard the following from a developer: "I am scared to change technologies", "I am excited but I'm afraid it will be entirely different", "I only know <insert web framework...

Easy way to keep background PHP jobs alive

Easy way to keep background PHP jobs alive

In modern web applications, there are many use cases when you need to run background jobs. Most of the times, these are time consuming processes and you shouldn't let the user wait until the job is...