-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
516 lines (489 loc) · 18.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
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
<!DOCTYPE html>
<html lang="en">
<head>
<!-- Required meta tags -->
<meta charset="utf-8" />
<meta
name="viewport"
content="width=device-width, initial-scale=1, shrink-to-fit=no"
/>
<!-- Bootstrap CSS -->
<link
rel="stylesheet"
href="https://cdn.jsdelivr.net/npm/bootstrap@4.5.3/dist/css/bootstrap.min.css"
integrity="sha384-TX8t27EcRE3e/ihU7zmQxVncDAy5uIKz4rEkgIXeMed4M0jlfIDPvg6uqKI2xXr2"
crossorigin="anonymous"
/>
<link
rel="stylesheet"
href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css"
/>
<link
rel="stylesheet"
href="https://cdn.jsdelivr.net/npm/bootstrap-icons@1.3.0/font/bootstrap-icons.css"
/>
<!--Animation link-->
<link
rel="stylesheet"
href="https://cdnjs.cloudflare.com/ajax/libs/animate.css/4.1.1/animate.min.css"
/>
<!--style -->
<style>
.btn {
background-color: #1a237e;
color: white;
}
.fld {
font-size: 25px;
width: 80%;
margin: 5%;
}
.btn:hover {
color: white;
}
.incard {
margin-top: 10px;
}
img {
height: 37vh;
width: 70%;
border-radius: 50%;
margin-left: 15%;
margin-top: 5%;
}
b {
color: #1a237e;
}
.name {
font-size: 45px;
margin-left: 10px;
}
.rowBody {
padding-top: 5vh;
padding-bottom: 5vh;
color: #283593;
}
.row {
padding-left: 5%;
}
.fa {
width: 23%;
font-size: 50px;
color: #04316b;
}
.fa:hover:not(.active) {
color: #04316b;
font-size: 60px;
}
</style>
<title>KASHIF AHMAD</title>
</head>
<body>
<!--row for image and introduction-->
<div class="row rowBody">
<!-- imagebox container-->
<div class="col-md-4 col-sm-12">
<img class="animate__animated animate__bounceInLeft" src="kash.jpg" />
</div>
<!--my details and social media handle-->
<div
class="myDetails col-md-8 col-sm-12 animate__animated animate__bounceInRight"
>
<h2
style="margin-top: 5%"
class="animate__animated animate__pulse animate__infinite"
>
Hi. I'm <b class="name"> Kashif Ahmad.</b>
</h2>
<h5 style="margin-top: 5%; padding: 10px">
A Focused and enthusiastic <b>Full Stack Developer</b> with a keen
interest in web and android development and solving DSA problems. With
around 2 years of experience in the <b>FMCG sector</b> , I bring a
unique combination of technical expertise and industry knowledge to
the table. With a strong tech stack that includes
<b>React.js, Node.js, MongoDB, PostgreSQL, and Java</b>, I am
passionate about problem-solving and have built several cool projects
to solve real-world issues.
</h5>
<!--social media handles-->
<div class="col-md-6 col-sm-12 animate__animated animate__bounceInLeft">
<h5 style="margin-top: 5%">Follow me :</h5>
<a
href="https://github.com/Kash15if"
target="_blank"
rel="noopener noreferrer"
><i class="fa fa-github-square"></i
></a>
<a
href="https://www.linkedin.com/in/kashif-ahmad-373286164/"
target="_blank"
rel="noopener noreferrer"
><i class="fa fa-linkedin-square"></i
></a>
<i class="fa fa-facebook-square"></i>
<i class="fa fa-twitter-square"></i>
</div>
</div>
</div>
<!--Collapse Contaner for Education-->
<div class="row">
<div class="col-md-4 col-sm-12 animate__animated animate__bounceInLeft">
<a
class="btn fld"
data-toggle="collapse"
href="#experience"
role="button"
aria-expanded="false"
aria-controls="multiCollapseExample1"
>Experience</a
>
<div class="collapse multi-collapse" id="experience">
<div class="card card-body">
<div class="card incard" style="width: 100%">
<div class="card-body">
<h5 class="card-title">
Sofware Developer(Greenwave Solutions Pvt. Ltd.)
</h5>
<h6 class="card-subtitle mb-2 text-muted">
July 2022 - current
</h6>
<p class="card-text">
Led the development and redevelopment of multiple modules in
the Digital Logbooks and Workflow, which is the product of
your company using java, jsf, mssql.
</p>
<p class="card-text">
Implemented a user authentication and security module that
eliminated 100 percent paper logbook usage and enabled
sequential workflow of multiple jobs in the industry. .
</p>
<p>
Configured encrypted database credentials inside the property
files using Node.js API
</p>
<p>
Developed a Java application for multiple clients to transfer
data between PostgreSQL, MS SQL, MySQL, OracleDB and MongoDB
databases. The application was integrated with a scheduler to
automate the data transfer process at regular intervals.
</p>
<p>Tech stack in use: Java, JSF, SQL, Node.js.</p>
</div>
</div>
<div class="card incard" style="width: 100%">
<div class="card-body">
<h5 class="card-title">
Associate Software Engineer(Greenwave Solutions Pvt. Ltd.)
</h5>
<h6 class="card-subtitle mb-2 text-muted">
July 2021 - June 2022
</h6>
<p>
Led the transformation of a large JSF monolith to
microservices using React and Spring Boot and implemented
real-time data visualization with web socket integration
</p>
<p>
Utilized JavaScript’s event loop concept to optimize page load
time. and by breaking down each component of the page into
separate responsibilities, page load time was reduced by
around 50 percent (up to 90 percent for larger datasets).
</p>
<p>
Created robust APIs in Node.js for end-to-end data transfer
and client-facing REST APIs for seamless interaction with the
products
</p>
<p>
Developed the backend for a PTC Thingworx platform for a
client.
</p>
<p>
Tech stack used: React.js, Node.js, JavaScript, MsSQL,
PostgreSQL , MongoDB, MySQL Socket.IO, Java, Chart.js,
Express.js, JSF, HTML, CSS, Mui.
</p>
</div>
</div>
<div class="card incard" style="width: 100%">
<div class="card-body">
<h5>Database Engineering Intern</h5>
<h6 class="card-subtitle mb-2 text-muted">
April 2021 - June 2021
</h6>
<p>Worked as an SQL developer</p>
<p>
Improved reporting rates by developing dashboard and reporting
system on PTC Thingworx.
</p>
<p>Tech stack used: JavaScript, SQL, PTC Thingworx</p>
</div>
</div>
</div>
</div>
</div>
<div class="col-md-4 col-sm-12 animate__animated animate__bounceInLeft">
<a
class="btn fld"
data-toggle="collapse"
href="#multiCollapseExample1"
role="button"
aria-expanded="false"
aria-controls="multiCollapseExample1"
>Education</a
>
<div class="collapse multi-collapse" id="multiCollapseExample1">
<div class="card card-body">
<div class="card incard" style="width: 100%">
<div class="card-body">
<h5 class="card-title">
B.Tech in Computer Science, University of Calcutta
</h5>
<h6 class="card-subtitle mb-2 text-muted">2021</h6>
</div>
</div>
</div>
</div>
</div>
<!--Skills section-->
<div class="col-md-4 col-sm-12 animate__animated animate__bounceInRight">
<a
class="btn fld"
data-toggle="collapse"
href="#multiCollapseExample2"
role="button"
aria-expanded="false"
aria-controls="multiCollapseExample2"
>Skills</a
>
<div class="collapse multi-collapse" id="multiCollapseExample2">
<div class="card card-body">
<div class="card incard" style="width: 100%">
<div class="card-body">
<h5 class="card-title">Programming</h5>
<h6 class="card-subtitle mb-2 text-muted">Experienced</h6>
<p class="card-text">JAVA, JavaScript, Node.js, HTML</p>
<h6 class="card-subtitle mb-2 text-muted">Intermediate</h6>
<p class="card-text">Docker, Guthub.</p>
</div>
</div>
<div class="card incard" style="width: 100%">
<div class="card-body">
<h5 class="card-title">Frameworks</h5>
<h6 class="card-subtitle mb-2 text-muted">Intermediate</h6>
<p class="card-text">
React.js, Vue.js, Express.js, Mui, PrimeReact
</p>
</div>
</div>
<div class="card incard" style="width: 100%">
<div class="card-body">
<h5 class="card-title">Database</h5>
<h6 class="card-subtitle mb-2 text-muted">Beginner</h6>
<p class="card-text">MsSQL, PostgreSQL, MySQL, MongoDB</p>
</div>
</div>
</div>
</div>
</div>
</div>
<!--Personal Information-->
<div class="row">
<!--Collapse Contaner for Projects-->
<!--Projects-->
<div class="col-md-4 col-sm-12 animate__animated animate__bounceInUp">
<a
class="btn fld"
data-toggle="collapse"
href="#multiCollapseExample3"
role="button"
aria-expanded="false"
aria-controls="multiCollapseExample3"
>Projects</a
>
<div class="collapse multi-collapse" id="multiCollapseExample3">
<div class="card card-body">
<div class="card incard" style="width: 100%">
<div class="card-body">
<h5 class="card-title">QuizApp</h5>
<p class="card-text">
A responsive web-app for quiz with timer having front end with
VUE-HTML-CSS and and data will be added on google-sheet and
using its API data will be provided to front end in JSON
format. Result will be printed according to marks in a
googlesheet
</p>
<a
href="https://github.com/Kash15if/quizapp-vue"
class="btn"
target="_blank"
rel="noopener noreferrer"
>Code</a
>
<a
href="https://quiz.kashif.fail/"
class="btn float-right"
target="_blank"
rel="noopener noreferrer"
>Website Link</a
>
</div>
</div>
<div class="card incard" style="width: 100%">
<div class="card-body">
<h5 class="card-title">Covid-19 tracker</h5>
<p class="card-text">
A responsive web-app made in Vue.js with HTML-CSSBootstrap as
front-end, used library such as Map-box GL, Chart.js also used
Covid19India and covid19 API for real-time data.
</p>
<a
href="https://github.com/Kash15if/covid19status"
class="btn"
target="_blank"
rel="noopener noreferrer"
>Code</a
>
<a
href="https://covid19status.vercel.app/"
class="btn float-right"
target="_blank"
rel="noopener noreferrer"
>Website Link</a
>
</div>
</div>
<a href="https://myprojects.kashif.fail" class="btn float-right"
>More projects <span>↣</span></a
>
</div>
</div>
</div>
<div class="col-md-4 col-sm-12 animate__animated animate__bounceInLeft">
<a
class="btn fld"
data-toggle="collapse"
href="#multiCollapseExample4"
role="button"
aria-expanded="false"
aria-controls="multiCollapseExample4"
>Contact</a
>
<div class="collapse multi-collapse" id="multiCollapseExample4">
<div class="card card-body">
<div class="card incard" style="width: 100%">
<div class="card-body">
<h5 class="card-title">Personal Information</h5>
<p class="card-text">
<i
class="bi bi-house-door-fill"
style="
color: #1a237e;
padding-right: 15px;
padding-left: 5px;
padding-bottom: 10px;
font-size: 22px;
"
></i>
Carmichael hostel, kolkata-09, West Bengal, India.
</p>
<p class="card-text">
<i
class="bi bi-telephone-inbound-fill"
style="
color: #1a237e;
padding-right: 15px;
padding-left: 5px;
padding-bottom: 10px;
font-size: 22px;
"
></i>
9709813874.
</p>
<p class="card-text">
<i
class="bi bi-envelope-fill"
style="
color: #1a237e;
padding-right: 15px;
padding-left: 5px;
padding-bottom: 10px;
font-size: 22px;
"
></i
>kash151if@gmail.com, kash15if@yahoo.com.
</p>
</div>
</div>
<!--Coding links-->
<div class="card incard" style="width: 100%">
<div class="card-body">
<h5 class="card-title">Coding Links</h5>
<a
href="https://auth.geeksforgeeks.org/user/kash15if/practice/"
target="_blank"
rel="noopener noreferrer"
class="btn"
style="width: 45%; margin: 5px"
>gfg</a
>
<a
href="https://leetcode.com/Kash15if/"
target="_blank"
rel="noopener noreferrer"
class="btn"
style="width: 45%; margin: 5px"
>LeetCode</a
>
<a
href="https://www.hackerearth.com/@Kash15if"
target="_blank"
rel="noopener noreferrer"
class="btn"
style="width: 45%; margin: 5px"
>HackerEarth</a
>
<a
href="https://github.com/Kash15if"
target="_blank"
rel="noopener noreferrer"
class="btn"
style="width: 45%; margin: 5px"
>Github</a
>
</div>
</div>
</div>
</div>
</div>
<!--CV download link-->
<div class="col-md-4 col-sm-12 animate__animated animate__bounceInRight">
<a
class="btn fld"
href="https://firebasestorage.googleapis.com/v0/b/resume-9d375.appspot.com/o/CV_Kashif_Ahmad-2.pdf?alt=media&token=0cdbe303-9fcc-468d-b01f-da86c4b344e1"
target="_blank"
rel="noopener noreferrer"
>
Resume ↓
</a>
</div>
</div>
<!-- Optional JavaScript; choose one of the two! -->
<!-- Option 1: jQuery and Bootstrap Bundle (includes Popper) -->
<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/bootstrap@4.5.3/dist/js/bootstrap.bundle.min.js"
integrity="sha384-ho+j7jyWK8fNQe+A12Hb8AhRq26LrZ/JpcUGGOn+Y7RsweNrtN/tE3MoK7ZeZDyx"
crossorigin="anonymous"
></script>
<!-- Option 2: jQuery, Popper.js, and Bootstrap JS
<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://cdn.jsdelivr.net/npm/bootstrap@4.5.3/dist/js/bootstrap.min.js" integrity="sha384-w1Q4orYjBQndcko6MimVbzY0tgp4pWB4lZ7lr30WKz0vr/aWKhXdBNmNb5D92v7s" crossorigin="anonymous"></script>
-->
</body>
</html>