// Developer Profile
const developer = {
name: 'Harsh Shelar',
role: 'Software Engineer',
location: 'New York, USA',
languages: [
'English',
'Marathi',
'Hindi'
],
}
// Professional Summary
const professional = {
yearsOfExperience: 4,
specializations: [
'Full-Stack Development',
'Cloud Architecture',
'Machine Learning',
'DevOps & CI/CD'
],
currentFocus: 'Building AI-powered applications and scalable systems',
industries: [
'Finance',
'Research',
'Technology'
],
}
// Beyond the Code
const interests = {
hobbies: [
'Open Source Contributing',
'Hiking',
'Art'
],
passions: [
'Solving Complex Problems',
'Learning New Technologies'
],
currentlyExploring: 'C++ and Systems Programming',
}
// Development Philosophy
const philosophy = {
approach: 'Write clean, maintainable code that solves real problems',
methodology: 'Agile with a focus on iterative improvement',
principles: [
'SOLID principles',
'Test-Driven Development',
'Documentation as Code'
],
motto: 'Ship fast, learn faster',
}