Skip to content
View himanshumahajan138's full-sized avatar

Block or report himanshumahajan138

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.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, 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
himanshumahajan138/README.md

Welcome to Himanshu's GitHub Profile!

Hey There! I am Himanshu Mahajan

💫 About Me:

# Hey there! 👋 Welcome to Himanshu Mahajan's Code World 🌐
class Developer:
    def __init__(self):
        self.name = "Himanshu Mahajan"
        self.role = "Software Engineer"
        self.languages = ["Python 🐍", "C++ 💻"]
        self.tools = ["VSCode 💻", "GitHub 🐙", "Docker 🐳"]
        self.interests = [
            "Competitive Programming 🏆",
            "Machine Learning 🤖",
            "Data Science 📊",
            "DevOps ⚙️",
            "Open Source 🌍"
        ]

    def introduction(self):
        print(f"Hi, I'm {self.name}!")
        print(f"I'm a passionate {self.role} who loves coding in {', '.join(self.languages)}.")
        print("My toolkit includes:")
        for tool in self.tools:
            print(f"- {tool}")
        print("Here are a few things that excite me:")
        for interest in self.interests:
            print(f"- {interest}")

# Let's connect and build something awesome!
me = Developer()
me.introduction()

🌐 Socials:

Coding gif

GitHub himanshumahajan138
LeetCode CodeChef Codeforces
Portfolio LinkedIn Medium
Instagram X

💻 Tech Stack:

C++ Python Shell Script Windows Terminal Markdown Java TensorFlow Pandas AWS GithubPages Render Flask Jinja OpenCV MongoDB MySQL Matplotlib NumPy Pandas Plotly PyTorch scikit-learn Scipy GitLab Git GitHub Ansible Terraform Kubernetes Power Bi Docker

📊 GitHub Stats:

🏆 GitHub Trophies

✍️ Random Dev Quote

🔝 Top Contributed Repo


Top Repositories

website website website Leetcode website website

All Repositories

Pinned Loading

  1. PlagX PlagX Public

    An automated tool for detecting plagiarism in LeetCode coding contests. It crawls contest data, processes user submissions, generates comprehensive reports, and uploads results to GitHub. Features …

    JavaScript 1

  2. FraudGuard FraudGuard Public

    This system utilizes Optical Character Recognition (OCR) extracts text, while computer vision techniques map document layout. Then, SIFT (Scale-Invariant Feature Transform) cleverly matches documen…

    Python 2

  3. Sentimental-Analysis-With-NLP Sentimental-Analysis-With-NLP Public

    Welcome to our Python Sentiment Analysis project repository! This project is dedicated to helping users understand the emotional tone behind textual data using Python. With the exponential growth o…

    Python 1

  4. Flask-Website-Data-Analysis-With-Himanshu Flask-Website-Data-Analysis-With-Himanshu Public

    The Data Analysis with Himanshu project is a Flask-based company website that showcases various data analysis services offered by Himanshu. The website provides insights into different data analysi…

    HTML 1

  5. Leetcode Leetcode Public

    This repository comprises my solved LeetCode questions, arranged by difficulty level with detailed explanations. Solutions are available in C++, and contributions for optimizations and alternative …

    C++ 1

  6. LGMVIP-DataScience-1 LGMVIP-DataScience-1 Public

    This project aims to showcase the implementation of the logistic regression algorithm for the classification of the Iris dataset. It consists of 150 samples of iris flowers, with 50 samples for eac…

    Jupyter Notebook