{
}

Loading


SCROLL

Start/>


Hi, I am Shivam Kumar


I design and develop


Let me show You...

Work/>

Click to View

About/>

class Shivam Kumar {
··constructor() {
····this.name = "Shivam Kumar";
····this.dateOfBirth = "24-Nov-2000";
····this.email = "shivam4503@gmail.com";
··}
··education() {
····return [
······{ "2018-2022": ["8.0 GPA", "B.Tech CSE", "Galgotias University"] },
······{ "2016-2017": ["81%", "Class XII", "Alwar Public School"] },
······{ "2014-2015": ["8.8 CGPA", "Class X", "Alwar Public School"] },
····];
··}
··workExperince() {
····return [
······{ "20xx-20xx": "Really looking forward to!" }
····];
··}
··skills() {
····return [
······"JavaScript",
······"C/C++",
······"Python",
······"Java",
······"HTML/CSS",
······"Node.js",
······"Firebase",
······"MySQL/MongoDB",
······"Android Studio",
······"Photoshop",
······"Illustrator",
····];
··}
}