Skip to content
View gptdevansh's full-sized avatar
๐ŸŽฏ
Focusing
๐ŸŽฏ
Focusing
  • 17:34 (UTC -12:00)

Highlights

  • Pro

Block or report gptdevansh

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

Hi there! ๐Ÿ‘‹ I'm Devansh


๐Ÿš€ About Me

โ€ข ๐ŸŽฏ Current Focus: Mastering Advanced Data Structures in C++ and diving deep into Linux & Shell Scripting
โ€ข ๐Ÿ’ก Passionate About: Problem Solving, System Programming, and Backend Development
โ€ข ๐ŸŒฑ Always Learning: Exploring new technologies and improving my coding skills daily
โ€ข ๐ŸŽ“ Background: Software Developer with a strong foundation in systems programming
โ€ข ๐Ÿ“ Location: India
โ€ข ๐Ÿ’ผ Goal: Building efficient, scalable systems and contributing to open-source projects


๐ŸŒ Connect with Me

LinkedIn Email Facebook Instagram


๐Ÿ› ๏ธ Languages and Tools

Programming Languages

C C++ Java

Backend & Frameworks

Spring Boot

Databases

MySQL

Operating Systems & Tools

Linux Git Shell Script


๐Ÿ”ฅ What I'm Building

๐ŸŒŸ Currently Working On: Advanced C++ projects and system-level programming challenges
๐ŸŽฏ Next Goal: Contributing to open-source projects in system programming
๐Ÿš€ Dream Project: Building a high-performance backend system from scratch


๐Ÿ’ก Fun Facts About Me

๐Ÿงฉ I love solving complex algorithmic puzzles
โšก Can debug code faster with a cup of coffee
๐Ÿง Linux terminal is my second home
๐ŸŽฎ When not coding, I'm exploring new tech trends
๐Ÿ“š Always reading about system architecture and design patterns

๐Ÿ“Š GitHub Statistics

GitHub Stats GitHub Streak Top Languages

๐ŸŒŸ Open Source Contributions

"Contributing to the developer community, one commit at a time"


๐ŸŽฏ Current Learning Journey

class Developer {
private:
    string name = "Devansh";
    string location = "India";
    vector<string> currentLearning = {
        "Advanced Data Structures in C++",
        "Linux System Administration", 
        "Shell Scripting Automation"
    };
    
public:
    void codeDailyProgress() {
        while(alive) {
            eat();
            code();
            solve_problems();
            learn_something_new();
            sleep();
        }
    }
};

๐Ÿ† GitHub Trophies


๐Ÿ“ˆ Activity Graph

Devansh's github activity graph


๐Ÿ Contribution Snake

Snake animation


๐Ÿ’ญ Developer Wisdom


โœจ Thank you for visiting my profile! Let's connect and build something amazing together! โœจ

Made with โค๏ธ by Devansh

Popular repositories Loading

  1. Vehicle-Rental-System Vehicle-Rental-System Public

    Forked from Zen0n111/Vehicle-Rental-System

    The Vehicle Rental System. It simulates a basic rental service where users can rent, return, and view vehicles such as cars and motorcycles

    Java 1

  2. gptdevansh gptdevansh Public

    Config files for my GitHub profile.

  3. Tic-Tac-Toe Tic-Tac-Toe Public

    C++

  4. console-chat-app console-chat-app Public

    C++

  5. exam-front exam-front Public

    TypeScript

  6. exam-server exam-server Public

    Java