Skip to content
View aaryaa135's full-sized avatar
🧩
Skill tree grinding
🧩
Skill tree grinding

Block or report aaryaa135

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

header

coding cat 🐱

Typing SVG


Profile Views  Followers  LinkedIn  Portfolio  Email


🖥️ ~/aarya $ boot --profile

┌─────────────────────────────────────┐
│         SYSTEM BOOT LOG             │
│  ██████████████████  100% loaded    │
└─────────────────────────────────────┘

[✔] identity       →  Aarya Gupta
[✔] handle         →  @aaryaa135
[✔] os             →  Himachal Pradesh 🏔️
[✔] kernel         →  B.Tech CS, Final Year
[✔] runtime        →  Full-Stack Engineer
[✔] uptime         →  Always building

[✔] ports open     →  3000  (React)
                       8080  (Node/Express)
                       5432  (PostgreSQL)
                       27017 (MongoDB)

[✔] email          →  aaryax135@gmail.com
[✔] linkedin       →  in/aarya--gupta
[✔] portfolio      →  aarya135-portfolio.netlify.app

[!] WARNING        →  Starts debugging "for 5 mins"
                       Resurfaces hours later
                       with snacks and a fix 🍕
# aarya.py  —  import at your own risk 🐍

class Aarya:
    name     = "Aarya Gupta"
    role     = "Full-Stack SDE (in training)"
    location = "Himachal Pradesh, India 🏔️"

    stack = {
        "frontend" : ["React", "Next.js", "Tailwind",
                      "Three.js", "GSAP"],
        "backend"  : ["Node.js", "Express", "REST API"],
        "database" : ["MySQL", "PostgreSQL", "MongoDB"],
        "ml"       : ["Python", "Scikit-Learn",
                      "NumPy", "Pandas"],
        "cloud"    : ["AWS", "Netlify"],
        "tools"    : ["Git", "Figma", "VS Code"],
    }

    focus = [
        "🔨 Production-grade systems",
        "🧠 System design & DSA",
        "📊 Applied ML (not slide-deck ML)",
        "🎯 Landing that first SDE role",
    ]

    @property
    def philosophy(self):
        return (
          "Clarity > cleverness. "
          "Unless cleverness cuts bugs. "
          "Then cleverness."
        )

    def contact(self):
        return "aaryax135@gmail.com ✉️"

⚡ Tech Stack

Every tool I've actually used — not just copy-pasted from a template.

🖥️ Languages

C, C++, Python, JavaScript, MySQL

C C++ Python JavaScript SQL


🌐 Frontend

Frontend stack

HTML5 CSS3 React Next.js Tailwind CSS Three.js GSAP


🔧 Backend

Backend stack

Node.js Express.js REST API


🗄️ Databases

Databases

MySQL PostgreSQL MongoDB


🤖 Machine Learning & Data Science

ML stack

Scikit-Learn NumPy Pandas Matplotlib Jupyter


☁️ Cloud, Tools & Environments

Tools

AWS Git GitHub Figma VS Code Linux Netlify Postman


📊 GitHub Stats

GitHub Stats    Top Languages

GitHub Streak


🏆 GitHub Trophies


📈 Contribution Activity

Activity Graph


🐍 Watch My Contributions Get Eaten

Contribution Snake

⚙️ To generate the snake: copy .github/workflows/snake.yml from this repo and trigger the workflow once. It auto-regenerates every 12 hours.


🎯 Current Objectives

$ cat roadmap.txt

▸ SHIPPING:
  [████████████░░░]  82%   Production-grade full-stack project
  [██████████░░░░░]  68%   Backend & system design fundamentals
  [████████████░░░]  80%   SDE interview preparation
  [███████████░░░░]  74%   ML applied to real-world datasets

▸ NEXT UNLOCKS:
  [ ] First SWE / SDE internship offer
  [ ] Open-source contribution merged
  [ ] System that handles 10k+ concurrent users

📌 Featured Projects

A production-style RESTful inventory management API built with Python.

Python REST API Backend

View Repo

ML model predicting house prices using regression techniques and feature engineering.

Jupyter Scikit-Learn ML

View Repo


📬 Let's Connect

🔗 Platform 📎 Link
📧 Email aaryax135@gmail.com
💼 LinkedIn linkedin.com/in/aarya--gupta
🌐 Portfolio aarya135-portfolio.netlify.app
📸 Instagram @aaryaa_.0
🐙 GitHub github.com/aaryaa135

"The best time to clean up your code was during code review. The second best time is now."


footer

Crafted with 💜  ·  @aaryaa135  ·  Himachal Pradesh, India 🏔️

Pinned Loading

  1. retail-inventory-api retail-inventory-api Public

    Python

  2. House-Price-Prediction House-Price-Prediction Public

    Machine Learning Project - To predict prices of house with the help of various components .

    Jupyter Notebook

  3. CardioVision CardioVision Public

  4. devdesk devdesk Public

    A secure GitHub analytics dashboard built with React, FastAPI, and GitHub OAuth, providing real-time repository insights, developer analytics, and JWT-based multi-user authentication.

    JavaScript

  5. PORTFOLIO26 PORTFOLIO26 Public

    JavaScript

  6. AuthForge AuthForge Public

    Production-ready authentication platform featuring JWT, RBAC, Redis caching, token blacklisting, email verification, password reset, audit logging, rate limiting, Docker, and CI/CD.

    Python