[EDA] #1 Draft The Event Driven Architecture DesignStarting a new project can often feel daunting, especially when you have a wealth of past experience to draw from. It’s easy to overthink…May 17May 17
Journey to Events Driven Architecture [EDA]It’s been a while since I’ve struggled to set a clear objective for creating a single post. My thoughts always seem to circle back to my…May 13May 13
Bash Script: Get Directory Size and List Big FileWe can check current directory size and its subdirectories by running the commandJan 7, 2023Jan 7, 2023
How Productive Can I Plan for 2023Most people would like to set goals for the upcoming years. While I think most of it is carried over from the previous year's goal and mine…Jan 1, 2023Jan 1, 2023
Learn: Stuck on deploying Ingress-Nginx Ingress due to ValidatingWebhookConfigurationThis is a quick note for me after dealing with the error that prevents me from deploying multiple ingresses with co-related ingress-nginx.Dec 26, 2022Dec 26, 2022
A Little Trick on k8s Ingress-Nginx with AWS NLB Load Balancer ControllerThere is something odd with AWS load balancer controller and Ingress-Nginx. The example on Ingress Nginx about creating nlb service has…Dec 21, 2022Dec 21, 2022
Rule Engine NodeJSIn this example, we have an array of rules that contain a condition and a consequence. The condition is a function that specifies when the…Dec 21, 2022Dec 21, 2022
Removing Old Stale Git Branch With Bash ScriptHere is a script that you can use to delete old branches from a repository on GitHub using the GitHub API and the curl command-line tool:Dec 20, 2022Dec 20, 2022
Automate AWS IAM User Key Rotation Using Github ActionTo automate the rotation of AWS IAM user access keys using GitHub Actions, you can create a workflow that runs on a schedule and uses the…Dec 20, 2022Dec 20, 2022