I'm currently pursuing a Bachelor's in Computer Science Engineering at the Maharashtra Institute of Technology, Aurangabad, expected to graduate in 2025.
Implemented a robust HTTP server in C with support for concurrent request handling. Integrated gzip compression to optimize data transfer and enhance user experience.
Designed a custom programming language and implemented its compiler in Golang. The project included lexical analysis, parsing, code generation, and error handling, showcasing a deep understanding of language processing and compiler design principles.
Implemented an interactive simulation of Conway's Game of Life using JavaScript Canvas.