MMMiguel Mullerinarticles.miguelsmuller.dev.br·Aug 17, 2025 · 5 min readAgile Wheel — Behind the Scenes of an Implementation from Scratch to DeploymentA report on how I turned the agile assessment framework by Ana G. Soares into a full-stack application, now with more than 250 commits and a continuous delivery pipeline. 1. Motivation and first step00
MMMiguel Mullerinarticles.miguelsmuller.dev.br·Jun 20, 2025 · 7 min readDocumenting gRPC services with OpenAPI v3In this article, I’ll show how I generated an OpenAPI v3 specification from .proto files for a gRPC service, using the protoc-gen-openapi tool (from the Google/Gnostic project). I’ll also explain how 00
MMMiguel Mullerinarticles.miguelsmuller.dev.br·May 31, 2025 · 7 min readSpeed up WSL2 using a dedicated ext4 diskContext As a developer, I often work on projects that require good I/O performance — such as code compilation, dependency management, and running automated tests. On my personal laptop, I use Windows 00
MMMiguel Mullerinarticles.miguelsmuller.dev.br·Aug 5, 2024 · 4 min readDo You Know How to Debug Code?A Portuguese version is available here Debugging, or troubleshooting, means thoroughly examining code to detect and eliminate potential errors. Debugging is already an exhausting process and a real ch00
MMMiguel Mullerinarticles.miguelsmuller.dev.br·Aug 5, 2024 · 4 min readVocê sabe debugar código ?Debugar, ou Depurar, significa submeter o código a um exame detalhado para detectar possíveis falhas e eliminá-las. Debugar já é um processo exaustivo e um verdadeiro desafio por si só. Conforme avanç00