Leading with Impact: Essential Tips for Team Leaders

I have been leading teams for several years and have learned a great deal during this time. The journey has been challenging at times, but it has offered me a completely different perspective on many aspects of leadership. Today, I cannot categorically state whether I am a good or bad leader; this path is ongoing … Continue reading Leading with Impact: Essential Tips for Team Leaders

Kubernetes: liveness & readiness probes with Nginx and PHP-FPM

Last time I wrote about linking PHP-FPM and Nginx on Kubernetes (but also Docker). It is very common configuration because PHP is so popular as backend and Nginx offers great performance with low resources usage. If we use such mix, we should also think more about proper health check in our cluster. Without that, it … Continue reading Kubernetes: liveness & readiness probes with Nginx and PHP-FPM