Skip to content
View aryanraj45's full-sized avatar
πŸ₯·
πŸ₯·

Highlights

  • Pro

Block or report aryanraj45

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
aryanraj45/README.md




Coding

  • πŸ”§ I work on the layer underneath apps β€” bundlers, parsers, build pipelines.
  • 🧡 Closed webpack issue #536, open for 12 years. .html entry points now work in webpack core.
  • πŸ” Found and patched a CWE-78 script injection in the Unicode CLDR CI pipeline.
  • ☸️ Contributor to kubernetes-sigs/headlamp under the CNCF.
  • πŸŽ“ B.Tech at NSUT, Delhi β€” Instrumentation & Control. Most of the code I know, I taught myself.
  • πŸ’¬ Ask me about webpack internals, HTML parsing, open source contribution, or DSA.

πŸ› οΈ What I've Shipped

Project What I did Stack
webpack Registered the HTML module type and wired experiments.html behind HtmlModulesPlugin, closing issue #536. Built an 80-state, zero-allocation WHATWG tokenizer as a 1:1 JS port of the SWC Rust lexer, plus the walkHtmlTokens API. Shipped output.html: scriptLoading, SRI, inline assets, default favicon. JavaScript, Node.js
kubernetes-sigs/headlamp Shipped --node-shell-image and --node-shell-namespace CLI flags + Helm values in v0.44.0, wired through frontend config and Redux. Added an AI Assistant Open event for plugins. Wrote vitest coverage for untested components. TypeScript, Go, Helm, Redux
Unicode CLDR Patched a CWE-78 script injection in CI/CD that allowed remote code execution. Led the Bhojpuri locale initiative and fixed data integrity bugs in validation pipelines. CI/CD, Secure Coding
Code Vulnerability Scanner Fine-tuned CodeBERT on the Devign benchmark (27,318 C/C++ functions) for binary vulnerability classification. CLI scanner outputs vulnerability probability with confidence scores. Python, PyTorch, HuggingFace
Blue Carbon Registry Full-stack carbon credit registry on Solana with role-based dashboards, on-chain audit trail, and a Gemini-powered MRV workspace with satellite map comparator. TypeScript, Next.js, Node.js, PostgreSQL

πŸ† Hacktoberfest Badges

An image of @aryanraj45's Holopin badges


πŸš€ Tech Stack

πŸ’» Languages

JavaScript TypeScript Go Python Java C++

🌐 Frontend

React Next.js Redux HTML5 Tailwind CSS

βš™οΈ Backend

Node.js Express.js FastAPI

πŸ›’οΈ Databases

PostgreSQL MongoDB

πŸ› οΈ Tools & Infra

webpack Docker Kubernetes Git Linux Jest


πŸ”— Connect

linkedin gmail

Pinned Loading

  1. webpack webpack Public

    Forked from webpack/webpack

    A bundler for javascript and friends. Packs many modules into a few bundled assets. Code Splitting allows for loading parts of the application on demand. Through "loaders", modules can be CommonJs,…

    JavaScript

  2. ZeusLN/zeus ZeusLN/zeus Public

    A mobile Bitcoin wallet fit for the gods. ⚑️ Est. 563345

    TypeScript 1.4k 244

  3. unicode-org/cldr unicode-org/cldr Public

    The home of the Unicode Common Locale Data Repository

    Java 1.1k 436

  4. headlamp headlamp Public

    Forked from kubernetes-sigs/headlamp

    A Kubernetes web UI that is fully-featured, user-friendly and extensible

    TypeScript