"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! โจ
| ๐ Project | โญ Stars | ๐ด Forks | ๐ท๏ธ Tech |
|---|---|---|---|
| CodelithLabs | 0 | 0 | TypeScript |
| portfolio-donbili | 2 | 0 | JavaScript |
| nebula-os | 0 | 0 | HTML |
| codelith-minecraft-server | 0 | 0 | Minecraft |
"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 ๐ป
- ๐ 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
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;
}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
};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! ๐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
}SELECT * FROM life
WHERE activity = 'coding'
AND time BETWEEN '00:00' AND '06:00'
AND coffee_cups > 5;
-- Result: Every night of my life ๐
"Crafting code, one block at a time!" โ๏ธ
_ โโโโโโโโโโโโโโโ _
_(_)_ โ CODER โ _(_)_
( ' ' ) โ EXTRAORDINAIREโ ( ' ' )
\ _ / โโโโโโโโโโโโโโโ \ _ /
| | | |
_| |_ _| |_
/ ___) / ___) \
\ ( ) \ ( )/
)_( ) )_(_)
2025 ๐
โโโ September - Started GitHub ๐
โโโ October - First repository
โโโ November - Built portfolio-donbili
โโโ December - Started CodelithLabs
2026 ๐
โโโ January - Launched Minecraft server
โโโ February - Building cool stuff! ๐ฅ
๐ฏ "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 โ