Home
Troubleshooting Terraform
Terraform is a great tool for managing infrastructure as code, but sometimes it can be tricky to debug when things go wrong. In this blog post, I’ll share tips on how to troubleshoot Terraform issue
GitOps on Jenkins Pipelines
If you’re a developer who loves automation, you might have heard of GitOps. GitOps is a way of managing your infrastructure and applications using git as the single source of truth. GitOps lets you d
My Best CoPilot Alternative - Running LLM on Local Machine
I’m always on the lookout for new and innovative tools to help me improve my coding skills and increase my productivity. Recently, I stumbled upon Code Llama, a free, open-source large lauguage model
Using ChatGPT to Draw Sequence Diagram
To use ChatGPT to generate a sequence diagram, you can provide a description of the system and the interactions between its components. The description should be written in a clear and concise manner
3D Printered Switch Blocker Cherry MX
Are you tired of accidentally hitting the wrong keys on your keyboard? Do you find yourself losing precious time because of a rogue Caps Lock or Windows key? Or maybe you’re like me and have a keybo
Handling invalid index on empty tuple from list in Terraform
It is common to use count = 0 to archive feature toggle in Terraform. However, it could result empty tuple error when the when it is implement in a resource and the feature is disable. A tuple is a t
New Unlocked Job Roles for AI - Prompt Engineers!
Once upon a time, in a world not so different from ours, people were anxious about the rise of AI and how it would take over their jobs. But in this magical world, they soon discovered that, as AI de
Pair Programming with ChatGPT - A Developer's Dream Come True
As a full stack developer, I have practiced pair programming with many humans over the years. However, recently I had the opportunity to work with ChatGPT, a large language model trained by OpenAI, a
Using custom validation to validate other variables in Terraform
This blog post is generated with ChatGPT In Terraform, you can use custom validation blocks to define your own custom validation rules for Terraform variables. These validation blocks allow you to sp
How To Setup Root Certificate For MITM Proxy On iOS
Trusting root certificate for debugging proxy such as browsermob-proxy for iOS is pretty strict forward. You can download the certificate from ca-certificate-rsa.cer on Device’s Safari. You can also d