Skip to content

Commit 7868958

Browse files
ashutosh1919ashutoshhathidara
andauthored
Updated with latest information, compatible with node v20 (ashutosh1919#354)
* Updated with latest information Change-Id: I971c13a18a7ba3fd007c9696e4b5808bdf04bcbf * Resolving errors Change-Id: Ifa21e362955a8aa4490034b98c1201dd61f49df3 * Fixing CI errors Change-Id: If248a488e6a7c74791f241483b26ff176f0095a3 * Fixing CI errors Change-Id: I92efacf15d41f5c57c42df1160e2119bade249b5 * Adding new node version config Change-Id: I4f9f248041b827a0daa9784a37c24f6eac6c524c * Updated build script command Change-Id: I5e9f6f00f6ca85e62620c08dc19175507c28fd74 * CI only on 20.x Change-Id: I62b638550c92ddf0716873f3d8713b3313e773b8 * Undoing Change-Id: I7c7244df59a3cf5cb637d335cc59fe3b76bdf1e1 * Removing unused deps Change-Id: I15b4fb9be5022ef3c20b6db4bd4c76f3e2a5e62d * Clean cache Change-Id: I85be593f4680df27d2f2626b6541ff26b73625ab * node v20 Change-Id: I9e1b84035b1994a239316044bce50bb453e74850 * dummy commit Change-Id: I24e8ad1210831ba0c1741ef8b504cc9388903cd8 * Updated doc Change-Id: Ic3aeb1ad067751767a26ed6778d47af60609b728 --------- Co-authored-by: ashutoshhathidara <[email protected]>
1 parent 8a2e41a commit 7868958

File tree

8 files changed

+18407
-11638
lines changed

8 files changed

+18407
-11638
lines changed

.github/workflows/nodejs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818

1919
strategy:
2020
matrix:
21-
node-version: [10.x, 12.x]
21+
node-version: [20.x]
2222

2323
steps:
2424
- uses: actions/checkout@v2

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@
77

88
<p align="center">
99
<a href="http://hits.dwyl.com/ashutosh1919/masterPortfolio"><img alt="HitCounts" src="http://hits.dwyl.com/ashutosh1919/masterPortfolio.svg" /></a>
10-
<a href="https://nodejs.org/en/blog/release/v12.13.0/"><img alt="NodeJS" src="https://img.shields.io/badge/node-12.14.1-important?style=flat-square" /></a>
11-
<a href="https://www.npmjs.com/package/npm/v/6.13.4"><img alt="NPM" src="https://img.shields.io/badge/npm-6.13.7-blueviolet?style=flat-square" /></a>
10+
<a href="https://nodejs.org/en/blog/release/v20.11.1"><img alt="NodeJS" src="https://img.shields.io/badge/node-20.11.1-important?style=flat-square" /></a>
11+
<a href="https://www.npmjs.com/package/npm/v/10.2.4"><img alt="NPM" src="https://img.shields.io/badge/npm-10.2.4-blueviolet?style=flat-square" /></a>
1212
<a href="https://reactjs.org/"><img alt="Made With React" src="https://img.shields.io/badge/made%20with-react-61DAFB?style=flat-square" /></a>
1313
<a href="https://join.slack.com/t/masterportfolio/shared_invite/zt-g772n1fo-Ns4usanURF8jVb8wk2lRAA"><img alt="Join Slack Channel For Support" src="https://img.shields.io/badge/slack-masterPortfolio-yellow.svg?logo=slack?style=flat-square" /></a>
1414
<a href="https://github.com/prettier/prettier"><img alt="code style: prettier" src="https://img.shields.io/badge/code_style-prettier-ff69b4.svg?style=flat-square?style=flat-square" /></a>

package-lock.json

Lines changed: 18181 additions & 11526 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 3 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,28 +1,23 @@
11
{
22
"private": true,
33
"name": "masterPortfolio",
4-
"homepage": ".",
54
"version": "0.1.0",
5+
"homepage": ".",
66
"scripts": {
7-
"build": "react-scripts build",
7+
"build": "react-scripts --openssl-legacy-provider build",
88
"predeploy": "npm run build",
99
"deploy": "gh-pages -b gh-pages -d build",
1010
"eject": "react-scripts eject",
11-
"start": "react-scripts start",
11+
"start": "react-scripts --openssl-legacy-provider start",
1212
"test": "react-scripts test"
1313
},
1414
"dependencies": {
15-
"@apollo/react-hooks": "^3.1.3",
1615
"apollo-boost": "^0.4.4",
1716
"baseui": "^9.65.3",
18-
"bootstrap": "^4.4.1",
1917
"chart.js": "^2.9.3",
20-
"fs": "0.0.1-security",
2118
"gh-pages": "^2.1.1",
22-
"graphql": "^14.5.8",
2319
"node-fetch": "^2.6.0",
2420
"prettier-package-json": "^2.1.3",
25-
"radium": "^0.26.0",
2621
"react": "^16.10.2",
2722
"react-bootstrap": "^1.0.0-beta.16",
2823
"react-chartjs-2": "^2.9.0",
@@ -31,14 +26,11 @@
3126
"react-reveal": "^1.2.2",
3227
"react-router-dom": "^5.1.2",
3328
"react-scripts": "3.2.0",
34-
"react-spring": "^8.0.27",
3529
"styled-components": "^5.1.1",
3630
"styletron-engine-atomic": "^1.4.6",
3731
"styletron-react": "^5.2.7"
3832
},
3933
"devDependencies": {
40-
"@iconify/icons-logos": "^1.0.9",
41-
"@iconify/react": "^1.1.1",
4234
"dotenv": "^6.2.0",
4335
"husky": "^4.2.5",
4436
"lint-staged": "^10.2.11",

src/portfolio.js

Lines changed: 37 additions & 47 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ const greeting = {
2525
subTitle:
2626
"A passionate individual who always thrives to work on end to end products which develop sustainable and scalable social and technical systems to create impact.",
2727
resumeLink:
28-
"https://drive.google.com/file/d/%3Cspan%20class="x x-first x-last">1FL_wydnPF2SWCdw2goYAgZ1KKBx8TpcD/view?usp=sharing",
28+
"https://drive.google.com/file/d/%3Cspan%20class="x x-first x-last">1bXRknv_h-XI_3CQ3SGPteGODtvEb7YvI/view?usp=sharing",
2929
portfolio_repository: "https://github.com/ashutosh1919/masterPortfolio",
3030
githubProfile: "https://github.com/ashutosh1919",
3131
};
@@ -178,7 +178,7 @@ const skills = {
178178
},
179179
{
180180
skillName: "NodeJS",
181-
fontAwesomeClassname: "simple-icons:node-dot-js",
181+
fontAwesomeClassname: "devicon-plain:nodejs-wordmark",
182182
style: {
183183
color: "#339933",
184184
},
@@ -533,6 +533,17 @@ const experience = {
533533
title: "Work",
534534
work: true,
535535
experiences: [
536+
{
537+
title: "Machine Learning Engineer",
538+
company: "TikTok Inc.",
539+
company_url: "https://www.tiktok.com/en/",
540+
logo_path: "tiktok_logo.png",
541+
duration: "June 2023 - Present",
542+
location: "San Jose, CA, USA",
543+
description:
544+
"Improving ads ranking models on the core TikTok product. Experience working on modeling two-tower architectures like DeepFM, Wide & deep learning, etc. Working on Large Language Models (LLM) pretraining and Large Multi-modal Model (LMM) finetuning strategies.",
545+
color: "#000000",
546+
},
536547
{
537548
title: "Associate AI Engineer",
538549
company: "Legato Health Technology",
@@ -681,52 +692,32 @@ const projectsHeader = {
681692

682693
const publicationsHeader = {
683694
title: "Publications",
684-
description:
685-
"I have worked on and published a few research papers and publications of my own.",
695+
description: "Some of my published Articles, Blogs and Research.",
686696
avatar_image_path: "projects_image.svg",
687697
};
688698

689699
const publications = {
690700
data: [
691701
{
692-
id: "MDEwOlJlcG9zaXRvcnkyNDU0NjcyNzQ=",
693-
name: "Artificial Intelligence Paper",
694-
createdAt: "2020-03-06T16:26:54Z",
695-
description: "Paper Written on Artificial Intelligence published in xyz ",
696-
url:
697-
"https://www.andrewng.org/publications/building-high-level-features-using-large-scale-unsupervised-learning/",
698-
},
699-
{
700-
id: "MDEwOlJlcG9zaXRvcnkyNDU0NjcyNzi=",
701-
name: "Artificial Intelligence Paper",
702-
createdAt: "2020-03-06T16:26:54Z",
703-
description: "Paper Written on Artificial Intelligence published in xyz ",
704-
url:
705-
"https://www.andrewng.org/publications/building-high-level-features-using-large-scale-unsupervised-learning/",
702+
id: "neuro-symbolic-sudoku-solver",
703+
name: "Neuro-Symbolic Sudoku Solver",
704+
createdAt: "2023-07-02T00:00:00Z",
705+
description: "Paper published in KDD KiML 2023",
706+
url: "https://arxiv.org/abs/2307.00653",
706707
},
707708
{
708-
id: "MDEwOlJlcG9zaXRvcnkyNDU0NjcyNze=",
709-
name: "Artificial Intelligence Paper",
710-
createdAt: "2020-03-06T16:26:54Z",
711-
description: "Paper Written on Artificial Intelligence published in xyz ",
712-
url:
713-
"https://www.andrewng.org/publications/building-high-level-features-using-large-scale-unsupervised-learning/",
709+
id: "mdp-diffusion",
710+
name: "MDP-Diffusion",
711+
createdAt: "2023-09-19T00:00:00Z",
712+
description: "Blog published in Paperspace",
713+
url: "https://blog.paperspace.com/mdp-diffusion/",
714714
},
715715
{
716-
id: "MDEwOlJlcG9zaXRvcnkyNDU0NjcyNzt=",
717-
name: "Artificial Intelligence Paper",
718-
createdAt: "2020-03-06T16:26:54Z",
719-
description: "Paper Written on Artificial Intelligence published in xyz ",
720-
url:
721-
"https://www.andrewng.org/publications/building-high-level-features-using-large-scale-unsupervised-learning/",
722-
},
723-
{
724-
id: "MDEwOlJlcG9zaXRvcnkyNDU0NjcyNzb=",
725-
name: "Artificial Intelligence Paper",
726-
createdAt: "2020-03-06T16:26:54Z",
727-
description: "Paper Written on Artificial Intelligence published in xyz ",
728-
url:
729-
"https://www.andrewng.org/publications/building-high-level-features-using-large-scale-unsupervised-learning/",
716+
id: "consistency-models",
717+
name: "Consistency Models",
718+
createdAt: "2023-10-12T00:00:00Z",
719+
description: "Blog published in Paperspace",
720+
url: "https://blog.paperspace.com/consistency-models/",
730721
},
731722
],
732723
};
@@ -742,21 +733,20 @@ const contactPageData = {
742733
blogSection: {
743734
title: "Blogs",
744735
subtitle:
745-
"For individual fundamental empowerment, I like to write powerful lessons that create impact on each of the reader individually to change the core of their character.",
736+
"I like to document some of my experiences in professional career journey as well as some technical knowledge sharing.",
746737
link: "https://blogs.ashutoshhathidara.com/",
747738
avatar_image_path: "blogs_image.svg",
748739
},
749740
addressSection: {
750741
title: "Address",
751-
subtitle:
752-
"Ambavadi vas, Kanodar, T.A.-Palanpur, Dist.-Banaskantha, Gujarat - 385520",
753-
locality: "Kanodar",
754-
country: "IN",
755-
region: "Gujarat",
756-
postalCode: "385520",
757-
streetAddress: "Ambavadi vas",
742+
subtitle: "Saratoga Ave, San Jose, CA, USA 95129",
743+
locality: "San Jose",
744+
country: "USA",
745+
region: "California",
746+
postalCode: "95129",
747+
streetAddress: "Saratoga Avenue",
758748
avatar_image_path: "address_image.svg",
759-
location_map_link: "https://goo.gl/%3Cspan%20class="x x-first x-last">maps/MpMqtRZytFchMkZ76",
749+
location_map_link: "https://maps.app.goo.gl/NvYZqa34Wye4tpS17",
760750
},
761751
phoneSection: {
762752
title: "",

src/shared/opensource/issues.json

Lines changed: 48 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,33 @@
11
{
2-
"closed": 47,
2+
"closed": 51,
33
"data": [
44
{
5-
"id": "I_kwDOAffHH85M2vjV",
5+
"id": "I_kwDOJPVIV85h7zXb",
6+
"closed": true,
7+
"title": "Gradio demo for context-cluster",
8+
"createdAt": "2023-03-28T01:43:37Z",
9+
"url": "https://github.com/ashutosh1919/context-cluster-pytorch/issues/1",
10+
"number": 1,
11+
"assignees": {
12+
"nodes": []
13+
},
14+
"repository": {
15+
"name": "context-cluster-pytorch",
16+
"url": "https://github.com/ashutosh1919/context-cluster-pytorch",
17+
"owner": {
18+
"login": "ashutosh1919",
19+
"avatarUrl": "https://avatars.githubusercontent.com/u/20843596?u=6deb5872cde2e3ab5bf5d48ece503bc8b5b0bcf6&v=4",
20+
"url": "https://github.com/ashutosh1919"
21+
}
22+
}
23+
},
24+
{
25+
"id": "I_kwDOKO8qTs5xzjRf",
626
"closed": false,
727
"title": "Class-Balanced Loss based on Effectivene number of examples",
828
"createdAt": "2022-06-30T00:02:58Z",
9-
"url": "https://github.com/keras-team/keras/issues/16735",
10-
"number": 16735,
29+
"url": "https://github.com/keras-team/tf-keras/issues/538",
30+
"number": 538,
1131
"assignees": {
1232
"nodes": [
1333
{
@@ -17,14 +37,14 @@
1737
},
1838
{
1939
"avatarUrl": "https://avatars.githubusercontent.com/u/78194266?u=1270684640732eaea36ac2d1725160fec0747089&v=4",
20-
"name": "divyasreepat",
40+
"name": "Divyashree Sreepathihalli",
2141
"url": "https://github.com/divyashreepathihalli"
2242
}
2343
]
2444
},
2545
"repository": {
26-
"name": "keras",
27-
"url": "https://github.com/keras-team/keras",
46+
"name": "tf-keras",
47+
"url": "https://github.com/keras-team/tf-keras",
2848
"owner": {
2949
"login": "keras-team",
3050
"avatarUrl": "https://avatars.githubusercontent.com/u/34455048?v=4",
@@ -54,7 +74,7 @@
5474
},
5575
{
5676
"id": "I_kwDOCX3y2s5Mx1Ch",
57-
"closed": false,
77+
"closed": true,
5878
"title": "Class-Balanced Loss Based on Effective Number of Samples",
5979
"createdAt": "2022-06-29T03:39:00Z",
6080
"url": "https://github.com/tensorflow/addons/issues/2732",
@@ -133,7 +153,7 @@
133153
"assignees": {
134154
"nodes": [
135155
{
136-
"avatarUrl": "https://avatars.githubusercontent.com/u/59080942?u=8d4b1d68ae9b8ceb7ba7d2ac3b1e4f533b852746&v=4",
156+
"avatarUrl": "https://avatars.githubusercontent.com/u/59080942?u=4b2f4f8a2ba229445c92d5bcccda64c7a887df74&v=4",
137157
"name": "Sachin Chaurasiya",
138158
"url": "https://github.com/Sachin-chaurasiya"
139159
}
@@ -693,12 +713,12 @@
693713
"assignees": {
694714
"nodes": [
695715
{
696-
"avatarUrl": "https://avatars.githubusercontent.com/u/323199?u=dd45e7615e210711761056afbfc44c8679d87a87&v=4",
716+
"avatarUrl": "https://avatars.githubusercontent.com/u/323199?u=3606bf51cc6bc14acbb068eb4ae4eacc96083bed&v=4",
697717
"name": "Mihai Maruseac",
698718
"url": "https://github.com/mihaimaruseac"
699719
},
700720
{
701-
"avatarUrl": "https://avatars.githubusercontent.com/u/42785357?u=8de0ad6ebb979a4ecd4fa0e1c455bf4f3d70d92a&v=4",
721+
"avatarUrl": "https://avatars.githubusercontent.com/u/42785357?u=c4fe495e25d054662eadf0964f652122b81e5aff&v=4",
702722
"name": "Yasir Modak",
703723
"url": "https://github.com/ymodak"
704724
}
@@ -724,7 +744,7 @@
724744
"assignees": {
725745
"nodes": [
726746
{
727-
"avatarUrl": "https://avatars.githubusercontent.com/u/42785357?u=8de0ad6ebb979a4ecd4fa0e1c455bf4f3d70d92a&v=4",
747+
"avatarUrl": "https://avatars.githubusercontent.com/u/42785357?u=c4fe495e25d054662eadf0964f652122b81e5aff&v=4",
728748
"name": "Yasir Modak",
729749
"url": "https://github.com/ymodak"
730750
}
@@ -765,18 +785,18 @@
765785
"closed": true,
766786
"title": "Pretrained models not available",
767787
"createdAt": "2020-09-02T12:15:36Z",
768-
"url": "https://github.com/lordmartian/deep_avsr/issues/8",
788+
"url": "https://github.com/smeetrs/deep_avsr/issues/8",
769789
"number": 8,
770790
"assignees": {
771791
"nodes": []
772792
},
773793
"repository": {
774794
"name": "deep_avsr",
775-
"url": "https://github.com/lordmartian/deep_avsr",
795+
"url": "https://github.com/smeetrs/deep_avsr",
776796
"owner": {
777-
"login": "lordmartian",
778-
"avatarUrl": "https://avatars.githubusercontent.com/u/29375430?u=ac19cef18259e07f6e5c325dde3013dc15b83c00&v=4",
779-
"url": "https://github.com/lordmartian"
797+
"login": "smeetrs",
798+
"avatarUrl": "https://avatars.githubusercontent.com/u/29375430?v=4",
799+
"url": "https://github.com/smeetrs"
780800
}
781801
}
782802
},
@@ -802,13 +822,19 @@
802822
},
803823
{
804824
"id": "MDU6SXNzdWU2NzMyOTg0MDk=",
805-
"closed": false,
825+
"closed": true,
806826
"title": "Need modification in experience cards.",
807827
"createdAt": "2020-08-05T06:49:09Z",
808828
"url": "https://github.com/ashutosh1919/masterPortfolio/issues/58",
809829
"number": 58,
810830
"assignees": {
811-
"nodes": []
831+
"nodes": [
832+
{
833+
"avatarUrl": "https://avatars.githubusercontent.com/u/87069619?u=b5a468eb6b520b71f6cdc0f0d94f2f1f1a33123f&v=4",
834+
"name": "Vyom Rana",
835+
"url": "https://github.com/Vyomrana02"
836+
}
837+
]
812838
},
813839
"repository": {
814840
"name": "masterPortfolio",
@@ -1000,7 +1026,7 @@
10001026
},
10011027
{
10021028
"id": "MDU6SXNzdWU1OTgyNTg0MTQ=",
1003-
"closed": false,
1029+
"closed": true,
10041030
"title": "Need of flexible loss function GeneralLoss which can change behavior based on params",
10051031
"createdAt": "2020-04-11T12:41:54Z",
10061032
"url": "https://github.com/tensorflow/addons/issues/1646",
@@ -1303,6 +1329,6 @@
13031329
}
13041330
}
13051331
],
1306-
"open": 11,
1307-
"totalCount": 58
1332+
"open": 8,
1333+
"totalCount": 59
13081334
}

0 commit comments

Comments
 (0)