-
Notifications
You must be signed in to change notification settings - Fork 0
/
data.json
120 lines (120 loc) · 4.54 KB
/
data.json
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
{
"FirstName": "Harsh",
"MiddleName": "Vardhan",
"LastName": "Raj",
"devDesc": "Engineer | Programmer | Developer | Learner ",
"icons": [
{
"id": 0,
"image": "fa-github",
"url": "https://github.com/rajharsh81070",
"style": "socialicons"
},
{
"id": 1,
"image": "fa-linkedin",
"url": "https://www.linkedin.com/in/harsh-raj-930427164/",
"style": "socialicons"
}
],
"aboutHeading": "About Me",
"aboutDescription": "Hello, I'm a Computer Science Engineer from TMSL, Kolkata working at Dream 11 as a Software Engineer. I like to learn new technologies and explore different fields and I'm always ready to hone my skills. I love to solve real life problems using my skills . I'm enthusiastic coder with hands-on experience on different development projects.",
"aboutExperience": "Experience",
"experiences": [
{
"title": "Software Engineer",
"company": "Dream 11",
"date": "02/2022 - Present",
"id": 1,
"details": [
"Developed dream11 web to serve various use cases of dream11 partners like ICC, WPL, IPL, and PhonePe",
"Developed the mini scorecard and winning breakup feature for multi-match fantasy in the Dream11 app",
"Developed Dream11’s tech branding website and its content management system (CMS)",
"Analysed and improved the performance ofreact project by 35-40%",
"Built a micro front-end application in react to serve various data platforms",
"Developed and drove the project from development to production",
"Developed the UI for cataloging all the events",
"Developed GraphQl queries for data platform",
"Developed the UI for PII decryption tool",
"Collaborated and improved the hiring and on-boarding process",
"Tech Stack :- ReactJs, React Native, Next.js, decap-cms, TypeScript, tailwind, GraphQL, AWS"
]
},
{
"title": "Platform Engineer",
"company": "Paysafe Group",
"date": "11/2020 - 02/2022",
"id": 0,
"details": [
"Designed and developed UI to support multiple wallet types",
"Implemented several features like bulk create, bulk edit etc.",
"Migrated the application from angular 2 to 8.",
"Automated the end to end non compliance billing process."
]
}
],
"projectsArray": [
{
"id": 0,
"name": "News-Time",
"description": "News-Time - a news aggregator app developed over News API.",
"github_url": "https://github.com/rajharsh81070/News-Time",
"live_demo": "https://news-time-daily.herokuapp.com/",
"technologies": [
"React",
"Node.js",
"Express",
"Material-UI",
"Cloudinary",
"Mongo Atlas",
"NewsApi"
]
},
{
"id": 1,
"name": "Casting Agency",
"description": "RESTful API implemented for managing movies and actors for a casting agency.",
"github_url": "https://github.com/rajharsh81070/Casting-Agency",
"live_demo": "https://harsh-casting-agency.herokuapp.com/",
"technologies": ["Flask", "Auth0", "PostgresSQL", "Heroku", "JWT"]
},
{
"id": 2,
"name": "Go-World",
"description": "Social Media application for like minded people where user can create group with like-minded people.",
"github_url": "https://github.com/samsthithi/go-world-client",
"live_demo": "https://github.com/samsthithi/go-world-client",
"technologies": ["React", "Flask", "JWT", "PostgresSQL", "Axios"]
},
{
"id": 3,
"name": "Travel Planner",
"description": "App will record a trip starting date with the weather status & an image of the location which you intend to go.",
"github_url": "https://github.com/rajharsh81070/Travel-Planner-App",
"live_demo": "https://hvr-travel-planner-app.netlify.app/",
"technologies": [
"HTML",
"CSS",
"JavaScript",
"Webpack",
"Babel",
"Node.js"
]
}
],
"certificationsHeading": "Certificates",
"certificationsArray": [
{
"id": 0,
"confirm_url": "https://confirm.udacity.com/HMSACMVN",
"name": "Udacity-FSND"
},
{
"id": 1,
"confirm_url": "https://www.codechef.com/certificates/public/b5136b6",
"name": "Codechef-CCDSAP"
}
],
"footer": "I'm actively looking for full-time Software Engineering opportunities! If you know of any available positions, if you have any questions, or if you just want to say hi, please feel free to email me at",
"email": "[email protected]"
}