Featured All Articles Personal Projects Personal Blog 25 Jan 2026 Embracing AI-Assisted Engineering An in-depth look at how I'm using AI-assisted engineering workflow with Claude Code and the D3 framework. Includes setup, examples, and reflections about the workflow. llm productivity 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 productivity 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 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