-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
474 lines (308 loc) · 13.4 KB
/
index.html
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
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
<!DOCTYPE html>
<html lang="en">
<head>
<meta name="generator" content="Hugo 0.73.0" />
<title>AGSUMIT</title>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta http-equiv="X-UA-Compatible" content="ie=edge" />
<link rel="stylesheet" href="/assets/css/bootstrap.min.css" />
<link rel="stylesheet" href="/assets/css/style.css" />
<link rel="stylesheet" href="/assets/css/navbar.css" />
<link href="https://fonts.googleapis.com/css2?family=Muli:wght@300;400;500;600" rel="stylesheet">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.11.2/css/all.min.css" />
<link rel="icon" type="image/png" href="/assets/images/favicon.png" />
<link rel="stylesheet" href="/assets/css/home.css" />
<link rel="stylesheet" href="/assets/css/about.css" />
<link rel="stylesheet" href="/assets/css/skills.css" />
<link rel="stylesheet" href="/assets/css/experiences.css" />
<link rel="stylesheet" href="/assets/css/projects.css" />
<link rel="stylesheet" href="/assets/css/recent-posts.css" />
<link rel="stylesheet" href="/assets/css/achievements.css" />
</head>
<body data-spy="scroll" data-target="#top-navbar" data-offset="100">
<nav class="navbar navbar-expand-lg top-navbar initial-navbar" id="top-navbar">
<div class="container">
<a class="navbar-brand" href="https://sumitsays.github.io/">
<img src="/assets/images/logo-inverted.png" id="logo">AGSUMIT</a>
<button
class="navbar-toggler navbar-dark"
id="navbar-toggler"
,type="button"
data-toggle="collapse"
data-target="#top-nav-items"
>
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="top-nav-items">
<ul class="navbar-nav ml-auto">
<li class="nav-item">
<a class="nav-link smooth-scroll" href="#home">Home</a>
</li>
<li class="nav-item">
<a class="nav-link smooth-scroll" href="#about">About</a>
</li>
<li class="nav-item">
<a class="nav-link smooth-scroll" href="#experiences">Experiences</a>
</li>
<li class="nav-item">
<a class="nav-link smooth-scroll" href="#projects">Projects</a>
</li>
<div class="dropdown-divider" id="top-navbar-divider"></div>
<li class="nav-item">
<a class="nav-link" id="blog-link" href="/posts">Posts</a>
</li>
</ul>
</div>
</div>
</nav>
<div class="container-fluid home" id="home">
<div
class="background container-fluid"
style="background-image: url('images/background.jpg');"
></div>
<div class="container content text-center">
<img src="images/profile.jpg"
class="rounded-circle mx-auto d-block img-fluid"
/>
<h1 class="greeting">Hi, I am
Sumit Agarwal
</h1>
<div class="typing-carousel">
<span id="ityped" class="ityped"></span>
<span class="ityped-cursor"></span>
</div>
<ul id="typing-carousel-data">
<li>I am a Computer Science Graduate Student</li>
<li>I work with C++/Java/Go/Python</li>
</ul>
<a href="#about"><i class="arrow bounce fa fa-chevron-down"></i></a>
</div>
</div>
<div class="container-fluid section-holder d-flex bg-white">
<div class="container anchor p-md-5 about-section" id="about">
<div class="row pt-sm-2 pt-md-4 align-self-center">
<div class="col-md-6">
<h3 class="p-1">Sumit Agarwal</h3>
<h5 class="p-1">
Software Engineer Intern
at <a href="https://www.uber.com">Uber</a>
</h5>
<p class="p-1 text-justify">
I am a second-year graduate student pursuing Master’s in Computer Science from Stony Brook University, New York, graduating in December-2020. Currently, I am working as an Software Engineer Intern at Uber (HQ). My interest lies in Natural Language Processing (NLP), Machine Learning, Distributed Cloud Computing.
</p>
<div class="text-container ml-auto">
<ul class="social-link d-flex">
<li>
<a href="mailto:[email protected]" target="/"><i class="fas fa-envelope"></i></a>
</li>
<li>
<a href="https://www.github.com/sumitsays" target="/"><i class="fab fa-github"></i></a>
</li>
<li>
<a href="https://www.linkedin.com/in/sumitagarwal11" target="/"><i class="fab fa-linkedin"></i></a>
</li>
</ul>
</div>
<a href="files/resume.pdf" target="#"
><button class="btn btn-dark">My Resume</button></a
>
</div>
<div class="col-md-6 pt-5 pl-md-4 pl-sm-3 pt-md-0">
<div class="row">
</div>
</div>
</div>
</div>
</div>
<div class="container-fluid section-holder d-flex bg-dimmed">
<div class="container-fluid anchor pb-5 experiences-section" id="experiences">
<h1 class="text-center">Experiences</h1>
<div class="container timeline text-justify">
<div class="row align-items-center d-flex">
<div class="col-1 col-lg-2 text-center vertical-line d-inline-flex justify-content-center">
<div class="circle font-weight-bold">1</div>
</div>
<div class="col-10 col-lg-8">
<div class="experience-entry-heading">
<h5>Software Engineer Intern</h5>
<h6><a href=https://www.uber.com>Uber</a></h6>
<p class="text-muted">May 2020 - Present,
San Fransisco, US
</p>
</div>
<p></p>
<h6 class="text-muted">Responsibilities:</h6>
<ul class="justify-content-around">
<li>Improved Uber’s Rider app UX experimentation velocity by removing overhead of code change & deployment by developing configuration-driven framework in GO, allowing toggle/customization of UX during runtime</li>
<li>Redesigned real-time gRPC based APIs for backend-for-frontend webservice using in-house distributed relational database supporting User-Defined data types and Materialized View</li>
</ul>
</div>
</div>
<div class="row horizontal-line">
<div class="col-1 col-lg-2 timeline-side-div">
<div class="corner"></div>
</div>
<div class="col-10 col-lg-8">
<hr />
</div>
<div class="col-1 col-lg-2 timeline-side-div">
<div class="corner"></div>
</div>
</div>
<div class="row align-items-center justify-content-end d-flex">
<div class="col-10 col-lg-8">
<div class="experience-entry-heading">
<h5><a href=https://www.gs.com>Goldman Sachs</a></h5>
<p class="text-muted">
May 2015 - July 2019,
Bengaluru, India
</p>
<p></p>
</div>
<div class="positions">
<h6 class="designation">Software Engineer 2 | Technology Associate</h6>
<p class="text-muted">Dec 2018 - July 2019 </p>
<ul class="justify-content-around">
<li>Created Data Quality tool, used firm-wide, to achieve seamless product trading by building Reinforcement Learning Model (RL) in Java to proactively detect outliers in financial products with an accuracy of 85%</li>
<li>Improved accuracy by 10% by reducing heuristic loss of RL model by incorporating interactive Feedback Loop, which required building microservices, running in 2 clusters, in Java & designing Feedback Interface in React</li>
</ul>
<h6 class="designation">Software Engineer 1 | Technology Analyst</h6>
<p class="text-muted">June 2016 - Nov 2018 </p>
<ul class="justify-content-around">
<li>Increased Goldman’s Data Distribution platform throughput 20 times by reconciling data across datastore using Merkle Trees & MD5 checksum (hashing) in Java & located inconsistency in logarithmic time (log n)</li>
<li>Achieved fault tolerance in Goldman’s ServiceCloud platform by integrating in-house Process Scheduler in Java as a backup runtime environment</li>
</ul>
<h6 class="designation">Software Engineer Intern | Technology Summer Analyst</h6>
<p class="text-muted">May 2015 - July 2015 </p>
<ul class="justify-content-around">
<li>Learned in-house Scheduler in 2 months and implemented a system to automate scheduling of Event Based Stream jobs in Java to save 40+ man hour</li>
</ul>
</div>
</div>
<div class="col-1 col-lg-2 text-center vertical-line d-inline-flex justify-content-center">
<div class="circle font-weight-bold">2</div>
</div>
</div>
</div>
</div>
</div>
<div class="container-fluid section-holder d-flex bg-white">
<div class="container-fluid anchor pb-5 projects-section" id="projects">
<h1 class="text-center">Projects</h1>
<div class="container ml-auto text-center">
<div class="btn-group flex-wrap" role="group" id="project-filter-buttons">
</div>
</div>
<div class="container filtr-projects">
<div class="row" id="project-card-holder">
<div
class="col-md-6 col-lg-4 p-2 filtr-item"
data-category='all, nlp'
>
<div class="card mt-1">
<div class="card">
<div class="card-header">
<div class="d-flex">
<img class="card-img-xs" src="images/word2vec.png" alt="Word2Vec" />
<h5 class="card-title mb-0">Word2Vec</h5>
</div>
<div class="sub-title">
<span>Contributor</span>
<span>Sep 2019 - Sep 2019</span>
</div>
</div>
<div class="card-body text-justify pt-1 pb-1">
<p>Implemented word2vec NLP model to represent words using cross entropy loss.</p>
<span class="float-right">
<a
class="github-button-inactive"
href="https://github.com/sumitsays/Word2Vec"
data-icon="octicon-standard"
data-show-count="true"
aria-label="Star Word2Vec"
>Star</a
>
</span>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<footer class="container-fluid text-center align-content-center footer pb-2">
<div class="container pt-5">
<div class="row text-left">
<div class="col-md-4 col-sm-12">
<h5>Navigation</h5>
<ul>
<li class="nav-item">
<a class="smooth-scroll" href="#about">About</a>
</li>
<li class="nav-item">
<a class="smooth-scroll" href="#experiences">Experiences</a>
</li>
<li class="nav-item">
<a class="smooth-scroll" href="#projects">Projects</a>
</li>
</ul>
</div>
<div class="col-md-4 col-sm-12">
<h5>Contact Me</h5>
<ul>
<li><span>Email: </span> <span>[email protected]</span></li>
</ul>
</div>
<div class="col-md-4 col-sm-12">
<p>Stay up to date with email notification</p>
<form>
<div class="form-group">
<input
type="email"
class="form-control"
id="exampleInputEmail1"
aria-describedby="emailHelp"
placeholder="Enter email"
/>
<small id="emailHelp" class="form-text text-muted"
>We'll never share your email with anyone else.</small
>
</div>
<button type="submit" class="btn btn-info">Submit</button>
</form>
</div>
</div>
</div>
<hr />
<div class="container">
<div class="row text-left">
<div class="col-md-4">
<a id="theme" href="https://github.com/hossainemruz/toha" target="#">
<img src="/assets/images/logo-inverted.png">
Toha
</a>
</div>
<div class="col-md-4">© 2020 Copyright.</div>
<div class="col-md-4">
Powered by <a href="https://gohugo.io/">Hugo
<img
src="/assets/images/hugo-logo-wide.svg"
alt="Hugo Logo"
height="18"
/>
</a>
</div>
</div>
</div>
</footer>
<script src="/assets/js/jquery-3.4.1.min.js"></script>
<script src="/assets/js/bootstrap.min.js"></script>
<script src="/assets/js/navbar.js"></script>
<script src="/assets/js/jquery.filterizr.min.js"></script>
<script src="/assets/js/itype.min.js"></script>
<script src="/assets/js/github-button.js"></script>
<script src="/assets/js/home.js"></script>
</body>
</html>