Do Desvio Padrão ao Kolmogorov-Smirnov: Técnicas para Análise de TelemetriaRecentemente, ao ler o livro "Manual de DevOps", me deparei com um capítulo dedicado à telemetria em DevOps que expandiu significativamente minha compreensão sobre o tema. O autor apresenta a telemetria como um pilar fundamental da computação moderna...Oct 7, 2025·6 min read
Pipeline com SonarQubeCloud + SlackLaboratório 3 – SonarQubeCloud + ESLint + Prettier e Slack Análise estática com SonarQube/SonarCloud Integração de ESLint + Prettier na pipeline Bloquear PRs com cobertura < 50% Notificações no Teams/Slack Tópicos cobertos: SAST, Code Smells, Co...May 27, 2025·6 min read
Integração Contínua + ACRLaboratório 2 – Pipeline com Testes de Código + Publicação de Docker Image no ACR Cenário: O time agora precisa versionar builds internamente. Tarefas: Gerar uma Docker image Publicar no Azure Container Registry Stages separados Desafio real:...May 21, 2025·4 min read
Pipeline CI com ValidaçãoLaboratório 1 – Primeiro Pipeline CI com Validação Cenário: Um time começa a usar Azure DevOps para um app Node.js. Tarefas: Criar pipeline YAML com npm install, lint, test, build. Criar stage de Instalação e Build Exibir badges de status no rep...May 19, 2025·7 min read
Setting Up Prometheus with NGINX Proxy & Authentication + Configuring Agent PoolsChallenge: Monitoring System Deploy a Prometheus monitoring system on an Ubuntu cloud instance. The system should be secured and accessible through a reverse proxy, with proper authentication, and connected to an external Node Exporter. You can follo...Feb 18, 2025·4 min read
Continuous Deployment with Kubernetes and Load Testing with JMeterChallenge: Part 2 Continuous Deployment and Load Testing Deploy the provided application to your chosen cloud provider using any service that runs the application as a Docker container. Then, create a test plan for the application's home page and gen...Feb 17, 2025·6 min read