shubham@developer: ~/portfolio
$ whoami
Shubham Tiwari
const developer = {
role: "MERN Stack Developer",
experience: "3+ years",
passion: "Building scalable solutions"
}
role: "MERN Stack Developer",
experience: "3+ years",
passion: "Building scalable solutions"
}
$ npm install shubham-tiwari
developer.js
1import React from 'react'
2import { Node, Express, MongoDB } from 'backend'
3
4const ShubhamTiwari = () => {
5return (
6<Developer
7skills={["React", "Node.js", "MongoDB"]}
8experience={'3+ years'}
9passion={'building solutions'}
10/>
11)
12}
20+
Projects
3+
Experience
15+
Technologies
500+
Commits