YYogiinakyogi.hashnode.dev·Nov 16, 2025 · 3 min readCommon Docker Misconfigurations (and Steps to Avoid Them)Docker has revolutionized the way applications are built, shipped, and deployed into environments. Its lightweight, portable nature allows developers to achieve consistency across different environments. However, with this convenience comes the risk ...00
YYogiinakyogi.hashnode.dev·May 28, 2025 · 2 min readEffortless Infrastructure Migration using Terraform ImportIn this blog, we aim to explore how to migrate or import pre-existing infrastructure into Terraform HCL code efficiently, without spending too much time in writing thousands of lines of code. The terraform import command helps bring existing resource...00
YYogiinakyogi.hashnode.dev·May 28, 2025 · 2 min readGetting Started with Terraform: Your First Azure Resource Made EasyIn the world of Infrastructure as Code (IaC), Terraform has become one of the most widely used tools for automating infrastructure management. In this article, an attempt to understand the initial steps to create first resource on Azure cloud using t...00
YYogiinakyogi.hashnode.dev·Apr 28, 2025 · 4 min readStep-by-Step Guide to Code Coverage with JaCoCo and SonarQubeIntroduction Developers write unit test cases to validate the functions, classes, or group of code that represents the functionality(business logic) by breaking system into small functional units to test the behavior against the expected outcomes. Un...00