Skip to content
View AdityaManojShinde's full-sized avatar

Highlights

  • Pro

Block or report AdityaManojShinde

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

Typing SVG


🧑‍💻 whoami

class Aditya:
    name       = "Aditya Manoj Shinde"
    role       = ["Full Stack Web Developer", "Python Engineer", "AI/ML Enthusiast"]
    location   = "India 🇮🇳"
    languages  = ["Python", "JavaScript", "TypeScript", "HTML", "CSS", "SQL"]

    stack = {
        "frontend"  : ["React.js", "Next.js", "TailwindCSS", "Vite"],
        "backend"   : ["FastAPI", "Django", "Node.js", "REST APIs"],
        "ai_ml"     : ["TensorFlow", "Keras", "Scikit-learn", "NumPy", "Pandas"],
        "databases" : ["PostgreSQL", "MySQL", "SQLite", "MongoDB"],
        "devops"    : ["Docker", "Git", "GitHub Actions", "Linux"],
        "tools"     : ["VS Code", "Figma", "Postman", "Jupyter Notebook"],
    }

    fun_fact = "I debug with print() and I'm not sorry 😅"

    def say_hi(self):
        print("Thanks for dropping by! Let's build something amazing together 🚀")

me = Aditya()
me.say_hi()

⚡ Tech Arsenal

🌐 Frontend

React Next.js TypeScript JavaScript TailwindCSS HTML5 CSS3

🐍 Backend & Python

Python FastAPI Django Node.js

🤖 AI / ML

TensorFlow Keras scikit-learn NumPy Pandas Jupyter

🗄️ Databases

PostgreSQL MySQL MongoDB SQLite

🛠️ DevOps & Tools

Docker Git GitHub Actions Linux VS Code Figma


📊 GitHub Stats

GitHub Streak

Aditya's Activity Graph


🌐 Connect With Me

Email LinkedIn Twitter / X


💡 Random Dev Wisdom

"Code is like humor. When you have to explain it, it's bad." — Cory House


footer

Pinned Loading

  1. newsapp newsapp Public

    flutter News App with Riverpod and NewsAPI.org This is a Flutter project demonstrating a simple news app built using the following technologies: Flutter: A modern framework for building beautiful, …

    Dart 1

  2. SpaceShooterGame-ShootEmUP SpaceShooterGame-ShootEmUP Public

    Just trying things around no serious code here

    Python 1

  3. Pyhon-Image-To-Pdf-Convertor Pyhon-Image-To-Pdf-Convertor Public

    A simple Python script that allows users to select images from their computer, convert them into a single PDF file, and then clean up the input folder by deleting all the images. This program uses …

    Python 1

  4. Instagram-Reels-Downloader Instagram-Reels-Downloader Public

    Instagram Reel Downloader is a Python application that allows you to download Instagram Reels using their URLs. The application provides a graphical user interface (GUI) built with Tkinter and uses…

    HTML 8 1

  5. Python-Chat-SpamBot Python-Chat-SpamBot Public

    The Chat Message Spamming Bot is a Python-based automation tool designed to send repetitive messages across various chat platforms. Utilizing the powerful pyautogui module, this bot can simulate ke…

    Python 1

  6. TIC-TAC-TOE-GAME TIC-TAC-TOE-GAME Public

    Python