const rajat = {
location: "Chennai, India ๐ฎ๐ณ",
education: "SRM Institute of Science & Technology",
major: "Computer Science & Engineering",
currentlyLearning: ["PostGIS", "Game Physics", "Advanced DSA"],
askMeAbout: ["Web Dev", "UI/UX", "3D Art", "Music Production"],
funFact: "I debug with console.log() and I'm not ashamed ๐",
lifePhilosophy: "Code with purpose, design with passion"
};๐ More about me...
I'm not just a developerโI'm a digital craftsman who believes that great code and great design should dance together. By day, I architect web applications that users love. By night, I'm jamming on my guitar ๐ธ, sculpting in Blender, or falling down 3D animation rabbit holes.
What drives me? The intersection of technology and creativity. Whether it's building a sleek dashboard with React, designing an intuitive user flow in Figma, or animating a character in After Effects, I'm all about creating experiences that make people go "Whoa, that's cool!"
Currently on a mission to master the full stack while keeping that creative spark alive. Always learning, always building, always shipping.
|
University Communication Hub A platform connecting students and faculty with real-time messaging and collaborative features.
|
Smart Task Manager Full-stack task management with intuitive UI and real-time updates for productivity.
|
|
Experimental Innovation Platform Pushing web boundaries with cutting-edge tech and creative interactions.
|
Aesthetic Calculator Beautiful calculator with smooth animations and zen design philosophy.
|
class CurrentFocus:
def __init__(self):
self.learning = [
"Advanced PostGIS for location-based features",
"Game physics & interactive systems",
"System design patterns at scale"
]
self.building = [
"Full-stack apps with Supabase",
"3D web experiences with Three.js",
"Daily DSA problem solving"
]
self.goals = {
"short_term": "Contribute to major open-source projects",
"long_term": "Build products that impact millions"
}
def get_availability(self):
return "Open for internships & collaborations! ๐"
focus = CurrentFocus()
print(focus.get_availability())

