Skip to content
View bashSunny101's full-sized avatar

Highlights

  • Pro

Block or report bashSunny101

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

Typing SVG

Profile Views Followers Stars


๐ŸŽฏ The Honest Truth

Look, I'm not going to pretend to be a senior full-stack developer with years of experience. I'm a learning developer from India who started coding seriously around late 2023. I'm still figuring things out, one tutorial at a time.

๐Ÿ“– Click to see my honest developer profile
const sunny = {
    location: "India ๐Ÿ‡ฎ๐Ÿ‡ณ",
    actualRole: "Student / Junior Developer",
    honestSkills: [
        "JavaScript (basics)", 
        "HTML/CSS", 
        "Python (learning)", 
        "Copying from Stack Overflow"
    ],
    realityCheck: {
        frontend: [
            "React (following tutorials)", 
            "Basic HTML/CSS", 
            "Tailwind (sometimes)"
        ],
        backend: [
            "Node.js (learning)", 
            "Express (copy-paste mostly)"
        ],
        databases: ["MongoDB (when it works)"],
        tools: [
            "Git (still confuse push and pull)", 
            "Docker (what's a container?)"
        ]
    },
    currentlyLearning: "Everything. Seriously, everything.",
    portfolioStatus: "19 repos, 2 have stars, most are unfinished",
    openToCollaborate: true,
    willingToLearn: "Absolutely! ๐Ÿ’ฏ"
};

๐Ÿ’ผ What I'm Actually Doing

๐Ÿ“š Learning

  • Following online tutorials and courses
  • Building small projects to understand basics
  • Trying to contribute to open source

๐Ÿ› Debugging

  • Spending more time debugging than coding
  • Googling error messages constantly
  • Code comments: "why doesn't this work???"

๐Ÿ› ๏ธ Tech Stack

Languages I Can Somewhat Write

JavaScript HTML5 CSS3 Python C

Frontend (Following Tutorials)

React Tailwind CSS Vite

Backend (Copy-Paste Programming)

Node.js Express MongoDB

Tools I Use Daily

Git GitHub VS Code Docker Kubernetes


๐Ÿ“Š GitHub Statistics

GitHub Streak
Contribution Graph

๐Ÿ† Achievements & Badges

GitHub Trophies

GitHub Trophies

Holopin Badges

An image of @bashsunny101's Holopin badges, which is a link to view their full Holopin profile


๐Ÿ’ป Featured Projects

My most "successful" project with 1 whole star and 2 forks!

JavaScript React Vite

Built for Smart India Hackathon โ€ข Actually has working features โ€ข Uses React & Vite

Stars Forks


๐Ÿณ kubernetes-demo

Learning containers and orchestration

JavaScript Docker Kubernetes

Following tutorials โ€ข Has a LEARNING_GUIDE.md โ€ข Simple Node.js deployment practice

View Repo


๐Ÿณ odin-recipes

HTML learning from The Odin Project

HTML5

Basic HTML practice โ€ข Part of curriculum โ€ข Everyone starts somewhere!

View Repo

๐Ÿ“‚ Other Repos (The Real Talk)

Most of my other 16 repos are:

  • ๐Ÿ“š Tutorial follow-alongs (MERN-Learning, StartedBackend, Backend)
  • ๐Ÿงช Experiments that didn't go anywhere
  • ๐Ÿ“ Course exercises (git_test, skills-communicate-using-markdown)
  • ๐Ÿ—ƒ๏ธ Abandoned projects (we don't talk about those)

Total Stars Across All Repos: 3 ๐ŸŒŸ


๐ŸŽ“ My Learning Journey

๐Ÿ“š Learning Through

  • Online Courses - FreeCodeCamp, The Odin Project
  • Documentation - When I can understand it
  • Stack Overflow - My real teacher
  • Trial and Error - Mostly error

๐Ÿ“œ Real Accomplishments

  • โœ… Got 3 total stars on GitHub
  • โœ… Merged a PR (someone else's repo!)
  • โœ… Deployed to Vercel (it crashed, but deployed!)
  • โœ… Understood Docker (sort of)
  • โœ… Can center a div (took 3 months)

๐ŸŽฏ Current Focus

Currently Learning:
  - React: Still learning the hooks
  - Node.js & Express: Copying examples mostly
  - Kubernetes: Watching tutorials
  - Clean Code: Future goal

Currently Building:
  - Tutorial projects (hoping to finish)
  - Small apps to understand concepts
  - A portfolio that's not a template

Realistic 2025 Goals:
  - Get a real job as a developer
  - Contribute to open source without breaking things
  - Build one project people actually use
  - Understand async/await properly
  - Maybe learn TypeScript?

โฐ How I Actually Spend My Time

Debugging          โ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–‘โ–‘โ–‘โ–‘โ–‘   65%
Googling Errors    โ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘   40%
Reading Docs       โ–ˆโ–ˆโ–ˆโ–ˆโ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘   15%
Writing Code       โ–ˆโ–ˆโ–ˆโ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘   10%
Staring at Screen  โ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘   25%

๐Ÿ’ญ Developer Truths

"It works on my machine" - Every developer ever

"I'll just copy this from Stack Overflow" - Me, daily

"Why is it not working?" - Also me, daily

"Oh wait, I forgot the semicolon" - Me, when coding in JavaScript


๐Ÿค Let's Connect

GitHub

I'm active on GitHub and open to:

  • ๐Ÿ‘€ Code reviews (low expectations, please)
  • ๐Ÿ› Issues if something's broken (there's a lot)
  • ๐Ÿ”ง PRs to fix my messy code (seriously, please)
  • โญ Stars if you're feeling generous

๐ŸŽฎ When I'm Not Coding

๐Ÿ“š Reading docs I don't understand yet | ๐ŸŽฎ Watching tech YouTubers | ๐Ÿ” Browsing GitHub for inspiration

๐Ÿ’ญ Planning the project I'll build "someday" | ๐Ÿ˜ด Dreaming in console.log()


๐Ÿ™ Thanks for Visiting!

If you made it this far, you're probably as curious as I was when I wrote this.

Remember: We all start somewhere. This is my somewhere.

If you're learning too, let's learn together! ๐Ÿš€


๐Ÿ’ฌ "Talk is cheap. Show me the code." - Linus Torvalds

(Still working on having good code to show...)


Popular repositories Loading

  1. Project-1 Project-1 Public

    JavaScript 1

  2. SmartController-SIH SmartController-SIH Public

    JavaScript 1 2

  3. MainServer MainServer Public

    C 1

  4. bashSunny101 bashSunny101 Public

    1 1

  5. layer5 layer5 Public

    Forked from layer5io/layer5

    Layer5, expect more from your infrastructure

    JavaScript 1

  6. Tut-1 Tut-1 Public