-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
466 lines (433 loc) · 18.9 KB
/
index.html
File metadata and controls
466 lines (433 loc) · 18.9 KB
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
<!DOCTYPE html>
<html lang="en">
<head>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-167566805-1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-167566805-1');
</script>
<!-- Required meta tags -->
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no" />
<link href="https://maxcdn.bootstrapcdn.com/bootstrap/4.1.1/css/bootstrap.min.css" rel="stylesheet"
id="bootstrap-css" />
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.2.1/jquery.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.12.9/umd/popper.min.js"
integrity="sha384-ApNbgh9B+Y1QKtv3Rn7W3mgPxhU9K/ScQsAP7hUibX39j7fakFPskvXusvfa0b4Q"
crossorigin="anonymous"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/4.1.1/js/bootstrap.min.js"></script>
<!------ Include the above in your HEAD tag ---------->
<link href="https://fonts.googleapis.com/css?family=Saira+Extra+Condensed:500,700" rel="stylesheet" />
<link href="https://fonts.googleapis.com/css?family=Muli:400,400i,800,800i" rel="stylesheet" />
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.7.2/css/all.css"
integrity="sha384-fnmOCqbTlWIlj8LyTjo7mOUStjsKC4pOpQbqyi7RrhN7udi9RwhKkMHpvLbHG9Sr" crossorigin="anonymous" />
<link rel="stylesheet" href="./css/portfolio.css" />
<link rel="shortcut icon" type="image/png" href="./images/favicon.png" />
<title>Alkesh Ghorpade Portfolio</title>
</head>
<body>
<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">Alkesh Ghorpade</span>
<span class="d-none d-lg-block">
<!-- Shoud out to the lunatic demon who made this url!-->
<img class="img-fluid img-profile rounded-circle mx-auto mb-2" src="images//alkeshProfilePic.jpg"
alt="Alkesh Ghorpade profile pic" />
<p>Alkesh Ghorpade</p>
</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="#education">Education</a>
</li>
<li class="nav-item">
<a class="nav-link js-scroll-trigger" href="#skills">Skills</a>
</li>
</ul>
</div>
</nav>
<div class="container-fluid p-0">
<section class="resume-section p-3 p-lg-5 d-flex align-items-center" id="about">
<div class="w-100">
<h3 class="mb-0">
Alkesh Ghorpade
</h3>
<div class="subheading mb-5">
Ruby on Rails and Golang Consultant, Open-Source Enthusiast | Pune, India |
<a href="mailto:alkesh26@gmail.com">alkesh26@gmail.com</a>
</div>
<p class="lead mb-5">
Hi, I am into software development since 7 years. I love working
with startups and have strong problem solving skills. Optimising
code is always my first focus.
<br>
When I'm not coding, you'll find me solving mathematical problems,
puzzles or playing football or guitar.
</p>
<div class="lead mb-5">
<div class="inline-block">
<p class="subheading">Open source contribution:</p>
<div class="item-content-block tags ">
<a href="https://contributors.rubyonrails.org/contributors/alkesh26/commits" class="bg-primary"
target="_blank">Rails</a>
<a href="https://go-review.googlesource.com/q/alkesh26" class="bg-primary" target="_blank">Go</a>
<a href="https://github.com/aws/aws-sdk-ruby/pulls?q=is%3Apr+author%3Aalkesh26+is%3Aclosed"
class="bg-primary" target="_blank">aws-sdk-ruby</a>
</div>
</div>
<div class="inline-block">
<p class="subheading">Programming Challenges:</p>
<div class="item-content-block tags ">
<a href="https://www.hackerearth.com/@alkesh26" class="bg-primary"
target="_blank">
Hackerearth
</a>
<a href="https://www.hackerrank.com/alkesh26" class="bg-primary" target="_blank">
Hackerrank
</a>
<a href="https://leetcode.com/alkesh/" class="bg-primary" target="_blank">
Leetcode
</a>
<a href="https://www.interviewbit.com/profile/alkesh_ghorpade" class="bg-primary" target="_blank">
Interviewbit
</a>
</div>
</div>
</div>
<div class="social-icons">
<p class="subheading">
Follow me on:</p>
<a href="https://github.com/alkesh26" target="_blank" class="bg-primary">
<i class="fab fa-github"></i>
</a>
<a href="https://www.linkedin.com/in/alkesh-ghorpade/" target="_blank" class="bg-primary">
<i class="fab fa-linkedin-in"></i>
</a>
<a href="https://twitter.com/_alkesh26" target="_blank" class="bg-primary">
<i class="fab fa-twitter"></i>
</a>
<a href="https://medium.com/@alkesh26" target="_blank" class="bg-primary">
<i class="fab fa-medium"></i>
</a>
</p>
</div>
<div>
<p class="subheading">
Resume</p>
<a target="_blank" href="./pdfs/AlkeshGhorpade_Resume.pdf" class="btn btn-primary downloadcv bg-primary"
role="button"><i class="fa fa-download" aria-hidden="true"></i> Resume</a>
</div>
</div>
</section>
<hr class="m-0" />
<section class="resume-section p-3 p-lg-5 d-flex justify-content-center" id="experience">
<div class="w-100">
<h3 class="mb-5"> Work Experience</h3>
<ul>
<li class="timebar_element timebar_element--now project">
<div class="timebar-date">
<time class="timebar-date-content"
>July 2019 - till Date</time
>
</div>
<div class="timebar-contents">
<div class="workex-text">
<a href="https://www.saeloun.com" target="_blank">
<img
src="./images/saeloun_logo.png"
class="logo"
/>
<span class="orgName">Saeloun</span>
</a>
<div class="workex-description">
<ul>
<li>
Working as a Ruby on Rails contractor.
Currently handling one of our client ACT.md projects.
</li>
</ul>
<div class="item-content-block tags shiftleft">
<a href="#" class="bg-primary">Ruby on Rails</a>
<a href="#" class="bg-primary">Postgres</a>
<a href="#" class="bg-primary">React</a>
</div>
</div>
</div>
</div>
</li>
<li class="timebar_element timebar_element--now project">
<div class="timebar-date">
<time class="timebar-date-content"
>Dec 2017 - July 2019</time
>
</div>
<div class="timebar-contents">
<div class="workex-text">
<a href="https://www.reflektive.com/" target="_blank">
<img
src="./images/Reflektive_logo.png"
class="logo"
/>
<span class="orgName">Reflektive</span>
</a>
<div class="workex-description">
<ul>
<li>
HRIS Automation: Responsible for scaling the
cronjob by executing the import process runs of
employees in parallel.
</li>
<li>
Selenium Java automation: Automation of HRIS flow
to help speed up testing.
</li>
</ul>
<div class="item-content-block tags shiftleft">
<a href="#" class="bg-primary">Ruby on Rails</a>
<a href="#" class="bg-primary">Postgres</a>
<a href="#" class="bg-primary">Selenium</a>
</div>
</div>
</div>
</div>
</li>
<li class="timebar_element timebar_element--now project">
<div class="timebar-date">
<time class="timebar-date-content"
>July 2016 - Dec 2017</time
>
</div>
<div class="timebar-contents">
<div class="workex-text">
<a href="https://www.crowdfireapp.com" target="_blank">
<img src="./images/Crowdfire_logo.png" class="logo" />
<span class="orgName">Crowdfire</span>
</a>
<div class="workex-description">
<ul>
<li>
Properties: This Go microservice is used for
storing properties (posts/blogs/videos) of a user
in elasticsearch and created API which sends a
generic response for networks user has added.
Worked on storing a user profile and properties
metrics to calculate user growth on audience
networks.
</li>
<li>
Property networks: Worked on integrating WordPress
and youtube accounts and making sure real-time new
property was available to the user by an app to
share. Worked on syncing past properties of user
and showing these properties as prescriptions for
sharing across multiple audience networks.
</li>
</ul>
<div class="item-content-block tags shiftleft">
<a href="#" class="bg-primary">Go</a>
<a href="#" class="bg-primary">Java</a>
<a href="#" class="bg-primary">ElasticSearch</a>
<a href="#" class="bg-primary">DynamoDb</a>
<a href="#" class="bg-primary">Aerospike</a>
</div>
</div>
</div>
</div>
</li>
<li class="timebar_element timebar_element--now project">
<div class="timebar-date">
<time class="timebar-date-content"
>Feb 2015 - Jul 2016</time
>
</div>
<div class="timebar-contents">
<div class="workex-text">
<a
href="https://www.linkedin.com/company/tinyowl/about/"
target="_blank"
>
<img src="./images/Tinyowl_logo.png" class="logo" />
<span class="orgName">TinyOwl</span>
</a>
<div class="workex-description">
<ul>
<li>
Payment System : Solely responsible for working
and integration of new payment wallets.
</li>
<li>
Worked on Restaurants caching architecture,
referral code generation and location service
</li>
</ul>
<div class="item-content-block tags shiftleft">
<a href="#" class="bg-primary">Ruby on Rails</a>
<a href="#" class="bg-primary">Postgres</a>
<a href="#" class="bg-primary">Redis</a>
</div>
</div>
</div>
</div>
</li>
<li class="timebar_element timebar_element--now project">
<div class="timebar-date">
<time class="timebar-date-content"
>Jul 2012 - Dec 2014</time
>
</div>
<div class="timebar-contents">
<div class="workex-text">
<a href="https://fab.com" target="_blank">
<img src="./images/Fab_logo.png" class="logo" />
<span class="orgName">Fab.com</span>
</a>
<div class="workex-description">
<ul>
<li>
Implementation of return policy and tracking of
orders
</li>
<li>
Database migration from remote database into
production database.
</li>
</ul>
<div class="item-content-block tags shiftleft">
<a href="#" class="bg-primary">Ruby on Rails</a>
<a href="#" class="bg-primary">MySql</a>
</div>
</div>
</div>
</div>
</li>
</ul>
</div>
</section>
<hr class="m-0" />
<section class="resume-section p-3 p-lg-5 d-flex align-items-center" id="education">
<div class="w-100">
<h3 class="mb-5">Education</h3>
<ul>
<li class="timebar_element timebar_element--now project">
<div class="timebar-date">
<time class="timebar-date-content"
>Jun 2008 - Jul 2012</time
>
</div>
<div class="timebar-contents">
<div class="workex-text">
<a href="https://pict.edu/" target="_blank">
<img src="./images/PICT-Logo.jpg" class="logo" />
<span class="orgName"
>Pune Institute of Computer Technology (PICT)</span
>
</a>
<div class="workex-description">
<p>BE Computer First Class with Distinction</p>
</div>
</div>
</div>
</li>
<li class="timebar_element timebar_element--now project">
<div class="timebar-date">
<time class="timebar-date-content"
>Apr 2007 - Mar 2008</time
>
</div>
<div class="timebar-contents">
<div class="workex-text">
<a href="http://davairoli.ac.in/" target="_blank">
<img src="./images/dav_logo.png" class="logo" />
<span class="orgName"
>DAV Public School, Navi Mumbai</span
>
</a>
<div class="workex-description">
<p>HSC with 87%</p>
</div>
</div>
</div>
</li>
<li class="timebar_element timebar_element--now project">
<div class="timebar-date">
<time class="timebar-date-content"
>Apr 2005 - Mar 2006</time
>
</div>
<div class="timebar-contents">
<div class="workex-text">
<a href="http://davairoli.ac.in/" target="_blank">
<img src="./images/dav_logo.png" class="logo" />
<span class="orgName"
>DAV Public School, Navi Mumbai</span
>
</a>
<div class="workex-description">
<p>SSC with 92%</p>
</div>
</div>
</div>
</li>
</ul>
</div>
</section>
<hr class="m-0" />
<section class="resume-section p-3 p-lg-5 d-flex align-items-center" id="skills">
<div class="w-100">
<h3 class="mb-5">Skills</h3>
<div class="subheading mb-3">Programming Languages</div>
<div class="skillset">
<div class="progress skill-bar ">
<div class="progress-bar progress-bar-success bg-primary" role="progressbar" aria-valuenow="85"
aria-valuemin="0" aria-valuemax="100">
<span class="skill">Ruby on Rails <i class="val">85%</i></span>
</div>
</div>
<div class="progress skill-bar ">
<div class="progress-bar progress-bar-success bg-primary" role="progressbar" aria-valuenow="70"
aria-valuemin="0" aria-valuemax="100">
<span class="skill">Postgres<i class="val">70%</i></span>
</div>
</div>
<div class="progress skill-bar ">
<div class="progress-bar progress-bar-success bg-primary" role="progressbar" aria-valuenow="50"
aria-valuemin="0" aria-valuemax="100">
<span class="skill">Golang<i class="val">50%</i></span>
</div>
</div>
<div class="progress skill-bar ">
<div class="progress-bar progress-bar-success bg-primary" role="progressbar" aria-valuenow="40"
aria-valuemin="0" aria-valuemax="100">
<span class="skill">Java<i class="val">40%</i></span>
</div>
</div>
<div class="progress skill-bar ">
<div class="progress-bar progress-bar-success bg-primary" role="progressbar" aria-valuenow="20"
aria-valuemin="0" aria-valuemax="100">
<span class="skill">React<i class="val">20%</i></span>
</div>
</div>
</div>
</div>
</section>
<hr class="m-0" />
</div>
<!-- Plugin JavaScript -->
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery-easing/1.4.1/jquery.easing.min.js"></script>
<script src="./js/portfolio.js"></script>
</body>
</html>