┌─────────────────────────────────────────────────────────────────────────────┐
│ │
│ ██████╗ ███████╗ ██████╗ ██████╗ ███╗ ███╗██╗███╗ ██╗ ██████╗ │
│ ██╔══██╗██╔════╝██╔════╝██╔═══██╗████╗ ████║██║████╗ ██║██╔════╝ │
│ ██████╔╝█████╗ ██║ ██║ ██║██╔████╔██║██║██╔██╗ ██║██║ ███╗ │
│ ██╔══██╗██╔══╝ ██║ ██║ ██║██║╚██╔╝██║██║██║╚██╗██║██║ ██║ │
│ ██████╔╝███████╗╚██████╗╚██████╔╝██║ ╚═╝ ██║██║██║ ╚████║╚██████╔╝ │
│ ╚═════╝ ╚══════╝ ╚═════╝ ╚═════╝ ╚═╝ ╚═╝╚═╝╚═╝ ╚═══╝ ╚═════╝ │
│ ██████╗ █████╗ ██████╗ █████╗ ███████╗ │
│ ██╔══██╗██╔══██╗██╔══██╗██╔══██╗██╔════╝ │
│ ██████╔╝███████║██████╔╝███████║███████╗ │
│ ██╔═══╝ ██╔══██║██╔══██╗██╔══██║╚════██║ │
│ ██║ ██║ ██║██║ ██║██║ ██║███████║ │
│ ╚═╝ ╚═╝ ╚═╝╚═╝ ╚═╝╚═╝ ╚═╝╚══════╝ │
│ │
│ System: Ubuntu 22.04 LTS User: BecomingParas │
│ Kernel: 5.15.0-91-generic Shell: zsh 5.8.1 │
│ Uptime: 365 days Node: v20.11.0 │
│ │
└─────────────────────────────────────────────────────────────────────────────┘paras@github:~$ neofetchclass Developer {
name: string = "Paras Shrestha";
location: string = "Butwal, Nepal 🇳🇵";
pronouns: string = "He/Him";
languages: string[] = [
"TypeScript", "JavaScript", "Python"
];
currentFocus: string[] = [
"🔭 Building Distributed Systems",
"🌱 Learning AI/ML & Cloud Architecture",
"👯 Contributing to Open Source",
"💬 Architecting GraphQL APIs"
];
funFact: string = "☕ Coffee = Code++";
getGreeting(): string {
return "नमस्ते (Namaste) 🙏🏻";
}
}paras@github:~$ cat tech_stack.shparas@github:~$ git log --stat --graph --onelineparas@github:~$ ./contribution_graph.sh --year 2025paras@github:~$ cat mission.txtWant to discuss tech, APIs, or potential collaborations?
I'm available for:
- Technical discussions and mentorship
- Project collaborations
- Freelance opportunities
- Coffee chats about tech ☕
paras@github:~$ echo "Thanks for visiting! ⭐ Star repos if you like them!"If you like my work, consider:
- ⭐ Starring my repositories
- 🔀 Forking interesting projects
- 🐛 Reporting issues or suggesting improvements
- 💬 Reaching out for collaborations
नमस्ते (Namaste) 🙏🏻 | Happy Coding! 💻
paras@github:~$ exit
logout
Connection to github.com closed.


