Blog

In my blog, I share articles crafted to benefit both developers and IT company CEOs. These concise pieces offer practical insights, from coding tips for developers to strategic considerations for it managers. The goal is to foster collaboration and mutual understanding between technical and business perspectives. Join me in exploring a curated blend of topics aimed at empowering developers in their craft and equipping CEOs with tech-driven decision-making insights.

Latest Posts

Use Traefik as a reverse proxy

Sometimes you need to use a reverse proxy to protect expose your app directly on web, to do it several tools comes up (Nginx,Apache,AWS ELB …).In this article we will be interested to Traefik

Accessing persistent volumes in Docker for Mac

If you use persistent data volumes in Docker, and you want to access them with command-line…