-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
executable file
·613 lines (548 loc) · 29.7 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
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta name="cf-2fa-verify" content="653568319345c42">
<meta name="description" content="Shashank saxena technical portfolio">
<meta name="author" content="shashank saxena">
<title>Shashank saxena portfolio</title>
<!-- Bootstrap core CSS -->
<link href="vendor/bootstrap/css/bootstrap.min.css" rel="stylesheet">
<!-- Custom fonts for this template -->
<link href="https://fonts.googleapis.com/css?family=Saira+Extra+Condensed:100,200,300,400,500,600,700,800,900" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i,800,800i" rel="stylesheet">
<link href="vendor/font-awesome/css/font-awesome.min.css" rel="stylesheet">
<link href="vendor/devicons/css/devicons.min.css" rel="stylesheet">
<link href="vendor/simple-line-icons/css/simple-line-icons.css" rel="stylesheet">
<!-- Custom styles for this template -->
<link href="css/resume.min.css" rel="stylesheet">
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-124443544-1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-124443544-1');
</script>
</head>
<body id="page-top">
<nav class="navbar navbar-expand-lg navbar-dark bg-primary fixed-top" id="sideNav">
<a class="navbar-brand js-scroll-trigger" href="#page-top">
<span class="d-block d-lg-none">Portfolio</span>
<span class="d-none d-lg-block">
<img class="img-fluid img-profile rounded-circle mx-auto mb-2" src="img/profile.jpg" alt="">
</span>
</a>
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarSupportedContent" aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarSupportedContent">
<ul class="navbar-nav">
<li class="nav-item">
<a class="nav-link js-scroll-trigger" href="#about">About</a>
</li>
<li class="nav-item">
<a class="nav-link js-scroll-trigger" href="#experience">Experience</a>
</li>
<li class="nav-item">
<a class="nav-link js-scroll-trigger" href="#projects">Projects</a>
</li>
<li class="nav-item">
<a class="nav-link js-scroll-trigger" href="#education">Education</a>
</li>
<li class="nav-item">
<a class="nav-link js-scroll-trigger" href="#skills">Skills</a>
</li>
<!-- <li class="nav-item">
<a class="nav-link js-scroll-trigger" href="#interests">Interests</a>
</li> -->
<!-- <li class="nav-item">
<a class="nav-link js-scroll-trigger" href="#awards">Awards</a>
</li> -->
</ul>
</div>
</nav>
<div class="container-fluid p-0">
<section class="resume-section p-3 p-lg-5 d-flex d-column" id="about">
<div class="my-auto">
<h1 class="mb-0">Shashank
<span class="text-primary">Saxena</span>
</h1>
<div class="subheading mb-5">Indore, Madhya Pradesh - 452001 ·
<a href="mailto:me@shashank-saxena.com">me@shashank-saxena.com</a>
</div>
<p class="mb-5">Ambitious and self motivated full stack developer with experience in chatbots development
<br/><br/>
My professional experience includes leading the definition of good design all while considering the product life cycle, from requirement to deployment. I have 7+ years working experience in agile and scrum environments on multiple range of products with silicon valley startups.
<br/><br/>
I spend a large amount of my free time exploring the latest technolgy advancements. I always try to push the boundaries to make sure the product satisfy all the requirements while ensuring high standards.</p>
<ul class="list-inline list-social-icons mb-0">
<li class="list-inline-item">
<a href="https://www.facebook.com/shashank.saxena077">
<span class="fa-stack fa-lg">
<i class="fa fa-circle fa-stack-2x"></i>
<i class="fa fa-facebook fa-stack-1x fa-inverse"></i>
</span>
</a>
</li>
<!-- <li class="list-inline-item">
<a href="#">
<span class="fa-stack fa-lg">
<i class="fa fa-circle fa-stack-2x"></i>
<i class="fa fa-twitter fa-stack-1x fa-inverse"></i>
</span>
</a>
</li> -->
<li class="list-inline-item">
<a href="https://www.linkedin.com/in/shashank-saxena-628b4029/">
<span class="fa-stack fa-lg">
<i class="fa fa-circle fa-stack-2x"></i>
<i class="fa fa-linkedin fa-stack-1x fa-inverse"></i>
</span>
</a>
</li>
<li class="list-inline-item">
<a href="https://github.com/shashank-saxena">
<span class="fa-stack fa-lg">
<i class="fa fa-circle fa-stack-2x"></i>
<i class="fa fa-github fa-stack-1x fa-inverse"></i>
</span>
</a>
</li>
</ul>
</div>
</section>
<section class="resume-section p-3 p-lg-5 d-flex flex-column" id="experience">
<div class="my-auto">
<h2 class="mb-5">Experience</h2>
<div class="resume-item d-flex flex-column flex-md-row mb-5">
<div class="resume-content mr-auto">
<h3 class="mb-0">Lead Technical Consultant</h3>
<div class="subheading mb-3">Bellurbis Technologies Pvt. Ltd.</div>
<p>I have worked here as a Team Lead managed 3 clients which comprise managing teams, sprint planning, delivery management, requirement analysis, technical system design. I have a worked with alomst 18 people across the project.</p>
</div>
<div class="resume-date text-md-right">
<span class="text-primary">January 2020 - Present</span>
</div>
</div>
<div class="resume-item d-flex flex-column flex-md-row mb-5">
<div class="resume-content mr-auto">
<h3 class="mb-0">Senior Software Engineer</h3>
<div class="subheading mb-3">Barclays (BGSC)</div>
<p>I worked here as a full stack developer, primarily involved in the development of an mortgage application.</p>
</div>
<div class="resume-date text-md-right">
<span class="text-primary">December 2018 - January 2020</span>
</div>
</div>
<div class="resume-item d-flex flex-column flex-md-row mb-5">
<div class="resume-content mr-auto">
<h3 class="mb-0">Senior Software Engineer</h3>
<div class="subheading mb-3">Newput Infotech Pvt. Ltd.</div>
<p>I have worked on multiple projects like <a href="#project-marketplace-camps">Marketplace</a>, <a href="#project-fb-chatbot">Chatbot</a> during this tenure. Most of the clients are silicon valley startups, so we have agile development cycles and scrums to conclude discussions.</p>
</div>
<div class="resume-date text-md-right">
<span class="text-primary">March 2015 - December 2018</span>
</div>
</div>
<div class="resume-item d-flex flex-column flex-md-row mb-5">
<div class="resume-content mr-auto">
<h3 class="mb-0">Software Engineer</h3>
<div class="subheading mb-3">Newput Infotech Pvt. Ltd.</div>
<p>During this period, I worked on <a href="#project-bitcovery">Bitcovery</a> a social discovery layer to the iTunes store. In that, i was mainly responsible to develop multiple UI modules with considering best UX.</p>
</div>
<div class="resume-date text-md-right">
<span class="text-primary">May 2013 - March 2015</span>
</div>
</div>
<div class="resume-item d-flex flex-column flex-md-row mb-5">
<div class="resume-content mr-auto">
<h3 class="mb-0">Full Stack Developer</h3>
<div class="subheading mb-3">NamkeenBazaar</div>
<p><a href="#project-nb">NamkeenBazaar</a> is a full-fledged eCommerce store with management interface for varieties of snacks.</p>
</div>
<div class="resume-date text-md-right">
<span class="text-primary">June 2012 - April 2013</span>
</div>
</div>
<!-- <div class="resume-item d-flex flex-column flex-md-row">
<div class="resume-content mr-auto">
<h3 class="mb-0">Web Design Intern</h3>
<div class="subheading mb-3">Shout! Media Productions</div>
<p>Collaboratively administrate empowered markets via plug-and-play networks. Dynamically procrastinate B2C users after installed base benefits. Dramatically visualize customer directed convergence without revolutionary ROI.</p>
</div>
<div class="resume-date text-md-right">
<span class="text-primary">September 2008 - June 2010</span>
</div>
</div> -->
</div>
</section>
<section class="resume-section p-3 p-lg-5 d-flex flex-column" id="projects">
<div class="my-auto">
<h2 class="mb-5">Projects</h2>
<div class="resume-item d-flex flex-column flex-md-row mb-5" id="project-marketplace-camps">
<div class="resume-content mr-auto">
<h3 class="mb-0">Team Lead</h3>
<div class="subheading mb-3">Nirman app - Aavas</div>
<p>It’s an android app mainly used by bank employees to track their worklogs, manage their sales records and leads management</p>
<p>Implementations:</p>
<ul>
<li>Sprint planning and daily scrum</li>
<li>Handled backend and app side tasks and managed a team of 5 members</li>
<li>Delivery management for new features development</li>
</ul>
</div>
<div class="resume-date text-md-right">
<span class="text-primary">Aug 2020 - Present</span>
</div>
</div>
<div class="resume-item d-flex flex-column flex-md-row mb-5" id="project-marketplace-camps">
<div class="resume-content mr-auto">
<h3 class="mb-0">Team Lead</h3>
<div class="subheading mb-3">Android app for customer - NTT Netmagic</div>
<p>This system developed mainly for NTT customers to track their resources and assets. And a quick access to their service based solutions.</p>
<p>Implementations:</p>
<ul>
<li>Orchestrated the whole development cycle from requirement analysis to delivery of the product</li>
<li>Complete system architecture design which involves a backend system(DB), web app and an android app</li>
<li>Responsible for planning and managing the sprint wise deliveries</li>
<li>Followed agile practices in scrum meetings with respective tools</li>
<li>Sprint planning and daily scrum management for a team of 12 people</li>
</ul>
</div>
<div class="resume-date text-md-right">
<span class="text-primary">Mar 2020 - Present</span>
</div>
</div>
<div class="resume-item d-flex flex-column flex-md-row mb-5" id="project-marketplace-camps">
<div class="resume-content mr-auto">
<h3 class="mb-0">Team Lead</h3>
<div class="subheading mb-3">Voice Enabled Chatbot</div>
<p>It's a platform for creating and managing chatbots with voice feature, along with integration with multiple channels(Messenger, Slack, Webchat).</p>
<p>Implementations:</p>
<ul>
<li>Feature identification, analysis and solutioning with the team</li>
<li>System design which includes multiple components</li>
<li>Sprint planning and delivery management</li>
</ul>
</div>
<div class="resume-date text-md-right">
<span class="text-primary">Jan 2020 - Present</span>
</div>
</div>
<div class="resume-item d-flex flex-column flex-md-row mb-5" id="project-marketplace-camps">
<div class="resume-content mr-auto">
<h3 class="mb-0">Full stack developer</h3>
<div class="subheading mb-3">Mortgage Lending</div>
<p>It's a mortgage application system which enables a broker to submit consumers mortgage requests which facilitates consumers to do the minimal efforts.</p>
<p>Implementations:</p>
<ul>
<li>Bug fixes and feature develop for the existing project</li>
<li>Worked on multiple associated projects</li>
</ul>
</div>
<div class="resume-date text-md-right">
<span class="text-primary">Dec 2018 - Dec 2019</span>
</div>
</div>
<div class="resume-item d-flex flex-column flex-md-row mb-5" id="project-marketplace-camps">
<div class="resume-content mr-auto">
<h3 class="mb-0">Full Stack Developer</h3>
<div class="subheading mb-3">Payment system for aviation industry</div>
<p>This system allows different operators to list and sell their flights and maintain the itinerary of their clients. It’s been developed with modular architecture to cater specific purpose by each module.</p>
<p>Implementations:</p>
<ul>
<li>Contributed to design the payment system database</li>
<li>Prepared payment system project structure</li>
<li>Set up test environment for payment system</li>
<li>UI development with Angular 5.2</li>
<li>API development using Express</li>
<li>Implemented authentication via JWT</li>
</ul>
</div>
<div class="resume-date text-md-right">
<span class="text-primary">May 2018 - Dec 2018</span>
</div>
</div>
<div class="resume-item d-flex flex-column flex-md-row mb-5" id="project-marketplace-camps">
<div class="resume-content mr-auto">
<h3 class="mb-0">Full Stack Developer</h3>
<div class="subheading mb-3">Marketplace for camps and activities</div>
<p>Silicon Valley-based VC-funded startup, its an online marketplace for activities and camps nearby. Developed using RoR and AngularJS, the app provides a searchable catalog and ability to book activities and camps.</p>
<p>Implementations:</p>
<ul>
<li>Developed web application using <a href="https://docs.angularjs.org/guide/component">UI components(Angular JS)</a></li>
<li>End to End module development from REST API's to UI components(responsive)</li>
<li>Application integration with remote components like <a href="https://www.algolia.com/">Algolia Search</a>, Facebook, <a href="https://segment.com/">Segment</a>, <a href="https://rollbar.com/">Rollbar</a>, Google analytics etc</li>
<li>Product DevOps management using Heroku</li>
<li>Developed widgets to integrate on 3rd party websites</li>
</ul>
</div>
<div class="resume-date text-md-right">
<span class="text-primary">October 2015 - October 2018</span>
</div>
</div>
<div class="resume-item d-flex flex-column flex-md-row mb-5">
<div class="resume-content mr-auto">
<h3 class="mb-0">Chatbot & UI Developer</h3>
<div class="subheading mb-3">Stealth mode AI startup</div>
<p>It’s a multi-tenant bots system which serves messages coming from multiple channels hosted on different clusters. In this i have developed bots on Facebook, Slack, Webchat.</p>
<p>Implementations:</p>
<ul>
<li>Design system architecture for multi-tenant bots</li>
<li>Developed system components to serve multiple platforms(i.e. Slack, Facebook)</li>
<li>Developed authentication component tied up with chat platforms</li>
</ul>
</div>
<div class="resume-date text-md-right">
<span class="text-primary">September 2017 - May 2018</span>
</div>
</div>
<div class="resume-item d-flex flex-column flex-md-row mb-5" id="project-fb-chatbot">
<div class="resume-content mr-auto">
<h3 class="mb-0">Full Stack Developer</h3>
<div class="subheading mb-3">Service provider bot</div>
<p>It’s a bot on Facebook Messenger to find the nearby best provider for home maintenance and repairs. It will also able serve some tips with details.</p>
<p>Implementations:</p>
<ul>
<li>Creating conversational flow mockups on <a href="https://botsociety.io/">Botsociety</a></li>
<li>Designed the application architecture with <a href="https://aws.amazon.com/lambda/">AWS Lambda</a>, <a href="https://developers.facebook.com/docs/messenger-platform">Messenger</a>, <a href="https://aws.amazon.com/dynamodb/">DynamoDB</a></li>
<li>Trained <a href="https://www.ibm.com/watson/services/conversation/">IBM Watson Conversation</a> service for extracting intents and entities from messenger text and drive the conversation</li>
<li>Developed a micro service with <a href="https://aws.amazon.com/lambda/">AWS Lambda</a></li>
<li>Orchestration using <a href="https://serverless.com/">Serverless Framework</a> to manage & deploy on multiple AWS accounts</li>
</ul>
</div>
<div class="resume-date text-md-right">
<span class="text-primary">February 2017 - May 2017</span>
</div>
</div>
<div class="resume-item d-flex flex-column flex-md-row mb-5" id="project-bitcovery">
<div class="resume-content mr-auto">
<h3 class="mb-0">UI & UX Developer</h3>
<div class="subheading mb-3">Bitcovery</div>
<p>Bitcovery was a Silicon Valley-based startup which launched at TechCrunch Disrupt Battlefield 2013. Bitcovery is a social discovery layer to the iTunes store. The product helps the user to search iTunes store, preview content, network with friends, make wishlist, participate in sweepstakes and get updates about expert recommendations.</p>
<p>Implementations:</p>
<ul>
<li>Worked with Spring MVC which interacts with the backend REST services</li>
<li>Developed framework design for this rich client application using Javascript and jQuery</li>
<li>Developed widgets to integrate on 3rd party websites</li>
<li>Worked with FB Javascript SDK for managing signups</li>
</ul>
</div>
<div class="resume-date text-md-right">
<span class="text-primary">July 2013 - October 2015</span>
</div>
</div>
<div class="resume-item d-flex flex-column flex-md-row" id="project-nb">
<div class="resume-content mr-auto">
<h3 class="mb-0">Full Stack Developer</h3>
<div class="subheading mb-3">NamkeenBazaar</div>
<p>NamkeenBazaar is a full-fledged eCommerce store with management interface for varieties of snacks.</p>
<p>Implementations:</p>
<ul>
<li>Developed the web application using CodeIgniter(MVC) framework</li>
<li>Delivered the application end to end, from UI to DB back up scripts</li>
<li>Integrated with EBS payment gateway</li>
</ul>
</div>
<div class="resume-date text-md-right">
<span class="text-primary">June 2012 - April 2013</span>
</div>
</div>
</div>
</section>
<section class="resume-section p-3 p-lg-5 d-flex flex-column" id="education">
<div class="my-auto">
<h2 class="mb-5">Education</h2>
<div class="resume-item d-flex flex-column flex-md-row mb-5">
<div class="resume-content mr-auto">
<h3 class="mb-0">Institute of Engineering & Technology</h3>
<div class="subheading mb-3">Master of Engineering</div>
<div>Information Technology</div>
<!-- <p>GPA: 3.23</p> -->
</div>
<div class="resume-date text-md-right">
<span class="text-primary">July 2011 - July 2013</span>
</div>
</div>
<div class="resume-item d-flex flex-column flex-md-row">
<div class="resume-content mr-auto">
<h3 class="mb-0">Indore Institute of Science & Technology</h3>
<div class="subheading mb-3">Bachelor of Engineering</div>
<div>Computer Science</div>
<!-- <p>GPA: 3.56</p> -->
</div>
<div class="resume-date text-md-right">
<span class="text-primary">September 2007 - June 2011</span>
</div>
</div>
</div>
</section>
<section class="resume-section p-3 p-lg-5 d-flex flex-column" id="skills">
<div class="my-auto">
<h2 class="mb-5">Skills</h2>
<div>
<div class="subheading mb-3">Web Technologies</div>
<ul class="list-inline list-icons">
<li class="list-inline-item">
<a href="https://www.w3.org/TR/html5/"><i class="devicons devicons-html5"></i></a>
</li>
<li class="list-inline-item">
<a href="https://www.w3.org/standards/techs/css#w3c_all"><i class="devicons devicons-css3"></i></a>
</li>
<li class="list-inline-item">
<a href="http://sass-lang.com/"><i class="devicons devicons-sass"></i></a>
</li>
<li class="list-inline-item">
<a href="http://lesscss.org/"><i class="devicons devicons-less"></i></a>
</li>
<li class="list-inline-item">
<a href="http://getbootstrap.com/"><i class="devicons devicons-bootstrap"></i></a>
</li>
<li class="list-inline-item">
<a href="https://jquery.com/"><i class="devicons devicons-jquery"></i></a>
</li>
</ul>
</div>
<div>
<div class="subheading mb-3">Programming Languages</div>
<ul class="list-inline list-icons">
<li class="list-inline-item">
<a href="https://www.javascript.com/"><i class="devicons devicons-javascript_badge"></i></a>
</li>
<li class="list-inline-item">
<a href="https://www.ruby-lang.org/en/"><i class="devicons devicons-ruby"></i></a>
</li>
<li class="list-inline-item">
<a href="https://www.java.com/en/"><i class="devicons devicons-java"></i></a>
</li>
<li class="list-inline-item">
<a href="http://www.php.net/"><i class="devicons devicons-php"></i></a>
</li>
</ul>
</div>
<div>
<div class="subheading mb-3">Frameworks</div>
<ul class="list-inline list-icons">
<li class="list-inline-item">
<a href="https://angularjs.org/"><i class="devicons devicons-angular"></i></a>
</li>
<li class="list-inline-item">
<a href="http://rubyonrails.org/"><i class="devicons devicons-ruby_on_rails"></i></a>
</li>
<li class="list-inline-item">
<a href="https://nodejs.org/en/"><i class="devicons devicons-nodejs"></i></a>
</li>
<li class="list-inline-item">
<a href="https://codeigniter.com/"><i class="devicons devicons-codeigniter"></i></a>
</li>
</ul>
</div>
<div>
<div class="subheading mb-3">Databases</div>
<ul class="list-inline list-icons">
<li class="list-inline-item">
<a href="https://www.postgresql.org/"><i class="devicons devicons-postgresql"></i></a>
</li>
<li class="list-inline-item">
<a href="https://www.mysql.com/"><i class="devicons devicons-mysql"></i></a>
</li>
</ul>
</div>
<div>
<div class="subheading mb-3">Tools</div>
<ul class="list-inline list-icons">
<li class="list-inline-item">
<a href="https://www.npmjs.com/"><i class="devicons devicons-npm"></i></a>
</li>
<li class="list-inline-item">
<a href="https://github.com/"><i class="devicons devicons-github_full"></i></a>
</li>
<li class="list-inline-item">
<a href="https://atom.io/"><i class="devicons devicons-atom"></i></a>
</li>
<li class="list-inline-item">
<a href="https://www.eclipse.org/"><i class="devicons devicons-eclipse"></i></a>
</li>
</ul>
</div>
<div>
<div class="subheading mb-3">Integration & Orchestration</div>
<ul class="fa-ul">
<li><i class="fa-li fa fa-check"></i> <a href="https://www.algolia.com/">Algolia</a> search</li>
<li><i class="fa-li fa fa-check"></i> <a href="https://serverless.com/">Serverless</a> Framework</li>
<li><i class="fa-li fa fa-check"></i> Facebook Javascript SDK</li>
<li><i class="fa-li fa fa-check"></i> Facebook Messenger Platform</li>
<li><i class="fa-li fa fa-check"></i> Slack bot apps</li>
<li><i class="fa-li fa fa-check"></i><a href="https://aws.amazon.com/dynamodb/">DynamoDB</a></li>
</ul>
</div>
<div class="subheading mb-3">Workflow</div>
<ul class="fa-ul mb-0">
<li>
<i class="fa-li fa fa-check"></i>
Mobile-First, Responsive Design</li>
<li>
<i class="fa-li fa fa-check"></i>
Cross Browser Testing & Debugging</li>
<li>
<i class="fa-li fa fa-check"></i>
Cross Functional Teams</li>
<li>
<i class="fa-li fa fa-check"></i>
Agile Development & Scrum</li>
</ul>
</div>
</section>
<!-- <section class="resume-section p-3 p-lg-5 d-flex flex-column" id="interests">
<div class="my-auto">
<h2 class="mb-5">Interests</h2>
<p>Apart from being a web developer, I enjoy most of my time being outdoors. In the winter, I am an avid skiier and novice ice climber. During the warmer months here in Colorado, I enjoy mountain biking, free climbing, and kayaking.</p>
<p class="mb-0">When forced indoors, I follow a number of sci-fi and fantasy genre movies and television shows, I am an aspiring chef, and </p>
</div>
</section> -->
<!-- <section class="resume-section p-3 p-lg-5 d-flex flex-column" id="awards">
<div class="my-auto">
<h2 class="mb-5">Awards & Certifications</h2>
<ul class="fa-ul mb-0">
<li>
<i class="fa-li fa fa-trophy text-warning"></i>
Google Analytics Certified Developer</li>
<li>
<i class="fa-li fa fa-trophy text-warning"></i>
Mobile Web Specialist - Google Certification</li>
<li>
<i class="fa-li fa fa-trophy text-warning"></i>
1<sup>st</sup>
Place - University of Colorado Boulder - Emerging Tech Competition 2009</li>
<li>
<i class="fa-li fa fa-trophy text-warning"></i>
1<sup>st</sup>
Place - University of Colorado Boulder - Adobe Creative Jam 2008 (UI Design Category)</li>
<li>
<i class="fa-li fa fa-trophy text-warning"></i>
2<sup>nd</sup>
Place - University of Colorado Boulder - Emerging Tech Competition 2008</li>
<li>
<li>
<i class="fa-li fa fa-trophy text-warning"></i>
1<sup>st</sup>
Place - James Buchanan High School - Hackathon 2006</li>
<li>
<i class="fa-li fa fa-trophy text-warning"></i>
3<sup>rd</sup>
Place - James Buchanan High School - Hackathon 2005</li>
</ul>
</div>
</section> -->
</div>
<!-- Bootstrap core JavaScript -->
<script src="vendor/jquery/jquery.min.js"></script>
<script src="vendor/bootstrap/js/bootstrap.bundle.min.js"></script>
<!-- Plugin JavaScript -->
<script src="vendor/jquery-easing/jquery.easing.min.js"></script>
<!-- Custom scripts for this template -->
<script src="js/resume.min.js"></script>
</body>
</html>