-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathresume.json
More file actions
114 lines (113 loc) · 2.36 KB
/
resume.json
File metadata and controls
114 lines (113 loc) · 2.36 KB
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
{
"details": {
"name": "Jameson Tate Aranda",
"birthday": 700297200,
"contact": {
"email": "email@jamesonaranda.com",
"phone": "801.687.5085",
"site": "https://jamesonaranda.com",
"linkedin": "https://linkedin.com/in/jamesonaranda",
"github": "https://github.com/jamesona",
"irc": [
{
"server": "irc.esper.net",
"handle": "kuro_chou"
}
]
}
},
"education": [
{
"name": "Utah Valley University",
"dates": {
"start": 1440396000
},
"description": "Undergraduate of computer science and communication."
},
{
"name": "Provo High School",
"dates": {
"start": 1156140000,
"end": 1273903200
},
"description": "Graduate, with emphasis on design and technology."
},
{
"name": "Washington School of World Studies",
"dates": {
"start": 1128924000,
"end": 1129356000
},
"description": "Program graduate, with emphasis on US history, leadership, and civil service."
}
],
"experience": [
{
"name": "Syndigo",
"role": "Software Engineer",
"dates": {
"start": 1437631200,
"end": 1592805600
},
"responsibilities": [
"SaaS front-end software development",
"Unit testing",
"Refactoring legacy code",
"Agile project management"
]
},
{
"name": "Trapeze Labs",
"role": "Web Application Developer",
"dates": {
"start": 1437631200,
"end": 1592546400
},
"responsibilities": [
"server-side software design and implementation",
"client-side interface construction",
"website construction from visual specifications",
"data analysis",
"web property management"
]
},
{
"name": "Boostability",
"role": "Account Manager",
"dates": {
"start": 1408514400,
"end": 1431669600
},
"responsibilities": [
"SEO campaign research and management",
"inbound and outbound customer service"
]
},
{
"name": "Bluehost",
"role": "Web Advisor",
"dates": {
"start": 1357542000,
"end": 1402812000
},
"responsibilities": [
"customer server support",
"inbound customer service"
]
},
{
"name": "Aviation University",
"role": "Jr. Systems Administrator",
"dates": {
"start": 1310968800,
"end": 1347948000
},
"responsibilities": [
"process automation",
"branding & identity",
"server aministration",
"office IT support"
]
}
]
}