-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
490 lines (473 loc) · 17.1 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Abhishek Resume</title>
<link
rel="stylesheet"
href="https://stackpath.bootstrapcdn.com/bootstrap/4.5.2/css/bootstrap.min.css"
integrity="sha384-JcKb8q3iqJ61gNV9KGb8thSsNjpSL0n8PARn9HuZOnIxN0hoP+VmmDGMN5t9UJ0Z"
crossorigin="anonymous"
/>
<link rel="stylesheet" href="./styles.css" />
</head>
<body>
<!-- Nav bar -->
<nav class="navbar navbar-light bg-dark">
<a class="navbar-brand text-light" href="#">Abhishek Resume</a>
</nav>
<!-- Introduction -->
<div class="jumbotron">
<div class="container">
<h1 class="display-4">Hi, I'm Abhishek</h1>
<p class="lead">Senior Software Engineer</p>
<hr class="my-4" />
<p>
Master of Computer Application with more than 3 years of industry
experience as an Application Developer. Professional in creating
efficient solutions using languages such as JavaScript and TypeScript.
Hands on experience in JavaScript and its frameworks. An avid UI
developer, having experience in designing and developing responsive
and efficient UI using HTML, CSS, Bootstrap, Angular, and JavaScript.
Also having working knowledge of developing web services using
Node.js, Express.js, Nest.js and GraphQL.
</p>
<a class="btn btn-primary btn-lg rounded-pill" href="#" role="button">
Download Resume
</a>
</div>
</div>
<!-- Skills -->
<div class="row mt-5">
<div class="col-lg-3 col-12 text-right">
<h4 class="text-primary">Skills</h4>
</div>
<div class="col-lg-9 col-12">
<table class="table table-borderless">
<tbody>
<tr>
<th scope="row">Programming Languages</th>
<td>JavaScript, TypeScript</td>
</tr>
<tr>
<th scope="row">Web Technologies</th>
<td>HTML5, CSS3, Bootstrap, Material Design, RxJS, MEAN Stack</td>
</tr>
<tr>
<th scope="row">Database</th>
<td>MongoDB, Firebase Database</td>
</tr>
<tr>
<th scope="row">Frameworks</th>
<td>
React, Angular 4+, Node.js, Express.js, GraphQL, Nest.js,
Bootstrap
</td>
</tr>
<tr>
<th scope="row">Tools</th>
<td>Git, Bitbucket pipeline</td>
</tr>
</tbody>
</table>
</div>
</div>
<hr class="my-4 divider bg-primary" />
<!-- Employments -->
<div class="row mt-5">
<div class="col-lg-3 col-12 text-right">
<h4 class="text-primary">Employments</h4>
</div>
<div class="col-lg-9 col-12">
<section class="pr-7">
<div>
<h5 class="title">
Betatest Solutions
<span class="text-muted">(Jul 2019 – Till date)</span>
</h5>
</div>
<table class="table table-borderless table-sm">
<tbody>
<tr>
<th scope="row">Designation</th>
<td>Senior Software Engineer</td>
</tr>
<tr>
<th scope="row">Role</th>
<td>Full stack web developer</td>
</tr>
<tr>
<th scope="row">Location</th>
<td>Bangalore</td>
</tr>
<tr>
<th scope="row">Technologies</th>
<td>
HTML, CSS, TypeScript, Angular, Node.js, MongoDB, GraphQL,
Nest.js
</td>
</tr>
<tr>
<th scope="row">Summary</th>
</tr>
</tbody>
</table>
<p class="text-justify">
Development of Web based applications using technologies such as
Angular, Node.js, Express.js, MongoDB and TypeScript. We develop
GraphQL APIs to communicate between client and the server.
Development of Progressive web application with truly responsive UI
for cross platforms that gives user a native application like feel
and enhances user experience. We write clean code and it goes
through the two level of code review before code get merged to
enhance our code quality.
</p>
</section>
<section class="mt-5 pr-7">
<div>
<h5 class="title">
Motifworks Technology Solutions
<span class="text-muted">(Mar 2017 – Jul 2019)</span>
</h5>
</div>
<table class="table table-borderless table-sm">
<tbody>
<tr>
<th scope="row">Designation</th>
<td>Software Engineer</td>
</tr>
<tr>
<th scope="row">Role</th>
<td>Full stack web developer</td>
</tr>
<tr>
<th scope="row">Location</th>
<td>Bangalore</td>
</tr>
<tr>
<th scope="row">Technologies</th>
<td>
HTML, CSS, TypeScript, Angular, Node.js, MongoDB, Firebase
</td>
</tr>
<tr>
<th scope="row">Summary</th>
</tr>
</tbody>
</table>
<p class="text-justify">
Development of Web applications based on client requirements using
technologies such as Angular, Node.js, Express.js, MongoDB,
JavaScript and Firebase. We develop RESTful APIs to communicate
between client and the server. Development of responsive and
interactive UI which can be compatible with all screen resolutions
to enhance user experiences.
</p>
</section>
<section class="mt-5 pr-7">
<div>
<h5 class="title">
PickPol Solutions
<span class="text-muted">(May 2016 – Feb 2017)</span>
</h5>
</div>
<table class="table table-borderless table-sm">
<tbody>
<tr>
<th scope="row">Designation</th>
<td>Software Engineer Trainee (Internship)</td>
</tr>
<tr>
<th scope="row">Role</th>
<td>Android and Web UI developer</td>
</tr>
<tr>
<th scope="row">Location</th>
<td>Bangalore</td>
</tr>
<tr>
<th scope="row">Technologies</th>
<td>HTML, CSS, JavaScript, Bootstrap, Java, Android</td>
</tr>
<tr>
<th scope="row">Summary</th>
</tr>
</tbody>
</table>
<p class="text-justify">
Understanding the scope and objective of application requirements
and creating UX/UI for application using Google’s Material Design
paradigm. Consuming RESTful API using volley client and rendering
the data on the view. Developed the official website of the company.
</p>
</section>
</div>
</div>
<hr class="my-4 divider bg-primary" />
<!-- Projects -->
<div class="row mt-5">
<div class="col-lg-3 col-12 text-right">
<h4 class="text-primary">Projects</h4>
</div>
<div class="col-lg-9 col-12">
<section class="pr-7">
<div class="project-title">
<h5 class="m-0">TaskTrain</h5>
</div>
<table class="table table-borderless table-sm">
<tbody>
<tr>
<th scope="row">Technologies</th>
<td>Angular, ExpressJS, GraphQL, MongoDB</td>
</tr>
</tbody>
</table>
<h6 class="title">Description</h6>
<p class="text-justify">
This is light-weight process management software-as-a-service
application. It allows users to create –
</p>
<ul>
<li>Multi-level checklist procedures</li>
<li>
Task level assignment, each step of procedure can be assigned to a
team member as separate task
</li>
<li>
User can attach multimedia such as pdf, document, images, videos
in procedures
</li>
<li>Real-time task level comment thread</li>
<li>
Multiple task status level such as Not started, In progress,
Blocked, Skipped and Completed
</li>
</ul>
<h6 class="title">Responsibilities</h6>
<ul>
<li>Designing and developing UI</li>
<li>
Developing GraphQL APIs for communication between client and
server applications.
</li>
</ul>
</section>
<section class="mt-5 pr-7">
<div class="project-title">
<h5 class="m-0">SmartSoul</h5>
</div>
<table class="table table-borderless table-sm">
<tbody>
<tr>
<th scope="row">Technologies</th>
<td>ReactJS, NestJS, MongoDB</td>
</tr>
</tbody>
</table>
<h6 class="title">Description</h6>
<p class="text-justify">
SmartSoul application is developed for online training courses. It
has two modules –
</p>
<ul>
<li>
Auth – In this module, we have sign-in, sign-out, reset-password,
forgot- password features. End User interacts with this module.
</li>
<li>
Contact – This is also a sub module of Auth but only Admin can
interact with it. Here we create end users as well as Admin users.
</li>
<li>
Campaign – In this module, Admin creates campaigns that is
assigned to end users.
</li>
<li>
Message – This is also a sub module of Campaign, end users also
interacts with it. Admin creates messages and end user get
notification if he is part of this campaign. In message, he gets
the link for audio/video file that contains the training course
material.
</li>
</ul>
<h6 class="title">Responsibilities</h6>
<ul>
<li>Designing and developing UI</li>
<li>
Developing GraphQL APIs for interaction between client and server
applications.
</li>
</ul>
</section>
<section class="mt-5 pr-7">
<div class="project-title">
<h5 class="m-0">AshaKirana (Census Dashboard)</h5>
</div>
<table class="table table-borderless table-sm">
<tbody>
<tr>
<th scope="row">Technologies</th>
<td>Angular, Express.JS, MongoDB, Google Sheets</td>
</tr>
</tbody>
</table>
<h6 class="title">Description</h6>
<p class="text-justify">
This web application’s main objective is to show the summary of
collected census records –
</p>
<ul>
<li>
Raw data comes in form of Google sheets, it gets uploaded to
MongoDB using Google Sheets API.
</li>
<li>
Backend compiles the raw data and generates different-different
census reports such as number of Anganwadi and schools, number of
children in school and Anganwadi, health index, learning score,
gender split, household income etc.
</li>
<li>
RESTful APIs are created to communicate between client and the
server to fetch the data and we visualise it using charts and
graphs in UI.
</li>
</ul>
<h6 class="title">Responsibilities</h6>
<ul>
<li>Designing and developing UI</li>
<li>
Developing RESTful APIs for interaction between client and server
applications.
</li>
</ul>
</section>
<section class="mt-5 pr-7">
<div class="project-title">
<h5 class="m-0">PathoBridge</h5>
</div>
<table class="table table-borderless table-sm">
<tbody>
<tr>
<th scope="row">Technologies</th>
<td>Angular, Node.JS, Express.JS, MongoDB</td>
</tr>
</tbody>
</table>
<h6 class="title">Description</h6>
<p class="text-justify">
PathoBridge is a platform to link the distributed healthcare
services seamlessly. This is developed with the intent of bridging
and bringing together the expertise, domain knowledge, solutions
under one roof –
</p>
<ul>
<li>There are four modules in this application –</li>
<li>
Admin – They have privilege to create new labs, new users i.e.
Doctor, Operator or Trainee, and can also update their details.
</li>
<li>
Operator – Operators have privilege to create or update cases,
upload image or video slides of report, and can generate report.
</li>
<li>
Doctor – They can view and accept any case that is associated with
their labs, diagnose or reject (in case of finding any fault) the
case, can share the case with other doctors for their opinion and
can review the case i.e. shared with him/her by another doctors.
</li>
<li>
Trainer – Trainer module is created for training purpose. Any
trainer can upload a case and can use it for training.
</li>
</ul>
<h6 class="title">Responsibilities</h6>
<ul>
<li>Designing and developing UI</li>
<li>
Developing RESTful APIs for interaction between client and server
applications.
</li>
</ul>
</section>
</div>
</div>
<hr class="my-4 divider bg-primary" />
<!-- Achievements -->
<div class="row mt-5">
<div class="col-lg-3 col-12 text-right">
<h4 class="text-primary">Achievements</h4>
</div>
<div class="col-lg-9 col-12">
<section class="pr-7">
<ul>
<li>
Got awarded for designing and developing Galgotias University
official website for IEEE conference in 2015.
</li>
<li>Won 2nd prize for story writing on district level in 2007</li>
</ul>
</section>
</div>
</div>
<hr class="my-4 divider bg-primary" />
<!-- Education -->
<div class="row mt-5">
<div class="col-lg-3 col-12 text-right">
<h4 class="text-primary">Education</h4>
</div>
<div class="col-lg-9 col-12">
<section class="pr-7">
<ul>
<li>MCA – Galgotias University, 2013 – 2016</li>
<li>BCA – Sikkim Manipal University, 2010 – 2013</li>
</ul>
</section>
</div>
</div>
<hr class="my-4 divider bg-primary" />
<!-- Personal Details -->
<div class="row mt-5">
<div class="col-lg-3 col-12 text-right">
<h4 class="text-primary">Personal Details</h4>
</div>
<div class="col-lg-9 col-12">
<section class="pr-7">
<table class="table table-borderless table-sm">
<tbody>
<tr>
<th scope="row">Date of Birth</th>
<td>20th Feb, 1994</td>
</tr>
<tr>
<th scope="row">Languages Known</th>
<td>English, Hindi</td>
</tr>
<tr>
<th scope="row">Hobbies</th>
<td>Composing Poetry, Reading blogs</td>
</tr>
</tbody>
</table>
</section>
</div>
</div>
<script
src="https://code.jquery.com/jquery-3.5.1.slim.min.js"
integrity="sha384-DfXdz2htPH0lsSSs5nCTpuj/zy4C+OGpamoFVy38MVBnE+IbbVYUew+OrCXaRkfj"
crossorigin="anonymous"
></script>
<script
src="https://cdn.jsdelivr.net/npm/popper.js@1.16.1/dist/umd/popper.min.js"
integrity="sha384-9/reFTGAW83EW2RDu2S0VKaIzap3H66lZH81PoYlFhbGU+6BZp6G7niu735Sk7lN"
crossorigin="anonymous"
></script>
<script
src="https://stackpath.bootstrapcdn.com/bootstrap/4.5.2/js/bootstrap.min.js"
integrity="sha384-B4gt1jrGC7Jh4AgTPSdUtOBvfO8shuf57BaghqFfPlYxofvL8/KUEfYiJOMMV+rV"
crossorigin="anonymous"
></script>
</body>
</html>