Overview for 'evaldojunior'
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…
Written by Evaldo Junior (InFog)
/ Original link
on Jul. 20, 2020
If you are using Docker for local development it is natural to move to the next step and also have it in production, but it surely is a total different situation having local containers for development and a production enviroment with containerized applications. Kubernetes is the de facto tool for…
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…
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…
Written by Evaldo Junior (InFog)
/ Original link
on Apr. 12, 2020
This post is a follow up to Rafael’s post on how to tailor a nice CV for developers. If you did not read it yet, then go ahead and do it. This post is based on my experiences interviewing and hiring people and also being interviewed. After getting it right with your CV and applying for the position…
Written by Evaldo Junior (InFog)
/ Original link
on Jun. 24, 2019
I’m speaking at tech conferences since a long time, from small meetups to big conferences like the PHP Conference Brasil. Speaking at such events is something I enjoy a lot because I can share what I know with other people and I get the chance to meet new people and learn from their experiences. At…