📄 contact-info.js

Get in touch:

📧
Email
💼
LinkedIn
🐙
GitHub
LeetCode
📍
Location
📱
Phone
📄
Resume
📄 profile.js
1// Full Stack Developer Profile
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() // Ready to build! 🚀
➤ Console Output
> Initializing Navjot Singh...
> Loading experience: 10+ years ✓
> Current position: BMO Full-Stack Developer ✓
> AWS Certification: Verified ✓
> Ready to innovate! 🚀
💻 current-stack.json
{
"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"
]
}
developer.sh
NS
$ whoami
Navjot Singh
$ cat role.txt
Full Stack Developer | AWS Certified
10+ years.experience
AWS certified.developer
Career Timeline
$ git log --oneline --career
2022-Present: BMO Full-Stack Developer ✓
2020-2022: Cox Automotive Software Developer ✓
2018-2019: Humber College Web Developer
2015-2018: Brain Mentors Web Developer
💻 system-info
OS: Full Stack Developer v10.0
CPU: React & Node.js Core
Cloud: AWS Certified
Location: Toronto, ON
professional-experience.log
$ cat work-history.md
Bank of Montreal (BMO)
Full-Stack Developer
March 2022 – Present | Toronto, ON
• Led incremental modernization of legacy banking applications into modern React-based digital services
• Developed complex software solutions using TypeScript, React, Redux, Node.js, and RESTful services
• Implemented sophisticated React state management strategies using Redux and Redux Thunk
• Designed microservices communication protocols using Node.js and Express.js
• Established comprehensive testing strategies using Jest for automated unit and integration testing
Cox Automotive Inc
Software Developer
August 2020 – March 2022 | Mississauga, ON
• Developed production-level React applications ensuring WCAG 2.1 compliance
• Transformed legacy systems into modern, scalable web applications using React.js
• Implemented queue-based interactions between microservices using Node.js and AWS SQS
• Collaborated with stakeholders to translate requirements into technical solutions
• Managed time-sensitive database upgrades with minimal downtime
Humber College
Web Developer
September 2018 – December 2019 | Toronto, ON
• Translated UX wireframes into responsive, interactive features using HTML/CSS, JavaScript, React
• Created e-commerce platform features using React, Ajax, and JSON APIs
• Implemented mobile-first responsive design strategies
• Ensured WCAG 2.0 compliance across all web applications
Brain Mentors
Web Developer
May 2015 – July 2018 | India
• Developed application features using React.js with Redux state management
• Implemented microservices using AWS serverless architecture (Lambda, API Gateway, SQS, SNS)
• Participated in peer code reviews and maintained version control using Git
• Resolved browser compatibility issues and implemented layout improvements
technical-skills.json
$ cat technical-competencies.json
Frontend Development:
React.js Redux TypeScript JavaScript (ES6+) HTML5 CSS3 Responsive Design WCAG 2.0/2.1
Backend Development:
Node.js Express.js RESTful APIs Microservices
Database Technologies:
PostgreSQL MySQL Database Design Database Optimization
Cloud & DevOps:
AWS EC2 AWS S3 AWS Lambda AWS SQS AWS SNS CloudWatch RDS CI/CD Pipelines