struct developer {
const char *name;
const char *role;
const char *company;
const char *education;
const char *location;
const char *domains[];
const char *current_focus[];
};
struct developer anup = {
.name = "Anup Sharma",
.role = "MTS 2",
.company = "Nutanix",
.education = "B.Tech in ECE",
.location = "India",
.domains = {"Linux Kernel", "Firmware", "Embedded Systems", "eBPF", "Systems Programming"},
.current_focus = {"AI/LLM Evaluation", "WebAssembly", "Rust", "Competitive Programming"},
};I build things that run close to the metal. From kernel modules and firmware to browser VMs and AI evaluators — if it's low-level or unconventional, I'm interested.
> hackathon_winner = true
> ps5_gamer = true
> kernel_panics_debugged = too_many
Systems & Low-Level
Application & Web
Tools & Platforms
| Project | Description | Tech |
|---|---|---|
| Linux-Perf-Tool-Gecko | Firefox Gecko format converter for Linux perf — visualize kernel performance data in the Firefox Profiler |
Python |
| create_your_database | Build a database from scratch to understand how storage engines actually work | C |
| assemblyGUI | A GUI written entirely in Assembly | Assembly |
| browser-vm | Run virtual machines inside the browser using v86 and WebAssembly | JavaScript |
| kernel_development | Linux kernel development practice — modules, drivers, and internals | C |
| advent_game_rust | Text adventure game engine built in Rust | Rust |
| KrishiUday | IoT solution to boost agricultural efficiency through hydroponics | C++ |
| covidrakshak | Autonomous CovidRakshak robot for contactless delivery during the pandemic | C++ |
- MTS 2 @ Nutanix — working on infrastructure at scale
- Grinding DSA — solving problems daily on NeetCode in C++
- AI/LLM Evaluation — building tools to benchmark LLM accuracy for OCR and other tasks
- WebAssembly experiments — running full OS environments in the browser
- Contributing to AgentGateway — agentic proxy for AI agents and MCP servers



