Home
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
The easiest way to perform network latency test on an App in iPhone
Simulating network latency or even poor network is very easy in iOS. You don’t need to setup a proxy, router nor a poor network provider. All you have to do is enabling Developer mode using XCode. The
Gsource on Mac
It is often difficult to tell how hard developers are working to non-IT folks. Usually I try to let them watch gsource. Setting up gsource on Mac is not difficult but it has several steps. First, you
How to login Cisco VPN automatically on macOS High Sierra
There is no way to save password when logging into Cisco IPSec VPN on macOS. The best solution to me is writing an AppleScript in Automator or run it from command line to automate the login. AppleSc