-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathresume.json
182 lines (182 loc) · 5 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
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
{
"basics": {
"name": "Josh Kasuboski",
"label": "",
"picture": "",
"email": "[email protected]",
"phone": "",
"website": "https://www.joshkasuboski.com",
"summary": "",
"location": {
"postalCode": "78702",
"city": "Austin",
"countryCode": "US",
"region": "Texas"
},
"profiles": [
{
"network": "https://www.joshkasuboski.com",
"url": "https://www.joshkasuboski.com"
},
{
"network": "https://github.com/kasuboski",
"url": "https://github.com/kasuboski"
},
{
"network": "https://www.linkedin.com/in/joshkasuboski/",
"url": "https://www.linkedin.com/in/joshkasuboski/"
}
]
},
"work": [
{
"company": "Wallaroo AI",
"position": "Senior DevOps Engineer",
"website": "https://wallaroo.ai/",
"startDate": "December 2021",
"endDate": "current",
"summary": "",
"highlights": [
"Created a self-service portal to run sales demos",
"Automated E2E tests running in AWS, Azure, and Google",
"Contributed product features in Rust and Python",
"Managed GitHub Actions CI workflows and releases"
]
},
{
"company": "Chase",
"position": "Software Engineer",
"website": "",
"startDate": "April 2021",
"endDate": "December 2021",
"summary": "",
"highlights": [
"Modernizing core deposits particularly to run multi-region in AWS EKS",
"Provisioned infrastructure using Terraform"
]
},
{
"company": "PNC",
"position": "Senior Technology Engineer",
"website": "",
"startDate": "March 2019",
"endDate": "April 2021",
"summary": "",
"highlights": [
"Enabled declarative deployments for VMs and Containers",
"Developed Kubernetes GitOps strategy to enable safe and secure deploys for developers",
"Simplified app pipeline setup down to adding a webhook to democratize continuous integration and delivery"
]
},
{
"company": "PNC",
"position": "Technology Engineer",
"website": "",
"startDate": "October 2017",
"endDate": "March 2019",
"summary": "",
"highlights": [
"Architected and built new backend with Go microservices connected with gRPC and protocol buffers",
"Redesigned IaaS platform to simplify concepts and APIs",
"Led ReactJS site development to expose IaaS offering"
]
},
{
"company": "Visa Inc.",
"position": "Software Engineer",
"website": "",
"startDate": "June 2016",
"endDate": "October 2017",
"summary": "",
"highlights": [
"Led Android team for white label highly configurable mobile banking app",
"Explored POC integrating React Native into existing app",
"Integrated Javascript Engine into app to share code across iOS, Android, and web",
"Implemented network stack exposed to Javascript code in Android and iOS",
"Manage 100s of features for different banks"
]
},
{
"company": "Maverick Software Consulting",
"position": "Software Engineer Intern",
"website": "",
"startDate": "October 2014 ",
"endDate": " May 2016",
"summary": "",
"highlights": [
"Worked with a remote team at Thomson Reuters to automate process of converting PDF court documents to XML using Java and the Spring framework",
"Reduced conversion time from days to minutes",
"Implemented client interface in HTML, Javascript and JSP"
]
},
{
"company": "Visa Inc.",
"position": "Software Engineer Intern",
"website": "",
"startDate": "May 2015 ",
"endDate": " August 2015",
"summary": "",
"highlights": [
"Implemented fingerprint authentication for Android Visa Checkout SDK using Samsung Pass SDK",
"Researched the FIDO UAF Protocol and implemented a RESTful FIDO Server using the Spring Framework"
]
}
],
"volunteer": [],
"education": [
{
"institution": "University of Wisconsin - Madison",
"area": "Computer Engineering and Computer Sciences",
"studyType": "B.S.",
"startDate": "2012 ",
"endDate": " 2016",
"gpa": "3.63",
"courses": []
}
],
"awards": [],
"publications": [],
"skills": [
{
"name": "Web Development",
"level": "",
"keywords": [
"ReactJS",
"HTML",
"CSS",
"Javascript"
]
},
{
"name": "Mobile Apps",
"level": "",
"keywords": [
"Android",
"iOS"
]
},
{
"name": "Other Languages",
"level": "",
"keywords": [
"Golang",
"Java",
"Python",
"C",
"C++"
]
}
],
"languages": [
{
"language": "English",
"fluency": "Native speaker"
},
{
"language": "German",
"fluency": "Intermediate"
}
],
"interests": [],
"references": []
}