-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathportfolio.json
55 lines (55 loc) · 1.26 KB
/
portfolio.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
{
"name": "Gaurav Chinawale",
"logoHeader": "GC.",
"workingStartDate": "4 March 2020",
"designation": "Senior Product Engineer",
"emailID": "[email protected]",
"linkedinLink": "https://in.linkedin.com/in/gauravchinawale",
"githubLink": "https://github.com/GauravChinavle",
"experience": {
"Backend Development": [
"NodeJS",
"ExpressJS",
"Typescript",
"GraphQL"
],
"Frontend Development": [
"ReactJS",
"NextJS",
"Material UI"
],
"Testing Frameworks": [
"MochaJS",
"ChaiJS",
"SinonJS"
],
"Infrastructure and Deployment": [
"PM2",
"Jenkins",
"Docker"
],
"Databases": [
"MySQL",
"Redis"
],
"Monitoring and Logging": [
"Datadog",
"Kibana"
],
"Messaging Queue": [
"RabbitMQ"
]
},
"liveDemos": {
"Vaccine slots tracker": {
"imagePath": "/assets/vaccine-slots.png",
"githubLink": "https://github.com/GauravChinavle/react-vaccine-slots",
"url": "https://vaccine-slots-tracker.netlify.app/s"
},
"Splitwise": {
"imagePath": "/assets/splitwise.png",
"githubLink": "https://github.com/GauravChinavle/splitwise",
"url": "https://splitsync.netlify.app/"
}
}
}