-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
533 lines (309 loc) · 14.2 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
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
<!DOCTYPE html>
<html lang="en-us">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="theme" content="hugo-academic">
<meta name="generator" content="Hugo 0.54.0" />
<meta name="author" content="Amrit Sahoo">
<meta name="description" content="Masters in CS">
<link rel="stylesheet" href="/css/highlight.min.css">
<link rel="stylesheet" href="/css/bootstrap.min.css">
<link rel="stylesheet" href="/css/font-awesome.min.css">
<link rel="stylesheet" href="/css/academicons.min.css">
<link rel="stylesheet" href="//fonts.googleapis.com/css?family=Lato:400,700|Merriweather|Roboto+Mono">
<link rel="stylesheet" href="/css/hugo-academic.css">
<link rel="alternate" href="http://asahoo.me/index.xml" type="application/rss+xml" title="Amrit Sahoo">
<link rel="feed" href="http://asahoo.me/index.xml" type="application/rss+xml" title="Amrit Sahoo">
<link rel="icon" type="image/png" href="/img/icon.png">
<link rel="apple-touch-icon" type="image/png" href="/img/apple-touch-icon.png">
<link rel="canonical" href="http://asahoo.me/">
<title>Amrit Sahoo</title>
</head>
<body id="top" data-spy="scroll" data-target="#navbar-main" data-offset="71">
<nav class="navbar navbar-default navbar-fixed-top" id="navbar-main">
<div class="container">
<div class="navbar-header">
<button type="button" class="navbar-toggle collapsed" data-toggle="collapse"
data-target=".navbar-collapse" aria-expanded="false">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand" href="/">Amrit Sahoo</a>
</div>
<div class="collapse navbar-collapse">
<ul class="nav navbar-nav navbar-right">
<li class="nav-item">
<a href="/#about" data-target="#about">
<span>Home</span>
</a>
</li>
<li class="nav-item">
<a href="/#projects" data-target="#projects">
<span>Projects</span>
</a>
</li>
<li class="nav-item">
<a href="/#contact" data-target="#contact">
<span>Contact</span>
</a>
</li>
</ul>
</div>
</div>
</nav>
<span id="homepage" style="display: none"></span>
<section id="about" class="home-section">
<div class="container">
<div class="row" itemprop="author" itemscope itemtype="http://schema.org/Person">
<div class="col-xs-12 col-md-4">
<div id="profile">
<div class="portrait" itemprop="image"
style="background-image: url('/img/portrait.jpg');">
</div>
<div class="portrait-title">
<h2 itemprop="name">Amrit Sahoo</h2>
<h3 itemprop="jobTitle">Masters in CS</h3>
<h3 itemprop="worksFor">
Arizona State University
</h3>
</div>
<ul class="social-icon" aria-hidden="true">
<li>
<a href="mailto:asahoo2[at]asu[dot]edu" target="_blank">
<i class="fa fa-envelope big-icon"></i>
</a>
</li>
<li>
<a href="https://www.linkedin.com/in/amritsahoo" target="_blank">
<i class="fa fa-linkedin big-icon"></i>
</a>
</li>
<li>
<a href="//github.com/amrit92" target="_blank">
<i class="fa fa-github big-icon"></i>
</a>
</li>
<li>
<a href="//quora.com/profile/Amrit-Sahoo" target="_blank">
<i class="fa fa-quora big-icon"></i>
</a>
</li>
</ul>
</div>
</div>
<div class="col-xs-12 col-md-8" itemprop="description">
<h1 id="about-me">About me</h1>
<p>Enthusiastic and passionate developer with 2 years of experience in small and fast paced environments. My recent project at Walmart Labs involved building a realtime big data pipeline for ~30 million daily transactions across Walmart stores. I have worked on Backend systems in Ruby on Rails and have experience in Performance Improvement, Building Frameworks and APIs, SSO/Authentication Integrations, Automated Monitoring/Recovery of SaaS Systems.</p>
<p>I am currently pursuing my Masters in CS at Arizona State University with a focus on Big Data. I am actively looking for Full Time Opportunities for starting May 2018. Contact me at asahoo2 [at] asu [dot] edu</p>
<div class="row">
<div class="col-sm-5">
<h3>Interests</h3>
<ul class="ul-interests">
<li>Distributed and Scalable Systems</li>
<li>Information Retrieval</li>
</ul>
</div>
<div class="col-sm-7">
<h3>Education</h3>
<ul class="ul-edu fa-ul">
<li>
<i class="fa-li fa fa-graduation-cap"></i>
<div class="description">
<p class="course">MS Computer Science, 2018</p>
<p class="institution">Arizona State University</p>
</div>
</li>
<li>
<i class="fa-li fa fa-graduation-cap"></i>
<div class="description">
<p class="course">B.Tech Computer Science, 2014</p>
<p class="institution">National Institute of Technology, Trichy</p>
</div>
</li>
</ul>
</div>
</div>
</div>
</div>
</div>
</section>
<section id="teaching" class="home-section">
<div class="container">
<div class="row">
<div class="col-xs-12 col-md-4 section-heading">
<h1>Experience</h1>
</div>
<div class="col-xs-12 col-md-8">
<h3 id="software-engineering-intern-at-walmartlabs-washington-dc">Software Engineering Intern at WalmartLabs, Washington DC</h3>
<h4 id="june-2017-august-2017">June 2017 – August 2017</h4>
<p>• Developed a real-time, Big Data pipeline for analyzing 40 million daily sales data, gathered from 5500 Walmart Stores across the
country. Created Druid database specs, REST API service and visualizations. Used Apache Spark, Spring framework and Druid.</p>
<h3 id="senior-software-engineer-at-gozoomo-gozoomo-com-bengaluru">Senior Software Engineer at GoZoomo (Gozoomo.com), Bengaluru</h3>
<h4 id="november-2015-may-2016">November 2015 - May 2016</h4>
<ul>
<li>Designed and Developed Gozoomo CRM the backbone platform
handling all business communications and payment transactions
to add multiple Customer worklows.</li>
<li>Developed Auction Platform for GoZoomo vehicles, successfully
running more than 200 auctions at once. Enhanced to support
Multitenancy.</li>
<li>Worked as the Chief developer for above platforms, designed the architecture and technical specs.</li>
</ul>
<h3 id="sde-at-chronus-chennai">SDE at Chronus, Chennai</h3>
<h4 id="july-2014-october-2015">July 2014- October 2015</h4>
<ul>
<li><p>Automated Recovery Solution on AWS platform using Ruby SDK. Improved recovery time by 70%.</p></li>
<li><p>Developed internal tools for Monitoring Emails, Custom Signup work ows and SSO integrations (SAML, OAuth etc). Improved existing security architecture for employee access.</p></li>
<li><p>Improved Core product Deployment Strategy (Capistrano) which reduced the time taken by 40% and suggested improvements for Devops Processes.</p></li>
<li><p>Built a Quality Gate - performance framework and data populator to prevent performance issues. Work received the best tool award
for quality and for setting good development standards.</p></li>
</ul>
<h3 id="sde-intern-at-chronus-corporation">SDE Intern at Chronus Corporation</h3>
<h4 id="may-2013-june-2013">May 2013 - June 2013</h4>
<ul>
<li>Created an Event planner application in RoR.
<a href="http://teamer.heroku.com" target="_blank">http://teamer.heroku.com</a></li>
<li>Developed a Recommendation System for Skills (profile data) based on Collaborative Filtering technique in Ruby, Redis and
Sidekiq</li>
</ul>
</div>
</div>
</div>
</section>
<section id="projects" class="home-section">
<div class="container">
<div class="row">
<div class="col-xs-12 col-md-4 section-heading">
<h1>Projects</h1>
</div>
<div class="col-xs-12 col-md-8">
<div class="project-toolbar">
<div id="filters">
<div class="btn-toolbar">
<div class="btn-group">
</div>
</div>
</div>
</div>
<div id="container-projects" class="isotope">
<ul class="fa-ul" style="position: relative">
<li class="project-item isotope-item demo">
<span class="project-title">
<a href="http://asahoo.me/project/7/">
<i class="fa-li fa fa-files-o pub-icon" aria-hidden="true"></i>
Classification of Handwritten digits
</a>
</span>
<p class="project-summary">Classification of Handwritten digits and comparison of results using various methods like Artificial Neural Networks and SVM.</p>
</li>
<li class="project-item isotope-item demo">
<span class="project-title">
<a href="http://asahoo.me/project/5/">
<i class="fa-li fa fa-files-o pub-icon" aria-hidden="true"></i>
Deep learning AI Bot
</a>
</span>
<p class="project-summary">Artificial Intelligence –Designed an AI bot that plays Lunar-Lander Game using Deep Learning Neural Networks - Google Tensorflow Framework.</p>
</li>
<li class="project-item isotope-item demo">
<span class="project-title">
<a href="http://asahoo.me/project/2/">
<i class="fa-li fa fa-files-o pub-icon" aria-hidden="true"></i>
Interactive Data Visualization of NYC taxi cabs dataset
</a>
</span>
<p class="project-summary">Aimed at helping drivers maximize their revenue. used D3.js, Crossfilter.js and Python Flask.</p>
</li>
<li class="project-item isotope-item demo">
<span class="project-title">
<a href="http://asahoo.me/project/3/">
<i class="fa-li fa fa-files-o pub-icon" aria-hidden="true"></i>
Safe Routes
</a>
</span>
<p class="project-summary">A Smart Android App which predicts user’s daily travel and prompts with safer routes using Crime data for San Francisco. Developed the Backend Server and Prediction Logic for Safer routes. - Android, Python Flask</p>
</li>
<li class="project-item isotope-item deep-learning">
<span class="project-title">
<a href="http://asahoo.me/project/6/">
<i class="fa-li fa fa-files-o pub-icon" aria-hidden="true"></i>
Secure Banking System
</a>
</span>
<p class="project-summary">Led a team of 7 to develop a Feature rich Banking Application with security features like OTP, Captcha etc. Introduced Scrum, Agile and Git to the team.</p>
</li>
<li class="project-item isotope-item demo">
<span class="project-title">
<a href="http://asahoo.me/project/4/">
<i class="fa-li fa fa-files-o pub-icon" aria-hidden="true"></i>
Spatio-Temporal Hotspot Computation
</a>
</span>
<p class="project-summary">Spatio-Temporal Hotspot Computation of NYC Taxi Big dataset using Getis-Ord statistic. - Apache Spark, Hadoop HDFS</p>
</li>
</ul>
</div>
</div>
</div>
</div>
</section>
<section id="contact" class="home-section">
<div class="container">
<div class="row">
<div class="col-xs-12 col-md-4 section-heading">
<h1>Contact</h1>
</div>
<div class="col-xs-12 col-md-8">
<ul class="fa-ul">
<li>
<i class="fa-li fa fa-envelope fa-2x" aria-hidden="true"></i>
<span><a href="mailto:asahoo2%20at%20asu%20dot%20edu">asahoo2 at asu dot edu</a></span>
</li>
<li>
<i class="fa-li fa fa-phone fa-2x" aria-hidden="true"></i>
<span><a href="tel:48[zer0]-20[eight]-545[se7en]">48[zer0]-20[eight]-545[se7en]</a></span>
</li>
<li>
<i class="fa-li fa fa-skype fa-2x" aria-hidden="true"></i>
<span><a href="skype:sahooamrit?call">sahooamrit</a></span>
</li>
<li>
<i class="fa-li fa fa-map-marker fa-2x" aria-hidden="true"></i>
<span>1701E 8th Street, Tempe, AZ</span>
</li>
</ul>
</div>
</div>
</div>
</section>
<footer class="site-footer">
<div class="container">
<p class="powered-by">
© 2016 Your Name ·
Powered by the <a href="https://github.com/gcushen/hugo-academic" target="_blank">Academic
theme</a> for <a href="http://gohugo.io" target="_blank">Hugo</a>.
<span class="pull-right" aria-hidden="true">
<a href="#" id="back_to_top">
<span class="button_icon">
<i class="fa fa-chevron-up fa-2x"></i>
</span>
</a>
</span>
</p>
</div>
</footer>
<script src="//cdnjs.cloudflare.com/ajax/libs/gsap/1.18.4/TweenMax.min.js"></script>
<script src="//cdnjs.cloudflare.com/ajax/libs/gsap/latest/plugins/ScrollToPlugin.min.js"></script>
<script src="/js/jquery-1.12.3.min.js"></script>
<script src="/js/bootstrap.min.js"></script>
<script src="/js/isotope.pkgd.min.js"></script>
<script src="//cdnjs.cloudflare.com/ajax/libs/jquery.imagesloaded/4.1.1/imagesloaded.pkgd.min.js"></script>
<script src="/js/hugo-academic.js"></script>
<script src="//cdnjs.cloudflare.com/ajax/libs/highlight.js/9.9.0/highlight.min.js"></script>
<script>hljs.initHighlightingOnLoad();</script>
</body>
</html>