Skip to content
View sahildando's full-sized avatar
🖐️
Here Goes Nothing
🖐️
Here Goes Nothing

Block or report sahildando

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
sahildando/README.md

Typing SVG

Mark Grayson Mask Off

💻 CS Major | Future-Cracked Dev | Problem Solver

Fueled by coffee, driven by code.
My mission is to build solutions that make a difference — no capes, just commits.

Mark Grayson Mask Off

Coding

> whoami

class SahilSharma {
public:
    string name     = "Sahil Sharma";
    string role     = "Open Source Contributor @ aden-hive";
    string location = "India 🇮🇳";

    vector<string> obsessions = {
        "Competitive Programming 🔥",
        "DSA — never enough problems",
        "Building data pipelines",
        "ML algorithms & math"
    };

    string goal = "One of the greatest programmers — watch me.";

    void currentlyLearning() {
        cout << "Databricks | PySpark | Airflow\n";
        cout << "Snowflake  | Azure Data Factory\n";
        cout << "System Design (going deep)\n";
    }
};


⚡ Open Source @ aden-hive

Contributing algorithms in C++, Java, and Python · HuggingFace Transformers integration · Building things that matter


🧠 Tech Stack

Languages

C++ Python Java

ML / AI

HuggingFace PyTorch scikit-learn NumPy Pandas

Data Engineering — Currently Learning 🚀

Apache Spark PySpark Databricks Apache Airflow Snowflake Azure

Tools

Git VS Code Linux Docker


🔥 CP & DSA — This is War

"The only way to get better at competitive programming
 is to solve more problems. So I do."
                                        — Sahil Sharma

Codeforces LeetCode CodeChef AtCoder

Topics I grind: Dynamic Programming · Graphs · Trees · Segment Trees · Number Theory · Greedy · Bit Manipulation · Combinatorics


∑ Mathematics Arsenal

Domain Depth
Calculus Multivariable · Optimization · Gradient Descent from scratch
Probability Distributions · Bayesian Inference · Stochastic Processes
Statistics Hypothesis Testing · MLE · Regression Theory
Linear Algebra Eigenvalues · SVD · PCA theory
Combinatorics Generating Functions · Inclusion-Exclusion · Permutations

📊 GitHub Stats


🏆 GitHub Trophies


🗺️ Roadmap 2025

roadmap = {
    "Q1": ["Master PySpark internals", "Airflow DAGs in production"],
    "Q2": ["Snowflake + ADF pipeline end-to-end", "System Design patterns"],
    "Q3": ["Reach Candidate Master on CF", "Deploy ML pipeline on Azure"],
    "Q4": ["Contribute to major OSS project", "Write on Substack consistently"],
    "always": ["Solve DSA problems daily", "Never stop grinding CP 🔥"]
}

📬 Let's Connect

GitHub Stack Overflow Substack

"Find me on Stack Overflow, find me on Substack — we'll have a good chat."


📡 Emergency Beacon:
Drop the Bat-Signal here —
sahilsharmadandotiya@gmail.com
I’ll respond faster than a breakpoint on failure.


🌐 The Multiverse — Find Me Across Dimensions


sahildando


Pinned Loading

  1. CP-Tourist CP-Tourist Public

    C++ 1

  2. Database-Queries Database-Queries Public

  3. freeCodeCamp freeCodeCamp Public

    Forked from freeCodeCamp/freeCodeCamp

    freeCodeCamp.org's open-source codebase and curriculum. Learn math, programming, and computer science for free.

    TypeScript

  4. hive hive Public

    Forked from aden-hive/hive

    Outcome driven agent development framework that evolves

    Python

  5. Python Python Public

    Forked from TheAlgorithms/Python

    All Algorithms implemented in Python

    Python