What I work with
Experience
Freelancer
Jan 2023 - Present
India
Developed a gym management dashboard for a client, including features for fee tracking, member management, and real-time insights.
Projects

chip8.cpp
A full CHIP-8 emulator suite with an assembler, disassembler, and a Raylib-powered visual debugger. Built to dive deep into low-level architecture, opcode decoding, and system emulation.
Learn More
Ironage
A gym management dashboard built for a real-world client. Tracks member data, due fees, and check-ins. Designed to streamline gym operations with a simple, intuitive interface.
Learn MoreBlogs
2025-05-25
I built a CHIP-8 disassembler to read what I can't remember writing
Because reversing hex dumps into human words is strangely satisfying. Also, I got tired of guessing.
2025-05-23
I built a CHIP-8 assembler because hex codes hurt my soul
Turning human-readable instructions into machine gibberish—because typing opcodes by hand is a cry for help.
2025-05-21
I built a CHIP-8 emulator because I have no life
A deep dive into opcodes, pixels, and pain. Also, fun. Sort of.
2025-05-07
I Miss The Good Ol' Telnet Days - So I Built My Own Server
Who doesn't love a little low-level fun with telnet?