Experiences
Associate Software Engineer - InternReduced CI wall-clock time by 2.5× by engineering agent skills for partitioning long-running integration tests. Automated source analysis, partitioning, and build configuration of integration tests, decreasing time to feedback.
Agentic AI Engineer - InternImplemented UCP (Universal Commerce Protocol) with A2A (Agent-to-Agent) protocol from the ground up. Engineered multi-agent pipelines and Neo4j knowledge graphs using Google ADK, LangChain and NeuroSan.
MentorBitspace is an organization dedicated to developing impactful open-source projects that benefit the community. I am a mentor in the org and a maintainer of projects.
Projects
Engineered a dynamically interpreted OOP language featuring a hand-crafted Pratt parser, bytecode compiler, and a virtual machine supporting classes and first-class functions, implemented in Rust, compiled to WASM.
Lally is a distributed in-memory key-value database, written in Rust and Tokio, loosely inspired by Riak and Project Voldermort. It prioritizes high availability, adhering to the AP aspects of the CAP theorem. Lally is being designed for high concurrency, extendability via hooks, and features persistent append-only file logging for reliable crash recovery.
MdCraft is an open-source web app that serves as an in-browser Markdown editor and previewer. It allows users to create, organize, and edit Markdown notes with a live HTML preview and code highlighting. It's a convenient tool for taking notes during programming tutorials and more.
Open source contributions
A CLI tool to lint your rust crate API changes for semver violations.
Stdlib is a standard library with an emphasis on numerical and scientific computation, written in JavaScript (and C) for execution in browsers and in Node.js