const developer = {
name: 'Sudipta Sarkar',
status: 'Final Year B.Tech CS Student',
university: 'Narula Institute of Technology',
expertise: ['Full-Stack Web Dev Enthusiast', 'Machine Learning'],
openSource: {
programs: ['GSSOC\'25', 'OSCI\'25', 'Apertre\'25'],
contributions: '12 merged PRs',
impact: 'Building intelligent solutions for tomorrow'
},
passion: 'Clean code practices & AI-driven productivity',
getCurrentFocus() {
return 'Serving the nation not in uniform, but in algorithms';
},
currentMood: () => "Learning, Building, Contributing! π"
};
console.log(`${developer.name}: ${developer.getCurrentFocus()}`);
// Output: Sudipta Sarkar: Serving the nation not in uniform, but in algorithms
π€ Machine Learning |
π Frontend |
βοΈ Backend & Database |
βοΈ Cloud & DevOps |
|
|
|
|
Program | Status | PRs Merged |
---|---|---|
π― Active Contributor | 3+ PRs | |
π Participant | 2+ PRs | |
π‘ Active Member | 1+ PRs |
---