Skip to content
View Gosling-dude's full-sized avatar
:octocat:
Focusing
:octocat:
Focusing

Highlights

  • Pro

Block or report Gosling-dude

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 supported. This note will be visible to only you.
Report abuse

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

Report abuse
Gosling-dude/README.md

👋 Hi, I'm Sumit Chauhan

Software Developer | Competitive Programmer | Exploring AI & Machine Learning

Typing animation

Profile Views


Who Am I?

  • CSE Undergraduate @ NIT Jalandhar
  • Currently Working On: HerbiGPT, MedScan
  • Ask me about: Java, DSA, AI/ML, CP
  • Drop a message: hello.sumitxchauhan@gmail.com
  • I sing better than I debug (^_^)

Highlighted Open Source Contributions

These are some of my meaningful, production-grade open-source contributions that involved real code reviews, CI pipelines, and collaboration with maintainers.

OpenTelemetry (CNCF Project)

  • Emit warning when TraceIdRatioBasedSampler is used as child sampler
    open-telemetry/opentelemetry-java#7937
    Added a spec-required compatibility warning at configuration time without changing runtime behavior.

  • Clarify suppressed warnings in API common module
    open-telemetry/opentelemetry-java#7951
    Improved maintainability by documenting intentional warning suppressions. No functional changes.

Google Gemini CLI

  • Support GOOGLE_CLOUD_PROJECT_ID fallback
    google-gemini/gemini-cli#2725
    Added a backward-compatible environment variable fallback, improving developer experience across platforms.

📊 GitHub Stats

Metrics


“Code. Build. Fail. Fix. Learn. Repeat.”

Pinned Loading

  1. CyberFlux-Advanced-Network-Intrusion-Detection-System-NIDS CyberFlux-Advanced-Network-Intrusion-Detection-System-NIDS Public

    CyberFlux A lightweight Python-based NIDS for Raspberry Pi that monitors network traffic, detects intrusions (SSH brute force, scans, ARP spoofing), and blocks threats in real time with iptables.

    Python 2

  2. linux linux Public

    Forked from torvalds/linux

    Linux kernel source tree

    C 1

  3. tensorflow tensorflow Public

    Forked from tensorflow/tensorflow

    An Open Source Machine Learning Framework for Everyone

    C++ 1

  4. google-gemini/gemini-cli google-gemini/gemini-cli Public

    An open-source AI agent that brings the power of Gemini directly into your terminal.

    TypeScript 91.1k 10.6k

  5. Java-Templates-for-CP Java-Templates-for-CP Public

    Plug-and-play Java templates for competitive programming: data structures (Union‑Find, Segment/Fenwick Trees), algorithms (BFS, DFS, Dijkstra, Kruskal, LIS, geometry), string hashing, fast I/O, and…

    Java 1

  6. opentelemetry-java opentelemetry-java Public

    Forked from open-telemetry/opentelemetry-java

    OpenTelemetry Java SDK

    Java