forked from sedouard/resume
-
Notifications
You must be signed in to change notification settings - Fork 0
/
resume.json
156 lines (156 loc) · 6.02 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
{
"basics":{
"name":"Jeremy Abbott",
"label":"Software Developer",
"picture":"http://www.gravatar.com/avatar/d2087702a492be991c18b4dc0fed20d1.png?s=100",
"email":"[email protected]",
"website":"http://jeremyabbott.github.io",
"summary":"I'm a solution architect (software engineer manager) who is well versed in the Microsoft .NET stack. My passions include developing clean, maintainable code, learning F#, and recruiting/training new team members.",
"location":{
"city":"Portland",
"countryCode":"US",
"region":"Oregon"
},
"profiles":[
{
"network":"Twitter",
"username":"mrjabbott",
"url":"http://twitter.com/mrjabbott"
},
{
"network":"GitHub",
"username":"jeremyabbott",
"url":"https://github.com/jeremyabbott"
}
]
},
"work":[
{
"company":"Praeses",
"position":"Solution Architect/Software Engineer Manager",
"website":"http://www.praeses.com",
"startDate":"2016-06-01",
"summary":"As solution architect I'm responsible for both managing a team of 30 developers, and guiding the overall architecture of the Jurisdiction Online product.",
"highlights":[
"Current role.",
"Created a banded pay scale in order to standardize developer salaries.",
"Oversaw the modernization of Jurisdiction Online's HTML so that it could run in all browsers.",
"Implemented a solution that allowed legacy applications to run in 64-bit mode.",
"Redesigned the organizational SDLC to include a comprehensive QA process.",
"Introduced a remote-friendly culture to help engage remote engineers."
]
},
{
"company":"Praeses",
"position":"Project Architect/Senior Engineer",
"website":"http://www.praeses.com",
"startDate":"2012-09-17",
"endDate":"2016-05-30",
"summary":"As project architect I'm responsible for ensuring that new functionality not only meets customer requirements, but that it also contributes to the architectural roadmap.",
"highlights":[
"Designed and implemented new hiring process that emphasizes practical code exercises and collaboration. The caliber of our development team has increased tremendously as a result.",
"Lead the team responsible for migrating legacy (VB6 & ASP) code to take advantage of lightweight web APIs. The new APIs are accessible by multiple clients, both ASP .NET MVC and iOS.",
"Wrote new utilities for client-side dynamic form/field generation using JavaScript/Knockout/jQuery.",
"Designed new client-side architecture for dynamic forms engine with cross-field validation based on a custom DSL. Analysts can configure customer data through an administrative UI. Previously these updates were made via SQL scripts.",
"Empowered developers to design their own training plans while also providing guidance for overall team training."
]
},
{
"company":"Praeses",
"position":"Developer and Project Manager",
"website":"http://www.praeses.com/",
"startDate":"2008-05-01",
"endDate":"2012-09-16",
"summary":"Onboarded new customers onto platform and served as an interface between customers and development team.",
"highlights":[
"Lead the rollout of 7 new customers onto regulatory object platform.",
"Designed repeatable pattern (ETL) for migrating customer data.",
"Trained new developers on the core platform functionality and business rules.",
"Designed and implemented REST API for creating data-driven Word documents and storing them in Amazon using ASP.NET Web API."
]
},
{
"company":"Praeses",
"position":"Software Developer Intern",
"website":"http://www.praeses.com",
"startDate":"2006-09-17",
"endDate":"2008-05-01",
"summary":"Acquired invaluable professional software engineering experience while designing and implementing an internal customer dashboard.",
"highlights":[
"Wrote standards for designing and implementing reports in SQL Server Reporting Services.",
"Designed and implemented internal metrics dashboard and reporting suite.",
"Rewrote stored procedures to support redesigned customer workflow."
]
}
],
"skills":[
{
"name":".NET (C#)",
"level":"Advanced",
"keywords":[
"MCSD: Web Applications",
"ASP.NET MVC",
"ASP.NET Web API"
]
},
{
"name":"Web Development",
"level":"Advanced",
"keywords":[
"HTML",
"CSS",
"JavaScript"
]
},
{
"name":"SQL Server",
"level":"Intermediate",
"keywords":[
"Design",
"Query Optimization",
"Performance"
]
},
{
"name":"Mobile Development via Xamarin",
"level":"Beginner",
"keywords":[
"MVVM",
"Forms",
"iOS"
]
},
{
"name":"Frameworks/Tools",
"level":"Intermediate",
"keywords":[
"Knockout",
"StructureMap",
"AutoMapper",
"TeamCity",
"Octopus Deploy",
"FAKE (F# Make)"
]
},
{
"name":"Misc",
"level":"Intermediate",
"keywords":[
"Git",
"F#",
"Continuous Integration/Deployment",
"Functional Programming"
]
}
],
"education":[
{
"institution":"Louisiana State University Shreveport",
"area":"Computer Science",
"studyType":"Bachelor",
"startDate":"2004-08-16",
"endDate":"2008-05-14",
"gpa":"3.5"
}
]
}