Projects#

1.MemLens#

WIP… Building granular observability and monitoring tool for Apache ResilientDB.

2.FinSights#

Part of Coding Challenge built in 3 days. Used LlamaParse and Google Gemini 2.0 to generate insights from bank statements belonging to any bank in the world.

3.Hypefx#

Framework to build Web Apps using Go and HTMX.
I built this demo using this.

4.Disel#

Simple HTTP framework written in Go from scratch. Implemented simple http protocol over raw tcp.

5.Lox Lang#

Implementation of the Lox programming language interpreter as part of the “Build Your Own Interpreter” challenge from codecrafters. This Challenge follows the first 3 chapters of Crafting Interpreter by Robert Nystrom

6.Forge LSP#

LSP Server for the Forge ETL Framework and a VS Code client. Built using tree-sitter and JSON RPC. Handrolled the entire LSP protocol.Provides config autocompletion and jump-to-definition features.