Published inGovernment Digital Products, SingaporeUsing Terragrunt’s generate block to make your Terraform DRYAs you write more Terraform modules for your Infrastructure as Code (IaC), you will notice some repetitions across all your modules. An…Mar 19, 2022Mar 19, 2022
Published inGovernment Digital Products, SingaporeYou Can And Should Write Tests For Your Shell ScriptsIt’s not a common practice to write tests for your shell scripts and I think that can be improved. Here’s why and how.Sep 7, 2019Sep 7, 2019
Running A JScript Script With Node.JSIf you find yourself needing to execute a JScript script with Node.js then this post is for you. Why would you want to do this? Well, read…Aug 12, 20171Aug 12, 20171
Deleting Folders or Files That Have Long PathsEver wanted to delete a folder or a file only for Windows to complain that the path is too long? Robocopy to the rescue! Below are the…Jan 29, 20172Jan 29, 20172