Skip to content

Donbili69/.github

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

6 Commits
ย 
ย 
ย 
ย 

Repository files navigation

๐Ÿ‘‹ Hey There! I'm Donbili69 (a.k.a. Babu Bhaiya)

Typing SVG


๐Ÿ”ฅ The Legendary Bio

"Kutriya dek ke number dial kr" โ€” When someone asks how to reach me

Translation: "Dial the number after seeing the puppy" ๐Ÿ•
Basically, I'm the developer who makes things happen! โœจ


๐Ÿ“Š My GitHub Stats

GitHub Stats Top Languages


๐Ÿ† GitHub Achievements

Trophy


๐Ÿ”ฅ Streak Stats

Streak


๐Ÿ“ˆ Weekly Coding Activity

Activity Graph


๐Ÿ› ๏ธ What I'm Building

๐Ÿš€ Project โญ Stars ๐Ÿด Forks ๐Ÿท๏ธ Tech
CodelithLabs 0 0 TypeScript
portfolio-donbili 2 0 JavaScript
nebula-os 0 0 HTML
codelith-minecraft-server 0 0 Minecraft

๐Ÿ’ป Tech Stack

Tech Stack


๐Ÿ—‚๏ธ Skills

Programming Languages

JavaScript TypeScript HTML5 CSS3

Frameworks & Tools

React Node.js Git GitHub VS Code

Gaming

Minecraft


๐Ÿ“š Favorite Quotes

"First, solve the problem. Then, write the code." โ€“ John Johnson ๐Ÿ”จ

"Code is like humor. When you have to explain it, it's bad." โ€“ Cory House ๐Ÿ˜Ž

"Talk is cheap. Show me the code." โ€“ Linus Torvalds ๐Ÿ’ป


๐Ÿ’ก Fun Facts About Me

  • ๐Ÿ• Dog lover โ€” "Kutriya dek ke number dial kr" says it all!
  • ๐ŸŒฑ Currently learning: TypeScript, React
  • โšก Mantra: Work so good, clients just call! ๐Ÿ“ž
  • ๐ŸŽฎ Minecraft Server Owner โ€” Yes, I run my own!
  • โ˜• Fuel: Coffee + Code = Magic
  • ๐ŸŒ™ Night owl โ€” Code flows better at 2 AM

๐Ÿ Snake Animation

Snake


๐ŸŽฒ Cool Code Snippets

JavaScript - The Infinite Loop of Productivity

const life = {
  coffee: Infinity,
  code: true,
  bugs: 0,
  sleep: () => "Tomorrow",
  motivation: "Kutriya dek ke number dial kr"
};

while (life.code) {
  life.coffee--;
  if (life.coffee === 0) break;
}

TypeScript - Type Safety Level: 100

type Coffee = {
  cups: number;
  strength: "weak" | "strong" | "nuclear";
};

const refuel = (coffee: Coffee): void => {
  if (coffee.cups === 0) {
    console.log("BREW MORE COFFEE!!! โ˜•๐Ÿ˜ค");
  }
};

type Developer = {
  name: string;
  caffeineLevel: number;
  codeQuality: " questionable " | "acceptable" | "genius";
};

const me: Developer = {
  name: "Donbili69",
  caffeineLevel: Infinity,
  codeQuality: "genius" // obviously
};

Python - Zen of Python

import this  # The Zen of Python

# My coding philosophy
def life():
    while True:
        if coffee > 0:
            code()
        else:
            sleep()
    
    # This line never executes - we never sleep! ๐Ÿ˜Ž

Rust - Memory Safety (and Sanity)

fn main() {
    let coffee = String::from("โ˜•");
    let mut energy = 100;
    
    while energy > 0 {
        println!("{} Coding...", coffee);
        energy -= 10;
    }
    
    // Rust guarantees no null pointer derefs
    // But can't guarantee no 2AM debugging sessions
}

SQL - Querying My Life

SELECT * FROM life 
WHERE activity = 'coding' 
AND time BETWEEN '00:00' AND '06:00'
AND coffee_cups > 5;

-- Result: Every night of my life ๐Ÿ˜…

๐ŸŽฎ Minecraft Server Status

Server Status Version

"Crafting code, one block at a time!" โ›๏ธ


๐ŸŽฏ GitHub Profile Summary

Profile Details Stats Top Languages


๐ŸŽญ ASCII Art Corner

     _    โ”Œโ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”    _
   _(_)_  โ”‚  CODER      โ”‚  _(_)_
  ( ' ' ) โ”‚  EXTRAORDINAIREโ”‚ ( ' ' )
   \ _ /   โ””โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”˜   \ _ /
    | |                       | |
   _| |_                     _| |_
  / ___)                   / ___) \
  \ ( )                     \ ( )/
   )_( )                     )_(_)

๐Ÿ“… My GitHub Journey

2025 ๐Ÿ“…
โ”œโ”€โ”€ September - Started GitHub ๐Ÿš€
โ”œโ”€โ”€ October - First repository
โ”œโ”€โ”€ November - Built portfolio-donbili
โ”œโ”€โ”€ December - Started CodelithLabs

2026 ๐Ÿ“…
โ”œโ”€โ”€ January - Launched Minecraft server
โ”œโ”€โ”€ February - Building cool stuff! ๐Ÿ”ฅ

๐Ÿค Let's Connect

GitHub Email


โ˜• Support Me

Buy Me A Coffee


๐Ÿ‘€ Visitor Count

Profile Views


๐ŸŽฏ "Code is like humor. When you have to explain it, it's bad." โ€” But I don't need to explain mine! ๐Ÿ˜Ž


โญ๏ธ From Donbili69 with ๐Ÿ’š and โ˜•



About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors