CS undergrad at IIIT Delhi — systems, backend, and contributing to CNCF projects like PipeCD.
Also working with Socket.io, JDBC, and core CS fundamentals — OOP, multithreading, data structures, operating systems.
I like building systems from the ground up — ELF loaders, shells, multithreaded libraries, and full-stack apps.
- Building projects across operating systems, backend development, and real-world applications
- Currently deepening my knowledge of system design, databases, and clean, testable code
- Reach me: goyamjain4506@gmail.com · LinkedIn
PipeCD — CNCF continuous delivery project
- PR #7147 — fixed pagination in
ListNotCompletedDeploymentsfor legacy piped - PR #7178 — allowed label-scoped resources in
POLICIES_STRING_REGEX - Issue #7170 — reported a pipedv1-exp quickstart failure where syncing legacy-style example apps fails with "no plugin specified"
- Issue #7223 — proposed per-method/per-resource scoping for API keys, beyond the existing READ_ONLY/READ_WRITE options
Headlamp — Kubernetes UI, CNCF project
- PR #1052 — fixed accessibility of the NotInstalledBanner in the Kyverno plugin
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.