-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
509 lines (499 loc) · 25.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
<!DOCTYPE html>
<html lang="en">
<head>
<title>Shubham Yadav</title>
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.jpg" />
<link rel="icon" type="image/jpg" sizes="32x32" href="/favicon-32x32.jpg" />
<link rel="icon" type="image/jpg" sizes="16x16" href="/favicon-16x16.jpg" />
<link rel="manifest" href="/site.webmanifest" />
<link rel="mask-icon" href="/safari-pinned-tab.svg" color="#5bbad5" />
<!-- Required meta tags -->
<meta name="msapplication-TileColor" content="#da532c" />
<meta name="theme-color" content="#ffffff" />
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
<meta name="author" content="Shubham Yadav" />
<meta name="keywords"
content="SDE-1, abesit ghaziabd, subhamyadav580, shubhamyadav, shubham, shubham yadav, abesit, engineer, deep learning, neural networks, machine learning, sih2020, sih, trademo, talentcruz, TalentCruz, Backend Developer, web developer" />
<meta name="description"
content="Shubham Yadav is a SDE - I (Backend) at Trademo. He is a Machine Learning Enthusiast. He was also the finalist in SIH 2020." />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta property="og:title" content="Shubham Yadav" />
<meta name="image" property="og:image" content="https://subhamyadav580.github.io/assets/images/profile.jpg" />
<meta name="author" content="Shubham Yadav" />
<meta property="og:description"
content="Shubham Yadav is a SDE - I (Backend) at Trademo. He is a Machine Learning Enthusiast. He was also the finalist in SIH 2020." />
<meta property="og:url" content="https://subhamyadav580.github.io/" />
<meta property="og:type" content="website" />
<meta property="og:url" content="https://subhamyadav580.github.io/" />
<meta property="og:title" content="Shubham Yadav" />
<meta name="description"
content="Shubham Yadav is a SDE - I (Backend) at Trademo. He is a Machine Learning Enthusiast. He was also the finalist in SIH 2020." />
<meta property="og:image" content="https://subhamyadav580.github.io/assets/images/profile.jpg" />
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:domain" value="subhamyadav580.github.io" />
<meta name="twitter:title" value="Shubham Yadav" />
<meta name="description"
content="Shubham Yadav is a SDE - I (Backend) at Trademo. He is a Machine Learning Enthusiast. He was also the finalist in SIH 2020." />
<meta name="twitter:image" content="https://subhamyadav580.github.io/assets/images/profile.jpg" />
<meta name="twitter:url" value="https://subhamyadav580.github.io/" />
<meta name="twitter:label1" value="Bachelor Student" />
<meta name="twitter:data1" value="ABESIT" />
<!-- Bootstrap CSS -->
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/css/bootstrap.min.css"
integrity="sha384-ggOyR0iXCbMQv3Xipma34MD+dH/1fQ784/j6cY/iJTQUOhcWr7x9JvoRxT2MZw1T" crossorigin="anonymous" />
<!-- bootstrap font css -->
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css" />
<!-- font css -->
<link href="https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700,800,900" rel="stylesheet" />
<!-- local css -->
<link rel="stylesheet" href="assets/css/style.css" />
<script type="application/ld+json">
{
"@context": "http://schema.org",
"@type": "Person",
"name": "Shubham Yadav",
"url": "https://subhamyadav580.github.io/",
"sameAs": [
"https://www.facebook.com/profile.php?id=100010615698045",
"https://www.linkedin.com/in/shubham-yadav-5b3883192/",
"https://twitter.com/Shubham43262408",
"https://github.com/subhamyadav580"
]
}
</script>
</head>
<body>
<nav class="navbar fixed-top navbar-expand-sm navbar-light bg-light">
<div class="container">
<a class="navbar-brand" href="#">Shubham Yadav<span class="sr-only">(current)</span></a>
<button class="navbar-toggler d-lg-none" type="button" data-toggle="collapse" data-target="#collapsibleNavId"
aria-controls="collapsibleNavId" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="collapsibleNavId">
<ul class="navbar-nav mr-auto mt-2 mt-lg-0">
<li class="nav-item active">
<a class="nav-link" target="_blank" href="https://github.com/subhamyadav580">Github</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#about">About</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#experience">Experience</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#educations">Education</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#projects">Projects</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#contact">Contact</a>
</li>
<li class="nav-item">
<a href="resume/Resume.pdf" class="nav-link" target="_blank">Resume</a>
</li>
</ul>
</div>
</div>
</nav>
<div class="container" style="margin-top: 80px">
<div id="about">
<h2>About Me</h2>
<hr />
<div class="row">
<div class="col-sm-4">
<img src="assets/images/profile.jpg" alt="profile image of shubham yadav" style="width: 100%" />
</div>
<div class="col-sm-8">
<ul class="content">
<li>
I'm Shubham Yadav a software engineer and I'm also a Machine Learning Enthusiast.
</li>
<li>I'm currently working as Software Developer (Backend) at <a href="https://www.trademo.com/" target="_blank">Trademo</a>.</li>
<li>
I have done my graduation in Computer Science and Engineering, from ABESIT Ghaziabd.
</li>
<li>
Important links:
<a href="mailto:subhamyadav580@gmail.com" target="_blank"><span class="fa fa-envelope fa-lg mr-1"></span>
Email</a>
<a href="https://github.com/subhamyadav580" target="_blank" class="pl-2"><span
class="fa fa-github fa-lg mr-1" style="color: #333"></span>Github</a>
<a href="https://twitter.com/Shubham43262408" target="_blank" class="pl-2"><span
class="fa fa-twitter fa-lg mr-1" style="color: #1da1f2"></span>
Twitter</a>
<a href="https://www.linkedin.com/in/shubham-yadav-5b3883192/" target="_blank" class="pl-2"><span
class="fa fa-linkedin fa-lg mr-1" style="color: #0e76a8"></span>Linkedin</a>
<!-- <a href="https://yadavshubham.medium.com/" target="_blank" class="pl-2"><span
class="fa fa-medium fa-lg mr-1" style="color: black"></span>Medium</a> -->
</li>
</ul>
</div>
</div>
</div>
<div id="experience" style="margin-top: 50px">
<h2>Experience</h2>
<hr />
<ul>
<li>
<div class="row">
<div class="col-sm-9">
<h3 class="content_heading">
Software Developer (Backend)
<a href="https://www.trademo.com/" style="color: black; text-decoration: underline" target="_blank">Trademo</a>
</h3>
<p class="content">
<!-- Responsible for creating Spiders for different websites using Scarpy and Selenium and performing data processing on collected data.
and, adding the processed data on the Mongo database. Also, writing data mapping scripts. -->
</p>
</div>
<div class="col-sm-3" align="center">
<img src="assets/images/trademo.jpeg" alt="logo of talentcruz" style="width: 100px" />
<p>(June 2022 - Present)</p>
</div>
</div>
</li>
<li>
<div class="row">
<div class="col-sm-9">
<h3 class="content_heading">
Python Developer
<a href="https://www.redfynd.com/" style="color: black; text-decoration: underline" target="_blank">Artyvis Technologies Pvt. Ltd</a>
</h3>
<p class="content">
Responsible for creating Spiders for different websites using Scarpy and Selenium and performing data processing on collected data.
and, adding the processed data on the Mongo database. Also, writing data mapping scripts.
</p>
</div>
<div class="col-sm-3" align="center">
<img src="assets/images/artyvis.jpeg" alt="logo of talentcruz" style="width: 100px" />
<p>(Decemebr 2021 - March 2022)</p>
</div>
</div>
</li>
<li>
<div class="row">
<div class="col-sm-9">
<h3 class="content_heading">
Data Analyst Intern at
<a href="#" style="color: black; text-decoration: underline" target="_blank">Indian Equity Markets</a>
</h3>
<p class="content">
Responsible Maintaining or Creating Python-based web scrapper using Selenium,
and Data Cleaning and Analysis on the generated data.
Also, Created a code automation using AWS Lambda, AWS ECR and S3 Storage.
</p>
</div>
<div class="col-sm-3" align="center">
<img src="assets/images/equityMarkets.png" alt="logo of talentcruz" style="width: 100px" />
<p>(July 2021 - October 2021)</p>
</div>
</div>
</li>
<li>
<div class="row">
<div class="col-sm-9">
<h3 class="content_heading">
Data Engineering Intern at
<a href="https://www.skillcounty.com/" style="color: black; text-decoration: underline"
target="_blank">S759Labs Technology LLP</a>
</h3>
<p class="content">
Responsible for Analyzing and organizing raw data and build
data systems and pipelines. Evaluate business needs and
objectives and interpret trends and patterns. Conduct complex
data analysis and report on results.
</p>
</div>
<div class="col-sm-3" align="center">
<img src="assets/images/skillcounty.png" alt="logo of talentcruz" style="width: 100px" />
<p>(March 2021 - May 2021)</p>
</div>
</div>
</li>
<li>
<div class="row">
<div class="col-sm-9">
<h3 class="content_heading">
Backend Developer Intern at
<a href="https://www.talentcruz.com/" style="color: black; text-decoration: underline"
target="_blank">TalentCruz</a>
</h3>
<p class="content">
Responsible for development of company's web application,
responsible for server-side web application logic as well as
the integration of the front-end part and Developing ideas for
new programs, products, or features by monitoring industry
developments and trends.
</p>
</div>
<div class="col-sm-3" align="center">
<img src="assets/images/talentcruz.jpg" alt="logo of talentcruz" style="width: 100px" />
<p>(July 2020 - October 2020)</p>
</div>
</div>
</li>
</ul>
</div>
<div id="educations">
<h2>Educations Qualifications</h2>
<hr />
<ul>
<li>
<div class="row">
<div class="col-sm-9">
<h3>
Bachelor of Technology in Computer Science and Engineering
</h3>
<h4 class="content_heading">
ABES Institute of Technology, Ghaziabad
</h4>
<p class="content">Aggregate of 75.2%</p>
</div>
<div class="col-sm-3" align="center">
<img src="assets/images/college.jpg" alt="logo of abesit ghaziabd" style="width: 100px" />
<p>(August 2018 - June 2022)</p>
</div>
</div>
</li>
</ul>
</div>
<div id="projects">
<h2>Projects</h2>
<hr />
<ul>
<div class="row">
<li>
<div class="col-sm-12">
<h4>Saksham Kisan</h4>
<!-- <a class="github-button" href="https://github.com/rahul18pandey/NC_GEU_MK100_MUSKETEERS/fork"
data-icon="octicon-repo-forked" data-show-count="false"
aria-label="Fork rahul18pandey/NC_GEU_MK100_MUSKETEERS on GitHub">Fork</a> -->
<!-- Place this tag where you want the button to render. -->
<!-- <a class="github-button" href="https://github.com/rahul18pandey/NC_GEU_MK100_MUSKETEERS"
data-icon="octicon-star" data-show-count="false"
aria-label="Star rahul18pandey/NC_GEU_MK100_MUSKETEERS on GitHub">Star</a> -->
<p>
A web and mobile-based platform where a farmer can get a one-stop solution for all his needs. Facilities
like
selling crops via auction, buying fertilizers and irrigation products etc. This project was for SIH
2020(Software Edition).
</p>
</div>
</li>
<li>
<div class="col-sm-12">
<h4>Quiz Application REST APIs</h4>
<!-- <a class="github-button" href="https://github.com/subhamyadav580/QuizApp-REST-API/fork"
data-icon="octicon-repo-forked" data-show-count="false"
aria-label="Fork subhamyadav580/QuizApp-REST-API on GitHub">Fork</a>
<a class="github-button" href="https://github.com/subhamyadav580/QuizApp-REST-API"
data-icon="octicon-star" data-show-count="false"
aria-label="Star subhamyadav580/QuizApp-REST-API on GitHub">Star</a> -->
<p>
In this project I have created an REST API using Django Rest Framework for a quiz application in which
we can create multiple categories of quizzes and can add questions in that Quizzes.
</p>
</div>
</li>
<li>
<div class="col-sm-12">
<h4>Amazon Review’s Prediction</h4>
<!-- <a class="github-button"
href="https://github.com/subhamyadav580/Amazon-Reviews-Predictions-of-Cell-Phones-and-Accessories/fork"
data-icon="octicon-repo-forked" data-show-count="false"
aria-label="Fork subhamyadav580/Amazon-Reviews-Predictions-of-Cell-Phones-and-Accessories on GitHub">Fork</a>
<a class="github-button"
href="https://github.com/subhamyadav580/Amazon-Reviews-Predictions-of-Cell-Phones-and-Accessories"
data-icon="octicon-star" data-show-count="false"
aria-label="Star subhamyadav580/Amazon-Reviews-Predictions-of-Cell-Phones-and-Accessories on GitHub">Star</a> -->
<p>
In this project I have working with a dataset that contains a
5crore sample of data.. By using this dataset I have created
two models Naive Baye’s Classifier and Logistic Regression for
prediction of the review whether the review is helpful for the
users or not.
</p>
</div>
</li>
<li>
<div class="col-sm-12">
<h4>Data Analysis on IPL Dataset</h4>
<!-- <a class="github-button" href="https://github.com/subhamyadav580/Data-Analysis-with-IPL-Dataset/fork"
data-icon="octicon-repo-forked" data-show-count="false"
aria-label="Fork subhamyadav580/Data-Analysis-with-IPL-Dataset on GitHub">Fork</a>
<a class="github-button" href="https://github.com/subhamyadav580/Data-Analysis-with-IPL-Dataset"
data-icon="octicon-star" data-show-count="false"
aria-label="Star subhamyadav580/Data-Analysis-with-IPL-Dataset on GitHub">Star</a> -->
<p>
This Project shows the Data Analysis of the IPL dataset of each
year as per Match and the each ball played by batsman.It also shows
the statistical analysis on different features of the dataset.
It also includes the visualization of the different features.
</p>
</div>
</li>
<li>
<div class="col-sm-12">
<h4>Facebook Bot</h4>
<!-- <a class="github-button" href="https://github.com/subhamyadav580/Facebook_Bot/fork"
data-icon="octicon-repo-forked" data-show-count="false"
aria-label="Fork subhamyadav580/Facebook_Bot on GitHub">Fork</a>
<a class="github-button" href="https://github.com/subhamyadav580/Facebook_Bot" data-icon="octicon-star"
data-show-count="false" aria-label="Star subhamyadav580/Facebook_Bot on GitHub">Star</a> -->
<p>
In this project i have created a bot which can perfom
different actions on the website. It can login, send friend
request, update profile and comment on friends latest
timeline.
</p>
</div>
</li>
<li>
<div class="col-sm-12">
<h4>Breast Cancer Prediction</h4>
<!-- <a class="github-button" href="https://github.com/subhamyadav580/Breast-Cancer-Prediction/fork"
data-icon="octicon-repo-forked" data-show-count="false"
aria-label="Fork subhamyadav580/Breast-Cancer-Prediction on GitHub">Fork</a>
<a class="github-button" href="https://github.com/subhamyadav580/Breast-Cancer-Prediction"
data-icon="octicon-star" data-show-count="false"
aria-label="Star subhamyadav580/Breast-Cancer-Prediction on GitHub">Star</a> -->
<p>
In this project I have created a model which predict whether
the given features of a person having Breast Cancer or not
i.e. malignant or benign. For this model I have used the
classification algorithm called as Random Forest Classifier.
</p>
</div>
</li>
<li>
<div class="col-sm-12">
<h4>Titanic Passenger Survival Prediction</h4>
<!-- <a class="github-button"
href="https://github.com/subhamyadav580/Titanic-Passenger-Survival-Prediction/fork"
data-icon="octicon-repo-forked" data-show-count="false"
aria-label="Fork subhamyadav580/Titanic-Passenger-Survival-Prediction on GitHub">Fork</a>
<a class="github-button" href="https://github.com/subhamyadav580/Titanic-Passenger-Survival-Prediction"
data-icon="octicon-star" data-show-count="false"
aria-label="Star subhamyadav580/Titanic-Passenger-Survival-Prediction on GitHub">Star</a> -->
<p>
In this project we have working with a dataset that contains a
891 sample of training data of and 418 samples of testing
dataset. By using this dataset I have created two models
Decision Tree Classifier and Random Forest Classifier for
prediction of the survival of passengers which were present on
the titanic ship.
</p>
</div>
</li>
<li>
<div class="col-sm-12">
<h4>SMS Spam Classifier</h4>
<!-- <a class="github-button"
href="https://github.com/subhamyadav580/SMS-Spam-Classifier-Using-Different-Machine-Learning-Algorithms/fork"
data-icon="octicon-repo-forked" data-show-count="false"
aria-label="Fork subhamyadav580/SMS-Spam-Classifier-Using-Different-Machine-Learning-Algorithms on GitHub">Fork</a>
<a class="github-button"
href="https://github.com/subhamyadav580/SMS-Spam-Classifier-Using-Different-Machine-Learning-Algorithms"
data-icon="octicon-star" data-show-count="false"
aria-label="Star subhamyadav580/SMS-Spam-Classifier-Using-Different-Machine-Learning-Algorithms on GitHub">Star</a> -->
<p>
In this project I have created a model which tells whether the
giving message is spam (fake message) or ham (real message),
for this I have to created two classification model Logistic
Regression and Naive Bayes.
</p>
</div>
</li>
<li>
<div class="col-sm-12">
<h4>Student Management REST API</h4>
<!-- <a class="github-button" href="https://github.com/subhamyadav580/Student-Management-REST-API/fork"
data-icon="octicon-repo-forked" data-show-count="false"
aria-label="Fork subhamyadav580/Student-Management-REST-API on GitHub">Fork</a>
<a class="github-button" href="https://github.com/subhamyadav580/Student-Management-REST-API"
data-icon="octicon-star" data-show-count="false"
aria-label="Star subhamyadav580/Student-Management-REST-API on GitHub">Star</a> -->
<p>
The Student management project is about the management of the
student data and teachers data which include profile of
student and teachers. It include the student management in
form of REST APIs using Django Rest Framework which can be
used for creating frontend.
</p>
</div>
</li>
<li>
<div class="col-sm-12">
<h4>Blog Application</h4>
<!-- <a class="github-button" href="https://github.com/subhamyadav580/Django_Blog_App/fork"
data-icon="octicon-repo-forked" data-show-count="false"
aria-label="Fork subhamyadav580/Django_Blog_App on GitHub">Fork</a>
<a class="github-button" href="https://github.com/subhamyadav580/Django_Blog_App" data-icon="octicon-star"
data-show-count="false" aria-label="Star subhamyadav580/Django_Blog_App on GitHub">Star</a> -->
<p>
The Blogger app allows you to post, edit, save, and view your
blog posts. This also includes Register, update,authenticate,
delete users,Blog posting (Create, Retrieve, Update, Delete -
CRUD).This project also includesthe REST APIs for the mobile
versions of this application, the APIs is included with JWT
Authentication system.
</p>
</div>
</li>
<li>
<div class="col-sm-12">
<h4>Chat Application</h4>
<!-- <a class="github-button" href="https://github.com/subhamyadav580/Web-Chat-Application/fork"
data-icon="octicon-repo-forked" data-show-count="false"
aria-label="Fork subhamyadav580/Web-Chat-Application on GitHub">Fork</a>
<a class="github-button" href="https://github.com/subhamyadav580/Web-Chat-Application"
data-icon="octicon-star" data-show-count="false"
aria-label="Star subhamyadav580/Web-Chat-Application on GitHub">Star</a> -->
<p>
This project was a part of my SIH 2020 project,
where I have created a chat app using Firebase Real time database.
In this the user can from other person privately and can share files.
</p>
</div>
</li>
</div>
</ul>
</div>
<div id="contact">
<h2>Contacts</h2>
<hr />
<div class="row">
<ul>
<li>
<div class="col-sm-12">
<p>
Primary Email: username -at- domain.com (where username =
subhamyadav580, domain = gmail)
</p>
</div>
</li>
</ul>
</div>
</div>
</div>
<!-- Footer -->
<footer class="page-footer font-small blue">
<!-- Copyright -->
<div class="footer-copyright text-center py-3">© 2022, Shubham Yadav</div>
</footer>
<script src="https://code.jquery.com/jquery-3.3.1.slim.min.js"
integrity="sha384-q8i/X+965DzO0rT7abK41JStQIAqVgRVzpbzo5smXKp4YfRvH+8abtTE1Pi6jizo"
crossorigin="anonymous"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.7/umd/popper.min.js"
integrity="sha384-UO2eT0CpHqdSJQ6hJty5KVphtPhzWj9WO1clHTMGa3JDZwrnQq4sF86dIHNDz0W1"
crossorigin="anonymous"></script>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/js/bootstrap.min.js"
integrity="sha384-JjSmVgyd0p3pXB1rRibZUAYoIIy6OrQ6VrjIEaFf/nJGzIxFDsf4x0xIM+B07jRM"
crossorigin="anonymous"></script>
<script async defer src="https://buttons.github.io/buttons.js"></script>
</body>
</html>