Skip to content
View nipunn-git's full-sized avatar
πŸ₯˜
Cookin'
πŸ₯˜
Cookin'

Highlights

  • Pro

Block or report nipunn-git

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

πŸ‘‹ Hi, I'm Nipun Dhiman



πŸ‘¨β€πŸ’» Hello, World!

class Nipun:

    def __init__(self):
        self.role = "Data Science Undergraduate"
        self.learning = [
            "Machine Learning",
            "Deep Learning",
            "Neural Networks",
            "Software Engineering"
        ]

        self.goal = "Become an ML Engineer"

        self.philosophy = (
            "Strong fundamentals compound. "
            "Shortcuts collapse."
        )

Instead of chasing trends, I'm investing my time in building deep technical foundations.

I believe understanding why something works is more valuable than simply knowing how to use it.


🧠 About Me

Name: Nipun Dhiman

Role:
  Data Science Undergraduate

Currently Learning:
  - Python
  - Java
  - Machine Learning
  - Data Science

Interested In:
  - Artificial Intelligence
  - Machine Learning
  - Deep Learning
  - Neural Networks
  - Open Source

Current Goal:
  Become an ML Engineer with strong fundamentals.

Learning Style:
  Build β†’ Break β†’ Understand β†’ Repeat

Motto:
  Consistency beats motivation.

🎯 Currently Focused On

  • πŸ“š Advancing my mathematical foundation
  • 🐍 Becoming fluent in Python
  • β˜• Improving C and DSA
  • πŸ“Š Exploring Data Science
  • πŸ€– Machine Learning
  • πŸš€ Building projects that solve real problems

βš™οΈ Technology Stack

πŸ’» Languages



πŸ€– ML & Data Science




πŸ›  Tools


πŸ’­ Current Mindset

while (!expert)
{
    learn();

    build();

    fail();

    improve();

    repeat();
}

The goal isn't to finish learning.

The goal is to become someone who can learn anything.


πŸ’» Problem Solving


πŸ“ˆ GitHub Analytics


πŸ“Š Contribution Graph



🐍 Contribution Snake

GitHub Contribution Snake



πŸ’­ Final Thought

"The goal isn't to know every technology.

The goal is to become the kind of engineer who can learn any technology."

Learning honestly. Building consistently. Improving every day.

⭐ Thanks for stopping by.

Popular repositories Loading

  1. student-management-system-c student-management-system-c Public

    A menu-driven Student Management System built in C using file handling.

    C

  2. nipunn-git nipunn-git Public

  3. kavach kavach Public

    JavaScript

  4. java-algorithm-visualizer java-algorithm-visualizer Public

    Interactive Algorithm Visualizer built using JavaFX to demonstrate sorting and searching algorithms with real-time animations, statistics tracking, and pseudocode visualization.

    Java

  5. lumiere lumiere Public

    TypeScript

  6. LeetCode-Solutions LeetCode-Solutions Public

    This repository provides all my solutions of the Leetcode questions which I have solved.

    C