|
class RahulBorana:
def __init__(self):
self.name = "Rahul Borana"
self.dob = "March 28, 2005"
self.college = "Dr. D.Y. Patil Institute of Technology"
self.location = "Pune, India"
self.interests = ["AI/ML", "Full-Stack", "Chess", "Philosophy"]
self.learning = ["LLMs", "RAG", "System Design", "Cloud"]
def philosophy(self):
return "You have the right to work, "
"but never to the fruit of work."
def daily_ritual(self):
while self.alive:
self.code()
self.play_chess()
self.read_gita() |
|
|
|
| Languages | Frontend | Backend & DB | Tools & Cloud |
|---|---|---|---|
| Topic | Progress | Status |
|---|---|---|
| AI/ML Integration | ████████░░ 80% |
|
| System Design | ███████░░░ 70% |
|
| Advanced DSA | ████████░░ 80% |
|
| Cloud & DevOps | █████░░░░░ 50% |
|
| Open Source Contrib. | ██████░░░░ 60% |
"I prefer few meaningful projects over many shallow ones."
"You have the right to work, but never to the fruit of work." — Bhagavad Gita 2.47
I believe in building with purpose, learning with humility, and shipping with discipline. Every line of code is a step toward mastery. Code with intention. Think deeply. Stay curious.