DVDiego Velezinvelez.hashnode.dev路Apr 24, 2023 路 6 min read10 Terraform Best Practices1. Use modules (DRY code) Don't Repeat Yourself (DRY) is one of the software development principles. This principle aims to avoid redundancy in the code declaration. Whenever you find yourself writing the same terraform code more than once, use modul...00
DVDiego Velezinvelez.hashnode.dev路Apr 21, 2023 路 3 min readDatabase vs Data Warehouse vs Data LakeIn today鈥檚 digital world, data is becoming increasingly valuable for organizations. To manage and utilize this data, there are several technologies available, including databases, data lakes, and data warehouses. In this blog, we will explore the dif...00
DVDiego Velezinvelez.hashnode.dev路Apr 20, 2023 路 1 min readQuick SSH into Kubernetes Pods with kubeshAfter years of using kubernetes, I鈥檝e decided to create a tool to finally stop my suffering of SSHing into the pods. Kubesh is a small utility I created to connect to my kubernetes pods. So far it has saved me tons of wasted time and in general made ...00