Upgraded the Nginx & PHP Docker image to PHP8.4 🚀
github.com/TrafeX/docke...
#DevOps #Docker #PHP
Posts by Tim de Pater
Starting the year with improving the 'House Mode' in Home Assistant. It now syncs with the alarm state, allowing manual changes and no longer relying solely on device trackers.
github.com/TrafeX/home-...
#HomeAssistant #SmartHome
# Terminal 1 $ docker run <container> <command> # Terminal 2 $ docker stats
With Docker it's easy to monitor the CPU/memory/IO statistics of a program. Just run the program in one terminal and open `docker stats` in another terminal.
#DevOps
Stripe created a 'dashboard' with realtime data during Black Friday & Cyber Monday
bfcm.stripe.com
#stripe #psp #blackfriday
When comparing AWS Fargate on EKS and ECS, I prefer Kubernetes' syntax and toolset. However, on EKS, every pod is a separate Fargate node—including CoreDNS, CloudWatch—raising costs significantly. ECS includes these systems natively, avoiding extra nodes and making it more cost-effective
#DevOps