-
Notifications
You must be signed in to change notification settings - Fork 0
/
resumeData.json
148 lines (148 loc) · 4.28 KB
/
resumeData.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
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
{
"main": {
"name":"Mainak Das",
"occupation":"Full Stack Developer",
"description":"Bright critical thinker with talent for learning quickly in results-oriented environment",
"image":"profile.JPG",
"bio":"Computer Engineering student with experience in JavaScript, Python and full stack web development. Knowledgeable in range of other development languages and methodologies",
"contactmessage":"Write To Me",
"email": "[email protected]",
"phone": "+91-7605873677",
"address":{
"street":"Salt Lake Sector 4",
"city":"Kolkata",
"state":"West Bengal",
"zip": "700105"
},
"website": "https://dawnmd.github.io",
"resumedownload":"https://drive.google.com/file/d/1pLODFZAlJ-stw9zocVrl4AGYhcDMJbvJ/view?usp=sharing",
"social":[
{
"name":"facebook",
"url":"http://facebook.com/mainak1147",
"className":"fa fa-facebook"
},
{
"name":"linkedin",
"url":"https://www.linkedin.com/in/mainak1147/",
"className":"fa fa-linkedin"
},
{
"name":"github",
"url":"https://github.com/DawnMD",
"className":"fa fa-github"
}
]
},
"resume":{
"skillmessage":"",
"education":[
{
"school":"Adamas University",
"degree":"Bachelor's of Technology in Computer Science Engineering",
"graduated":"July 2021",
"description":"CGPA ~7. Learned NPM, JS, React, etc."
},
{
"school":"Bidhannagar Municipal School",
"degree":"Pure Science + Computer Science",
"graduated":"March 2017",
"description":"62% accumulated score. Learned basic C programming with C++ and Java."
}
],
"work":[
{
"company":"Next Generation Technocom Private Ltd.",
"title":"Lead Developer Intern",
"years":"August 2020 - Present",
"description":"Setting up an Internet Access Management(IAM) software onto Kubernetes(K8s) for easy Single Sign-On with High Availability and Fail Safe. Managing a team of 6 members"
},
{
"company":"Globsyn",
"title":"Tranning Intern",
"years":"June 2019 - July 2019",
"description":"Learned data sciences using python and how to clean data from a dataset with null values, etc. Lead a team of 5 members."
}
],
"skills":[
{
"name":"Javascript",
"level":"80%"
},
{
"name":"Node JS",
"level":"70%"
},
{
"name":"ReactJs",
"level":"60%"
},
{
"name":"CSS",
"level":"70%"
},
{
"name":"HTML5",
"level":"80%"
},
{
"name":"MongoDB",
"level":"80%"
},
{
"name":"Kubernetes K8s",
"level":"50%"
},
{
"name":"Nginx Docker",
"level":"60%"
},
{
"name": "Python",
"level": "55%"
}
]
},
"portfolio":{
"projects": [
{
"title":"Canadian Wanderlust",
"category":"My Travel Blog for my post-university travels",
"image":"canadian-wanderlust.jpg",
"url":"https://www.canadianwanderlust.com"
},
{
"title":"Fury Fighting Gear",
"category":"(offline now) A fighting gear company I started",
"image":"fury-fighting-gear.jpg",
"url":"http://www.timbakerdev.com"
},
{
"title":"Original Thai Food",
"category":"Website I built for a restaurant I like in Thailand",
"image":"original-thai-food.jpg",
"url":"http://www.timbakerdev.com/originalthaifood.github.io"
},
{
"title":"Resume Website",
"category":"A React based resume website template",
"image":"resume-website.jpg",
"url":"http://www.timbakerdev.com"
},
{
"title":"Smirkspace",
"category":"(MVP Only) A React and Meteor based chat University project.",
"image":"smirkspace.jpg",
"url":"http://www.smirkspace.com"
}
]
},
"testimonials":{
"testimonials":[
{
"text":"During the period of his internship program with us he was found punctual, hardworking and inquisitive.",
"user":"Subrata Mallick, CEO & Founder, Next Generation Technocom Private Ltd."
}
]
}
}