-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcv.json
219 lines (219 loc) · 5.52 KB
/
cv.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
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
{
"basics": {
"name": "Himanshu Jain",
"label": "Software Engineer",
"image": "/me.webp",
"email": "[email protected]",
"phone": "",
"url": "https://himanshujain.dev",
"summary": "I'll let my work speak for itself. Checkout my projects ⤵️",
"location": {
"address": "",
"postalCode": "",
"city": "Bangalore",
"countryCode": "IN",
"region": "India"
},
"profiles": [
{
"network": "LinkedIn",
"username": "himanshujaindev",
"url": "https://www.linkedin.com/in/himanshujaindev"
},
{
"network": "X",
"username": "himanshujaindev",
"url": "https://x.com/himanshujaindev"
},
{
"network": "GitHub",
"username": "himanshujaindev",
"url": "https://github.com/himanshujaindev"
},
{
"network": "Medium",
"username": "himanshujaindev",
"url": "https://himanshujaindev.medium.com/"
}
]
},
"work": [
{
"name": "Cisco Systems",
"position": "Platform Engineer",
"url": "https://cisco.com",
"startDate": "2022-01-01",
"endDate": null,
"summary": "Working on building data centers using terraform, scaling systems using various open-source softwares and improving security and reliablity using kubernetes at-scale",
"highlights": [
""
]
}
],
"volunteer": [{
"organization": "Organization",
"position": "Volunteer",
"url": "https://organization.com/",
"startDate": "2012-01-01",
"endDate": "2013-01-01",
"summary": "Description…",
"highlights": [
"Awarded 'Volunteer of the Month'"
]
}],
"education": [{
"institution": "PES University",
"url": "https://pes.edu",
"area": "Computer Science Engineering",
"studyType": "Bachelor",
"startDate": "2018-01-01",
"endDate": "2022-01-01",
"score": "9.6",
"courses": [
"DB1101 - Basic SQL"
]
}],
"awards": [{
"title": "Award",
"date": "2014-11-01",
"awarder": "Company",
"summary": "There is no spoon."
}],
"certificates": [{
"name": "Certificate",
"date": "2021-11-07",
"issuer": "Company",
"url": "https://certificate.com"
}],
"publications": [
{
"name": "TapasQA",
"isActive": false,
"description": "Question Answering on Statistical Plots using Google TAPAS",
"highlights": [
"Machine Learning",
"Challenges for any language"
],
"url": "https://link.springer.com/chapter/10.1007/978-3-031-12413-6_6",
"github": "https://github.com/himanshujaindev/TapasQA"
},
{
"name": "MAPLE",
"isActive": false,
"description": "Implementation of the paper, MAPLE - MAsking words to generate blackout Poetry using sequence-to-sequence LEarning, ICNLSP 2021",
"highlights": [
"Blackout Poetry",
"Natural Language Processing"
],
"url": "https://aclanthology.org/2021.icnlsp-1.6.pdf",
"github": "https://github.com/himanshujaindev/maple"
}
],
"skills": [
{
"name": "Kubenetes",
"level": "Master",
"keywords": [
"Web development", "Frontend"
]
},
{
"name": "Terraform",
"level": "Master",
"keywords": [
"Web development", "Frontend"
]
},
{
"name": "Python",
"level": "Master",
"keywords": [
"Web development", "Frontend"
]
},
{
"name": "Java",
"level": "Master",
"keywords": [
"Web development", "Frontend"
]
}
],
"languages": [
{
"language": "English",
"fluency": "Advanced"
}
],
"interests": [{
"name": "Wildlife",
"keywords": [
"Ferrets",
"Unicorns"
]
}],
"references": [{
"name": "Jane Doe",
"reference": "Reference…"
}],
"projects": [
{
"name": "kind-istio",
"isActive": true,
"description": "Istio installation and examples using Kind cluster",
"highlights": [
"Ambient Mesh",
"Service Mesh"
],
"github": "https://github.com/himanshujaindev/kind-istio"
},
{
"name": "websocket",
"isActive": true,
"description": "Designed and built high-scale websocket framework",
"highlights": [
"+50k concurrent connections",
"Server-Client architecture"
],
"github": "https://github.com/himanshujaindev/websocket"
},
{
"name": "python3-minicompiler",
"isActive": true,
"description": "Mini Compiler For Python-3 Using Lex and Yacc",
"highlights": [
""
],
"github": "https://github.com/himanshujaindev/Python3-MiniCompiler"
},
{
"name": "brevis",
"isActive": true,
"description": "Web App to generate notes from any lecture videos",
"highlights": [
"Natural Language Processing",
"Summarization"
],
"url": "youtu.be/c5A5lYfNrXM",
"github": "https://github.com/himanshujaindev/brevis"
},
{
"name": "WeatherApp",
"description": "Android Weather App Using Kotlin",
"highlights": [
""
],
"github": "https://github.com/himanshujaindev/WeatherApp"
},
{
"name": "Serve-CanteenApp",
"description": "Android app to automate the process of food ordering at a canteen",
"highlights": [
"Android Studio",
"JAVA"
],
"url": "https://youtu.be/MfYlr-ivh0I",
"github": "https://github.com/himanshujaindev/Serve-CanteenApp"
}
]
}