kubernetes28 feb 2026Kubernetes for App Developers: Cut Through the ComplexityKubernetes explained for developers who just want to deploy their apps. No cluster admin deep dives. Pods, services, deployments, config maps, health checks, and the debugging workflow that actually works.devopscontainersdeploymentcloudblog.readMore Kubernetes for App Developers: Cut Through the Complexity
devops21 nov 2025La configurazione VPS che funziona davvero: Node.js, PM2, Nginx e deploy senza downtimeL'esatta configurazione VPS che uso in produzione -- hardening di Ubuntu, PM2 in cluster mode, Nginx come reverse proxy, SSL e uno script di deploy che non mi ha mai deluso. Niente teoria, solo ciò che funziona.vpsnginxpm2deploymentinfrastructureblog.readMore La configurazione VPS che funziona davvero: Node.js, PM2, Nginx e deploy senza downtime
github-actions10 nov 2025GitHub Actions CI/CD: deploy a zero downtime che funzionano davveroLa mia configurazione completa di GitHub Actions: job di test paralleli, caching delle build Docker, deploy via SSH su VPS, zero downtime con PM2 reload, gestione dei secret e i pattern di workflow affinati in due anni.cicddevopsdeploymentinfrastructureblog.readMore GitHub Actions CI/CD: deploy a zero downtime che funzionano davvero
docker27 ott 2025Docker per Node.js: il setup production-ready di cui nessuno parlaBuild multi-stage, utenti non-root, health check, gestione dei segreti e ottimizzazione della dimensione delle immagini. I pattern Docker che uso per ogni deployment Node.js in produzione.node.jsdevopsdeploymentinfrastructureblog.readMore Docker per Node.js: il setup production-ready di cui nessuno parla