Ctrl + Alt + Del would never delete my passion for coding. Git happens! But so do amazing projects.
- 🌍 I'm based in Bangalore,India
- ✉️ You can contact me at navi29012004@gmail.com
- 🤝 I'm open to collaborating on Web development Projects as well as ML
🧑🚒LogoForge
Leetcode
class WhoAmI {
constructor() {
this.user = 'Naveen';
this.current_work = 'Writing code';
this.hobbies = [
'Rail-Fanner',
'Watching Series',
'Reading Sci-Fi Novels',
'Being up all Night chasing that ONE BUG...'
];
}
getCity() {
return 'Bangalore, India';
}
ambitions() {
return [
'Learn Japanese',
'Create SkyNet',
'Finish My Novel',
];
}
}