-
Notifications
You must be signed in to change notification settings - Fork 0
/
resume.json
128 lines (128 loc) · 3.26 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
{
"name": "Brian Zhang",
"info": {
"label": "Software Engineer",
"brief": "Computer science graduate from the University of California, Berkeley. Interests include web development, programming languages, and machine learning. In my free time I enjoy spending time outdoors and playing jazz piano."
},
"contact": {
"email": "[email protected]",
"phone": "(925) 699-3883"
},
"meta": {
"format": "[email protected]",
"version": "0.1.0"
},
"location": {
"city": "Berkeley",
"region": "California",
"country": "US"
},
"employment": {
"history": [
{
"position": "Software Engineering Intern",
"employer": "Symmetricom, Inc.",
"summary": "Source control management system administration",
"start": "2013-05-01",
"end": "2013-08-01",
"url": "http://symmetricom.com",
"keywords": [],
"highlights": [
"Modernized source control management system from Mercurial to Git and Atlassian Bitbucket/JIRA",
"Worked on new software development workflow, e.g. automating bug reporting and tracking services"
]
},
{
"position": "Software Engineering Intern",
"employer": "Blackhawk Network",
"summary": "Front and back end financial services development",
"start": "2012-05-01",
"end": "2012-08-01",
"url": "http://blackhawknetwork.com",
"keywords": [],
"highlights": [
"Developed iOS app for GoWallet, a service for managing financial payments products, e.g. gift cards",
"Developed back end payment processing system for PayPower, a reloadable Visa prepaid card"
]
}
]
},
"education": {
"level": "",
"history": [
{
"institution": "University of California, Berkeley",
"start": "2011-01-01",
"end": "2015-12-01",
"curriculum": [
"Artificial Intelligence",
"Computer Security",
"Database Systems",
"Efficient Algorithms and Intractable Problems",
"Operating Systems and System Programming",
"Programming Languages and Compilers"
],
"summary": "",
"area": "Computer Science",
"studyType": "Bachelor of Arts"
}
]
},
"skills": {
"sets": [
{
"name": "Web Frameworks",
"skills": [
"AngularJS",
"Express",
"Node.js",
"React",
"Django",
"Flask"
]
},
{
"name": "Programming Languages",
"skills": [
"C",
"C++",
"CoffeeScript",
"Objective-C",
"Java",
"JavaScript",
"Python",
"Ruby",
"Scala",
"Swift"
]
},
{
"name": "Operating Systems",
"skills": [
"Arch",
"Debian",
"Fedora",
"OS X",
"Windows"
]
}
]
},
"testimonials": [
{
"flavor": "professional",
"quote": "Available upon request",
"private": false
}
],
"languages": [
{
"language": "English",
"fluency": "Native speaker"
},
{
"language": "Mandarin",
"fluency": "Native speaker"
}
]
}