Featured All Articles Personal Projects Personal Blog 3 Nov 2025 Building a VSCode Extension to Run Go Table-Driven Tests with One Keystroke I had a painful process of running and debugging Go table-driven design tests the past few months. Now I can execute them with just one keystroke with a VS Code extension that I've built. go TechCorp Blog 6 Aug 2024 How We Solved a Critical Memory Issue When Ingesting a Large File In this article, I've penned down some of our learnings where I share more about our challenges in ingesting a large Gzip JSON file at Ascenda, how we investigated the issue and solved them! ruby backend TechCorp Blog 2 Jun 2022 Anomaly Detection with Z-score I was given the opportunity at Ascenda to work with Grafana to achieve observability by detecting and triaging issues quickly. There are a variety of techniques that we can use to create an anomaly detection alert, one of which is z-score. grafana observability Personal Blog 1 Jun 2021 Building a CI/CD Pipeline With GitHub Actions and Docker (Part 1) A guide to develop a workflow engine to build and conduct automated testing on your microservices github actions cicd docker backend +1 more Personal Project 12 Oct 2025 VS Code Extension: Go Table-Driven Design Test Runner I created my own VS Code extension to enable a more productive development workflow for myself and peers around me. Now anyone can run the tests and test debugger with just one keystroke with the VS Code extension that I've built. go