const raajPatkar = {
pronouns: "he/him",
location: "Thane, Maharashtra, India",
education: "Freshman at KCCEMSR",
role: "Campus Ambassador @E-cell IITB",
interests: ["Machine Learning", "Web Development", "Competitive Programming"],
motto: "Code. Break. Learn. Repeat.",
currentlyLearning: ["Advanced React", "Machine Learning", "System Design"],
funFact: "I debug with console.log() and I'm not ashamed! π"
};
|
|
JavaScript 8 hrs 45 mins βββββββββββββββββββββββββ 45.2%
TypeScript 4 hrs 12 mins βββββββββββββββββββββββββ 21.7%
Python 3 hrs 30 mins βββββββββββββββββββββββββ 18.1%
React 2 hrs 15 mins βββββββββββββββββββββββββ 11.6%
CSS 1 hr 8 mins βββββββββββββββββββββββββ 5.9%
- π Launch 3 major open-source projects
- π€ Complete Machine Learning specialization
- π Contribute to 50+ open-source repositories
- π Mentor 20+ students in coding
- πΌ Land an amazing internship opportunity
- π Reach 1000+ GitHub followers
class RaajPatkar:
def __init__(self):
self.coffee_consumed = "β cups"
self.favorite_editor = "VS Code"
self.coding_style = "Clean & Commented"
self.superpower = "Turning coffee into code"
self.debugging_method = "Rubber duck debugging"
def say_hi(self):
print("Thanks for visiting my profile! Let's build something amazing together! π")
raaj = RaajPatkar()
raaj.say_hi()
βοΈ From raajpatkar