3rd-year Computer Science student who enjoys building systems from the ground up — from ELF loaders and shells to full-stack apps. Most comfortable in Java, C/C++, and Python, and always digging into how things work under the hood.
- 🔭 Building projects across operating systems, backend development, and real-world applications
- 🌱 Currently deepening my knowledge of system design, databases, and clean, testable code
- 💬 Ask me about Java, OOP, operating systems, or C/C++
- 📫 Reach me: goyamjain4506@gmail.com · LinkedIn
Languages: Java · C · C++ · Python · SQL Backend & Web: Node.js · Socket.io · JDBC Databases: MySQL Concepts: Operating Systems · OOP · Multithreading · Data Structures Tools: Git · Maven · Docker
University ERP System — Desktop ERP for managing students, courses, attendance, and grades. Built with Java (Maven) + MySQL, applying OOP and relational schema design. (Team project)
SimpleSmartLoader — An ELF loader in C using demand paging — loads program segments lazily via page-fault (SIGSEGV) handling instead of all upfront.
SimpleMultithreader — A C++ library that parallelizes loops using POSIX threads and C++11 lambdas, with matrix and vector demos.
Realtime Chat App — A real-time messaging application built with Node.js and Socket.io for instant, event-driven communication.