-
Notifications
You must be signed in to change notification settings - Fork 5
/
resume.json
163 lines (163 loc) · 5.62 KB
/
resume.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
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
{
"basics": {
"name": "John Doe",
"label": "Software Engineer",
"picture": "https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcRTyCeaxBNHh-UW_cbf5q2h2BmsT-im8JKpYJ5Yk8R5T4gth1AtNA",
"email": "[email protected]",
"phone": "(912) 555-4321",
"website": "http://johndoe.com",
"summary": "Innovative optimized solution seeker. Excited to be at the deployment phase of my new career as a web developer. I am ambitious, adventurous, assiduous, animated, and an alliteration advocate.",
"location": {
"address": "2712 Broadway St",
"postalCode": "CA 94115",
"city": "San Francisco",
"countryCode": "US",
"region": "California"
},
"profiles": [
{
"network": "Twitter",
"username": "john",
"url": "http://twitter.com/john"
},
{
"network": "Facebook",
"username": "john",
"url": "http://twitter.com/johndoe"
}
]
},
"work": [
{
"company": "Semper Fortis Solutions, LLC, Leesburg, VA (Remote), USA",
"position": "Software Architect",
"website": "http://company.com",
"startDate": "March 2017",
"endDate": "Current",
"summary":"Maintaining and updating Savanna. This system maintains threat matrices and other deployment information for the US military. It uses Java and tomcat to implement a RESTful API which is connected to by the front end which is a web application written using the Sencha framework in JavaScript and HTML5",
"highlights": [
"Maintaining and updating Savanna. This system maintains threat matrices and other deployment information for the US military. It uses Java and tomcat to implement a RESTful API which is connected to by the front end which is a web application written using the Sencha framework in JavaScript and HTML5"
]
},
{
"company": "Free Software Foundation, Boston, MA, USA",
"position": "Junior Web Developer",
"website": "http://company.com",
"startDate": "Januari 2015",
"endDate": "Pebruari 2017",
"summary": " The GNUstep project is an open source / free software effort to duplicate the Cocoa APIs on a variety of platforms. I have been instrumental in defining the infrastructure of the project and have implemented many key elements of it including the Gorm (Xcode Interface Builder equivalent) for the project. I have also begun work on a fork of the swift language for it. I have a unique insight into these technologies. http://www.gnustep.org",
"highlights": [
"Started the company"
]
}
],
"volunteer": [
{
"organization": "Organization",
"position": "Volunteer",
"website": "http://organization.com/",
"startDate": "2012-01-01",
"endDate": "2013-01-01",
"summary": "Description...",
"highlights": [
"Awarded 'Volunteer of the Month'"
]
}
],
"education": [
{
"institution": "Thinkful, Chicago, IL",
"area": "Engineering Immersion Program",
"studyType": "Bachelor",
"startDate": "11/2018",
"endDate": "06/2018",
"gpa": "4.0",
"courses": [
"DB1101 - Basic SQL"
]
},
{
"institution": "University of California, Los Angles",
"area": "Software Engineering",
"studyType": "BA, English",
"startDate": "09/2001",
"endDate": "09/2005",
"gpa": "4.0",
"courses": [
"DB1101 - Basic SQL"
]
}
],
"awards": [
{
"title": "Award",
"date": "2014-11-01",
"awarder": "Company",
"summary": "There is no spoon."
}
],
"publications": [
{
"name": "Publication",
"publisher": "Company",
"releaseDate": "2014-10-01",
"website": "http://publication.com",
"summary": "Description..."
}
],
"skills": [
{
"name": "Front End",
"level": "Expert",
"keywords": [
"VueJS",
"NuxtJs",
"Vuepress"
]
},
{
"name": "Backend",
"level": "Master",
"keywords": [
"PHP",
"Symfony Framework",
"DDD"
]
}
],
"languages": [
{
"language": "English",
"fluency": "Native speaker"
}
],
"interests": [
{
"name": "Wildlife",
"keywords": [
"Ferrets",
"Unicorns"
]
}
],
"references": [
{
"name": "Jane Doe",
"reference": "Reference..."
}
],
"projects": [
{
"name": "CV Generator",
"releaseDate": "2014-10-01",
"website": "http://publication.com",
"summary": "Open Source project, build a CV "
},
{
"name": "Javascript Developer",
"releaseDate": "2014-10-01",
"website": "http://publication.com",
"summary": "Open Source project, a landing page for javascript developers from Indonesia "
}
]
}