-
Notifications
You must be signed in to change notification settings - Fork 0
/
resume.json
122 lines (122 loc) · 5.27 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
{
"basics": {
"name": "Brandon Summers",
"label": "Senior Software Engineer",
"email": "[email protected]",
"phone": "(425) 760-6214",
"url": "http://brandonsummers.name",
"location": {
"city": "Seattle",
"countryCode": "US",
"region": "Washington"
},
"profiles": [
{
"network": "Github",
"username": "evopix",
"url": "https://github.com/evopix"
},
{
"network": "LinkedIn",
"username": "brandonsummers",
"url": "https://linkedin.com/in/brandonsummers"
}
]
},
"work": [
{
"name": "Upstart",
"location": "Remote",
"position": "Senior Software Engineer",
"url": "https://www.upstart.com",
"startDate": "2021-11",
"summary": "Senior engineer focusing on increasing lead generation as part of the Growth team.",
"highlights": [
"Worked across multiple teams to quickly implement new loan funding rules to adapt to rapidly changing macro-economic environment",
"Led development of new Salesforce integrations to enhance marketing channels",
"Collaborated with multiple engineers to split microservices off of the main monolith application"
]
},
{
"name": "iSpot.tv",
"location": "Bellevue, WA",
"position": "Senior Software Engineer",
"url": "https://www.ispot.tv",
"startDate": "2015-06",
"endDate": "2021-11",
"summary": "Lead developer on numerous projects as well as managing all team specific DevOps/Infrastructure work.",
"highlights": [
"Led development of new REST API to unify data across all consumers and clients",
"Led project to rewrite Admin panel in modern framework",
"Took over team specific DevOps work from previous engineer",
"Migrated all newer projects to use containers and be managed by Terraform",
"Built new deployment tool that integrated with our specific workflow",
"Aided migration from Jenkins to CircleCI for most of our projects"
]
},
{
"name": "DrivingSales, LLC",
"location": "Remote",
"position": "Senior Software Engineer",
"url": "https://www.drivingsales.com",
"startDate": "2012-03",
"endDate": "2014-12",
"summary": "Lead backend developer on an analytics platform writing primarily PHP (Kohana Framework). Enhanced data processing and collection capabilities and improved scalability.",
"highlights": [
"Improved scalability by migrating to AWS OpsWorks platform and splitting a single dedicated server into multiple independently scalable layers",
"Built a modular reporting system that could generate many different types of reports",
"Migrated database from a combination of MySQL and MongoDB to just PostgreSQL",
"Built an efficient export system that could export large amounts of data into many different formats",
"Implemented a Redis based job queuing system for all data processing",
"Enhanced and extended data mining and aggregation algorithms"
]
},
{
"name": "BoxWave",
"location": "Kirkland, WA",
"position": "Software Engineer",
"url": "https://www.boxwave.com",
"startDate": "2011-05",
"endDate": "2011-09",
"summary": "As part of the development team, my responsibilities included the company’s custom ERP system, customer facing e-commerce website, as well as all new web related projects."
},
{
"name": "Seven Springs Sales, LLC",
"location": "Granite Falls, WA",
"position": "Web Developer",
"url": "https://prowheelracing.com",
"startDate": "2005-09",
"endDate": "2011-04",
"summary": "Originally hired to maintain existing online projects and aid in the creation of marketing materials, my role eventually grew to overseeing a second graphics designer, as well as creating custom web applications for both offline intranet use and online customer use."
}
],
"skills": [
{
"name": "Specialties",
"keywords": [
"API Design/Development",
"Ruby/Rails",
"JavaScript",
"NodeJS",
"PHP",
"AWS",
"Docker",
"Terraform",
"MySQL",
"PostgreSQL",
"Redis"
]
},
{
"name": "Supplemental",
"keywords": [
"Python",
"Golang",
"React",
"Snowflake",
"DevOps",
"SysAdmin"
]
}
]
}