-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathprofile-data-example.json
133 lines (133 loc) · 4.17 KB
/
profile-data-example.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
121
122
123
124
125
126
127
128
129
130
131
132
133
{
"name": "Akash Mondal",
"tagline": "Innovative software developer with a passion for solving complex problems and delivering creative solutions.",
"personal": {
"email": "abcd@gmail.com",
"phone": "(+91) 7xxxxxxxx7",
"github": "github.com/Akash98Sky",
"linkedin": "linkedin.com/in/akash-mondal-se"
},
"languages": [
"English",
"Bengali",
"Hindi"
],
"education": [
{
"degree": "M.E. in Software Engineering (IT)",
"date": "Nov 2020 - Jul 2022",
"institute": "Jadavpur University",
"location": "Kolkata, India",
"score": 8.9
},
{
"degree": "B.Tech in Computer Science and Engineering",
"date": "Aug 2016 - Jun 2020",
"institute": "Techno Main Salt Lake",
"location": "Kolkata, India",
"score": 8.22
}
],
"work": [
{
"company": "Optum",
"position": "TDP Software Engineer",
"date": "July 2022 - Present",
"location": "Bangalore, India",
"description": [
"Placeholder"
]
},
{
"company": "Giva",
"position": "Software Developer Intern",
"date": "Mar 2022 - June 2022",
"location": "Bangalore, India",
"description": [
"Placeholder"
]
},
{
"company": "Monkhub",
"position": "Node.js Developer Intern",
"date": "Aug 2021 - Dec 2021",
"location": "New Delhi, India",
"description": [
"Placeholder"
]
}
],
"projects": [
{
"name": "Society For Heritage, Archaeology & Management",
"type": "x",
"date": "Sep 2020 - Jun 2021",
"stack": "React, Node.js, Express.js, MongoDB, Material UI, AWS",
"description": [
"A place that highlights India's recent archeological pursuits, heritage treasures, and management-related activities."
],
"website": "https://sham.org.in/"
},
{
"name": "Weller",
"date": "Jan 2022",
"type": "",
"stack": "React, opencv-js, mediapipe-js",
"description": [
"A wellness app where you can check and monitor your health and wellness based on posture and facial movements."
],
"website": "https://react-weller.vercel.app/"
},
{
"name": "Unschool",
"date": "Aug 2021 - Dec 2021",
"type": "",
"stack": "Flutter, Node.js, Express.js, MongoDB, AWS",
"description": [
"A life-long learning community platform where people help each other and get rewarded."
],
"website": "https://play.google.com/store/apps/details?id=io.unschool.application"
}
],
"skills": {
"proficient": [
"Node.js",
"Dart",
"C#",
"C/C++",
"SQL"
],
"frameworks": [
"React",
"Angular",
"Flutter",
".NET"
],
"tools": [
"Git",
"Visual Studio",
"Android Studio",
"Postman",
"Azure",
"Firebase",
"AWS"
],
"familiar": [
"Python",
"Java",
"HTML/CSS",
"Docker",
"Kubernetes"
]
},
"achievements": [
"Qualified GATE 2021 with a score of 401",
"Qualified GATE 2020 with a score of 418",
"Contributed to several open-source projects",
"Google CodeJam 2021 certification for qualifying Qualification Round",
"Microsoft certified on 'Azure AI Fundamentals'",
"Microsoft certified on 'Azure Data Fundamentals'",
"NPTEL certification on \"Database Management System\" with a consolidated score of 84%",
"NPTEL certification on \"Design and Analysis of Algorithms\" with a consolidated score of 55%"
]
}