1
2const developer = new FullStackDeveloper({
3 name: 'Navjot Singh',
4 experience: '10+ years',
5 currentRole: 'Full-Stack Developer @ BMO',
6 certifications: ['AWS Certified Developer Associate'],
7 location: 'Toronto, ON',
8 passion: 'Software development'
9});
10
11developer.deploy()
>
Initializing Navjot Singh...
>
Loading experience: 10+ years ✓
>
Current position: BMO Full-Stack Developer ✓
>
AWS Certification: Verified ✓
>
Ready to innovate! 🚀
{
"current_role": "Full-Stack Developer @ BMO",
"specializations": [
"Javascript ES6+",
"React.js & TypeScript",
"Node.js & Microservices",
"AWS - SQS, SNS, Lambda, Api Gateway, S3, DynamoDB",
"WCAG 2.0/2.1 Compliance"
],
"education": [
"Post-Graduate: Enterprise Software Development",
"Bachelor of Technology: Information Technology"
]
}