Skip to content
View nipundeept's full-sized avatar
:bowtie:
:bowtie:

Block or report nipundeept

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
nipundeept/README.md
Animated Terminal Header
Typing SVG

// CSE @ JSS Science and Technology University | Batch 2025–2029


> whoami

typedef struct Engineer {
    char   name[]       = "Nipun Deept";
    char   focus[]      = "Systems Architecture & Backend Engineering";
    char   university[] = "JSSSTU — CSE (2025–2029)";
    bool   loves_memory_management = true;
    int    current_year = 1;
} Engineer;
🧠 Learning: Data Structures & Algorithms, Computer Systems, and Software Engineering fundamentals
⚡ Interests: Memory management, problem solving, and understanding how computers work
🔍 Exploring: Backend development, and open-source software
🤝 Open to: Learning opportunities, collaborations, meaningful projects

> cat tech_stack.cfg

[ LANGUAGES ]

Java C C++ HTML5 CSS3 JavaScript

[ INFRASTRUCTURE & TOOLS ]

Git IntelliJ IDEA CLion VS Code CMake


> neofetch --stats


> cat activity_grid.log


> ping nipundeept

PINGING nipundeept... connection established.
   



> CONNECTION TERMINATED.
> SESSION LOG SAVED.
> GOODBYE, HUMAN.
  ___________

Popular repositories Loading

  1. modular-pong modular-pong Public

    C 1

  2. speech_recognition speech_recognition Public

    Speech Recognition in Python (Basic Programming)

    Python

  3. File-Organiser File-Organiser Public

    A simple Node.js command line tool to organise files in a directory into categories like Images, Documents, and Videos. Includes a help command and handles edge cases.

    JavaScript

  4. leetcode-tracker-api leetcode-tracker-api Public

    Java

  5. checkora checkora Public

    Forked from Checkora/Checkora

    Chess platform with an AI opponent powered by minimax search with alpha-beta pruning, built on Django and a C++ engine.

    Python

  6. Leetcode-Tracking Leetcode-Tracking Public

    Automated repository of LeetCode solutions, documenting execution time, space complexity, and optimised approaches.

    Java