Hi, I'm Shivam Sutar
I'm a full-stack developer

Let me show you...
Projects
Lean Angle Studio
A full-stack gear rental e-commerce platform featuring role-based dashboards, real-time inventory and order management, secure document verification, and integrated payment processing.
Live preview works best on larger screens.
Open Lean Angle StudioLoading Lean Angle Studio preview…
Isro web
It is a website that provides information about ISRO. It is a simple website that showcases the achievements and missions of ISRO.
Live preview works best on larger screens.
Open Isro webLoading Isro web preview…
Car Rental
It is a website that provides car rental services. It is a simple website that showcases the cars available for rent.
Live preview works best on larger screens.
Open Car RentalLoading Car Rental preview…
About
shivam-sutar.js
1class ShivamSutar {2constructor() {3this.name = "Shivam Sutar";4this.email = "shivam.as1233@gmail.com";5}6workExperience() {7return [8{9"(March-2023)-(Sept-2025)": "Programmer analyst at Cognizant",10},11{12"(Sept-2025)-Present": "Associate at Cognizant",13},14//Many more to come15];16}17education() {18return [19{20"2018-2022":21"B.E. in Electronics and Telecommunications Engineering from VPKBIET, Baramati",22},23{24"2017-2018": "BSc in Computer Science from VPCSC, Indapur",25},26{27"2015-2017":28"Higher Secondary Education from Sadashivarao Mane Vidyalaya, Akluj",29},30{31"2014-2015": "Secondary Education from JMPV, Akluj",32},33];34}35skills() {36[37"Next.js", "React", "Node", ".Net", "Tailwindcss","Bootstrap", "C#", "SQL", "HTML", "CSS",38"JavaScript", "Python", "Styled compoenents", "Material UI", "Redux", "Azure", "Git", "Docker",39];40}41}