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
Laravel Temporary URLs & MinIO
I really like Laravel as framework, because it simplifies a lot of stuff - instead of focusing on every detail, we can just use a lot of tools and focus more or business logic. Of course, sometimes they are a bit limited, and we need to extend them or even replace, but overall, it is … Continue reading Laravel Temporary URLs & MinIO
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
Kubernetes: Nginx and PHP-FPM
When we want to use PHP-FPM, in most cases, we also need to use some of the web servers. Typical choice is Nginx because it is a very light, reliable, and configurable solution which can handle even very big traffic without any issues. There are two methods of linking Nginx and PHP-FPM on the backend: … Continue reading Kubernetes: Nginx and PHP-FPM
How to Restore Focus and Wellbeing
Last year I have read amazing book Stolen Focus: Why You Can't Pay Attention by Johann Hari. It was a part of checking what can cause issues during my life, why I sometimes feel bad and totally overwhelmed. This book does not resolve issues but gives a lot of information what can we do, to … Continue reading How to Restore Focus and Wellbeing