Works

Listed my work experiences, projects, open source contributions, publications here

Experiences

icon
ServiceNow
May 2026-July 2026
Associate Software Engineer - Intern

Reduced 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.

icon
Cognizant
Jan 2026-April 2026
Agentic AI Engineer - Intern

Implemented 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.

icon
Bitspace
October 2023-present
Mentor

Bitspace 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.

#rust
#wasm
#compilers

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.

#rust
#distributed-systems
#backend
#databases

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.

#svelte-js
#typescript
#web
#frontend

Open source contributions

A CLI tool to lint your rust crate API changes for semver violations.

#rust
#CI
#CLI

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

#Javascript
#Math
#C
#nodejs