Hi There,
I'm Gaurav Kapade

i am into Freel|

About Me

About Me

I'm Gaurav

Full-stack Developer

I am a student developer based in Pune, India. I am computer engineering undergraduate from SPPU. I am very passionate about improving my coding skills & developing applications & websites. I build WebApps and Websites using MERN Stack. Working for myself to improve my skills. Love to build Full-Stack clones.

age: 21

phone : +91 7768039131

email : kapadegaurav77@gmail.com

place : Pune, India - 412206

Skills & Abilities

skill ReactJS
skill NodeJS
skill Android
skill Bootstrap
skill HTML5
skill CSS3
skill JavaScript
skill Java
skill PHP
skill C++
skill MySQL
skill Netlify
skill jQuery
skill Git lab
skill GitHub
skill WordPress

My Education

Education is not the learning of facts, but the training of the mind to think.

Bachelor of Engineering in Computer Science

Sahyadri Valley College of engineering and Technology | SPPU

2021-2024 | Pursuing

Diploma | Computer Engineering

Government Polytechnic Murtizapur | MSBTE

2018-2021 | Completed

Experience

Bitalance Tech Hub Private Limited

Full Stack Developer

Feb 2023 - present

The oasis infobyte

Web Developer | Internship

oct 2022 - Dec 2022

Octanet Private Limited

Website Developer | Internship

Feb 2024 - March 2024

LetsGrowMore

Web developer | Internship

oct 2021 - Dec 2021

Independas

software Developer |

June 2021 - Sept 2021

Dacway

Junior Software Developer | Internship

Feb 2021 - May 2021

Get in Touch

function integer(a,b) { if (a > 0 && b > 0 && a > b) { document.write("The larger number is " + a ); } else if (a > 0 && b > 0 && a < b) { document.write("The larger number is " + b); } else if (a === b && a > 0 && b > 0) { document.write(" Both numbers are equal!") } else { document.write("Please add an integer!"); } }