PHPnews.io

Overview for 'evaldojunior'

Kubernetes: Deploying a PHP Pod

Written by Evaldo Junior (InFog) / Original link on Jul. 30, 2020

In this tutorial you will learn how to deploy a PHP application to Kubernetes. The goal is to have a PHP container running inside a POD and accessible from outside the cluster. Kubernetes has a couple gotchas that kinda make sense after you get used to it. Ones does not simply “deploy a container…



Running chained jobs

Written by Evaldo Junior (InFog) / Original link on May. 29, 2020

Recently I found myself maintaining an interesting piece of code. It is a sequence of Symfony Commands to do some calculation and publish the results. It was a sequence of around 8 commands doing each one its part of the process, all independent of each other but also dependent of the previous comm…


Developer Experience

Written by Evaldo Junior (InFog) / Original link on May. 20, 2020

This post is about how one can help their colleagues being more productive and avoiding unnecessary work battling the source code they are trying to run. User experience User Experience (UX) should be part of our mindset as software developers, UX has the potential to be what makes a user continue…