-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathmyself.json
32 lines (32 loc) · 1.39 KB
/
myself.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
{
"personalDetails": {
"firstName": "Anthony",
"lastName": "Ugwu",
"middleName": "Ifeanyi",
"email": "[email protected]",
"phone": "+2348107268142",
"moreAboutMe":"I am a full stack software developer with over 3 years professional experinece in python and javascript. I enjoy playing soccer and working on interesting projects. I have had the opportunity of working for some amazing companies. Presently I work full time with Andela building Internal projects and also working with Andela partners. I also have over one year expereince working remotely with team members spanning various time zones."
},
"education": [
{
"school": "University of Nigeria Nsukka",
"startYear": "2011",
"endYear": "2016",
"degree": "B.Engr Mechanical Engineering"
}
],
"volunteerExperience": [
{
"organisation": "A PLACE OF HOPE FOUNDATION (Nsukka Enugu, Nigeria)",
"role": "Helped introduce some the disaplaced kids to the concept of computer programming",
"cause": "Education",
"description": "The place of hope foundationn provides accommodation and Education kids displaced due to violence"
}
],
"languages": [
{
"language": "English",
"proficiencyLevel": "Very proficient"
}
]
}