Skip to content
View mostpalon3's full-sized avatar
:octocat:
coding
:octocat:
coding

Highlights

  • Pro

Block or report mostpalon3

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.

Content in all repositories owned by your account will be closed.
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
mostpalon3/README.md

cover_img

Typing SVG

Visitor count
Profile Views

github-snake

Hi, I'm Sumit Sagar

Typing SVG

πŸš€ About Me

coding

I'm a Full Stack Developer who loves building web applications and exploring new technologies.

  • πŸ”­ Currently working on Innovative Web Projects
  • 🌱 Learning DSA, Cybersecurity & Devops
  • πŸ‘― Looking to collaborate on Open Source Projects
  • πŸ’¬ Ask me about Web Development, DSA, or Tech Career
  • ⚑ Fun fact: I can debug code faster with coffee β˜•
  • 🎯 Goal: Contribute more to Open Source
  • πŸ“« Reach me at: sumitsagar2612@gmail.com
  • πŸ’Ό Portfolio: Dive here!

πŸ› οΈ Tech Stack

Languages:

html5 css3 javascript typescript python c c++ java

Library & Frameworks:

Bootstrap Tailwind ExpressJS ReactJS NextJS NodeJS threeJS Framer motion GSAP zod

Databases:

MongoDB mysql postgres firebase redis

Tools:

Figma Git github github actions postman blender prisma docker nginx linux aws gcp


πŸ“ˆ GitHub Stats


πŸ“ˆ Contribution Graph

Ashutosh's github activity graph


🌐 Connect & Collaborate

LinkedInInstagramGmail Portfolio
class FullStackDeveloper {
    constructor() {
        this.name = 'Sumit Sagar';
        this.role = 'Full Stack Developer';
        this.languages = ['JavaScript', 'Python', 'Java', 'C++'];
        this.challenges = this.coffeeCups = 0;
    }

    solveChallenge(challenge) {
        while (!challenge.isSolved) this.drinkCoffee();
        return '✨ Challenge done!';
    }

    drinkCoffee() {
        return `β˜• (${++this.coffeeCups})`;
    }

    async learnNewTechnology(tech) {
        await Promise.all([this.research(tech), this.practice(tech), this.build(tech)]);
        return `πŸŽ“ Skilled in ${tech}`;
    }

    getLifeBalance() {
        return { code: 'πŸ’»', learn: 'πŸ“š', grow: '🌱', repeat: 'πŸ”„' };
    }
}
console.log('πŸš€ Ready to create amazing things!');
Random Dev Quote

Buy Me A Coffee

⭐ Star this repo if you found it interesting! | 🍴 Fork it if you want to make it your own!

Pinned Loading

  1. mostpalon3 mostpalon3 Public

    Config files for my GitHub profile.

    3 2

  2. OneAmp OneAmp Public

    TypeScript

  3. vlan-validator vlan-validator Public

    Go

  4. route53-clone route53-clone Public

    TypeScript