EXPLORER
PORTFOLIO
📄about.tsx
💼experience.tsx
🚀projects.tsx
🎓education.tsx
⚡skills.tsx
📞contact.tsx
📄about.tsx
💼experience.tsx
🚀projects.tsx
🎓education.tsx
⚡skills.tsx
📞contact.tsx

// 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',

}

Ln 1, Col 1Spaces: 2UTF-8
TypeScript ReactPortfolio