Education
Bachelor of Engineering in Computer Science and Engineering
B. M. S. College Of Engineering
Bangalore, Karnataka
Sept. 2023 - Sept. 2027
GPA : 9.62/10
Pre-University
V. V. S. BM Sri Educational Institutions
Mysore, Karnataka
2021 - 2023
Score: 96% (PCMB)
Contributions
pwmt/zathura
A document viewer.
- Identified a rendering bug caused by improper quickmark evaluation, where a file's zoom
value was restored without considering the current adjust mode (best-fit, width). This
caused truncated rendering of files and application crashes. Issue #761
- Authored and submitted a pull request to fix the issue by correctly applying the adjust mode
and ensuring proper rendering of pages during quickmark evaluation, improving stability
during navigation. PR
#762
- Identified an issue with process management that caused unexpected fork to background when multiple files are opened via the command line. This was triggered when the file passed as first argument was closed. Issue #855
- Authored and submitted a pull request to fix the issue by correctly applying the adjust mode
and ensuring proper rendering of pages during quickmark evaluation, improving stability
during navigation. PR
#856
Projects
feed
An RSS feed aggregator.
- Created a basic real-time Really Simple Syndication (RSS) feed aggregator that collects
feeds from sites specified in a JSON file.
-
Uses a dedicated Vercel-hosted backend running Node.js to fetch and normalize feeds.
- Frontend deployed via GitHub Pages at subramanyaj/feed.
Technical Skills
Languages: C, x86 Assembly, C++, Go
Developer Tools: Git, gdb, Docker, Node.js ecosystem
Build Systems: Meson with Ninja, CMake with Make