-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
318 lines (307 loc) · 14.8 KB
/
index.html
File metadata and controls
318 lines (307 loc) · 14.8 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
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
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
<!DOCTYPE html>
<html>
<head>
<title>Ryan Stocker</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link href="css/bootstrap.min.css" rel="stylesheet" media="screen" />
<link href="css/style.css" rel="stylesheet" media="screen" />
<script src="https://platform.linkedin.com/badges/js/profile.js" async defer type="text/javascript"></script>
</head>
<body>
<div class="container lifted">
<div class="resume">
<div class="masthead">
<div class="row">
<div class="span shameless-promo">
<h1>Ryan Stocker</h1>
<h5>Rails Developer, Engineering Manager</h5>
</div>
<div class="span pull-right">
<p>
<a href="http://www.linkedin.com/pub/ryan-stocker/1/373/416">
<img src="http://www.linkedin.com/img/webpromo/btn_profile_greytxt_80x15.png" width="80" height="15" border="0" alt="View Ryan Stocker's profile on LinkedIn">
</a>
</p>
</div>
</div><!-- .row -->
</div><!-- .masthead -->
<div class="main">
<div class="row">
<div class="span">
<h2 class="section-title">Work Experience</h2>
</div>
</div>
<div class="row">
<div class="span9 item-title">
Engineering Manager<br />
<span class="item-highlight">CoverMyMeds, Speciality Medications ("AMP")</span>
<div>
<span class="label">Engineering Management</span>
<span class="label">Pair Programming</span>
<span class="label">Ruby</span>
<span class="label">Rails</span>
<span class="label">RSpec</span>
<span class="label">vim</span>
<span class="label">git</span>
<span class="label">Kanban</span>
<span class="label">Postgres</span>
</div>
</div>
<div class="item-time pull-right">
<span>2022 — 2023</span>
</div>
</div><!--.row -->
<div class="row">
<div class="item-accomplishments span10">
<ul>
<li>Managed a team of 7 developers, pairing frequently to help team grow in Ruby, Rails, Rspec, and best practices.</li>
<li>Led team in converting 8 large applications owned by a variety of stakeholders to use a service mesh, enabling service-to-service encryption and better access controls.
</li>
<li>Improved team cycle time from 45 days to 14 days.</li>
<li>Worked closely with product to launch and learn quickly from experiments to improve patient access to speciality medications.</li>
</ul>
</div>
</div>
<div class="row">
<div class="span9 item-title">
Senior Software Developer & Engineering Manager<br />
<span class="item-highlight">CoverMyMeds, ScriptHero</span>
<div>
<span class="label">Engineering Management</span>
<span class="label">Pair Programming</span>
<span class="label">Ruby</span>
<span class="label">Rails</span>
<span class="label">RSpec</span>
<span class="label">vim</span>
<span class="label">git</span>
<span class="label">Kanban</span>
<span class="label">Azure</span>
<span class="label">Postgres</span>
</div>
</div>
<div class="item-time pull-right">
<span>2019 — 2022</span>
</div>
</div><!--.row -->
<div class="row">
<div class="item-accomplishments span10">
<ul>
<li>Maintained backend Rails application for <a href="https://scripthero.com">ScriptHero</a>, a site that provides drug pricing transparency so patients can save money on prescription medication (hosted on Azure).
</li>
<li>Integrated ScriptHero with McKesson's CPS pharmacy system to enable patients to re-route prescriptions to cheaper pharmacies, saving patients $3 million as of early 2023.</li>
<li>Implemented concurrent approach to ensure customers were able to get drug prices from multiple discount partner networks in less than a second</li>
<li>Integrated with Medicare "BlueButton" (OAuth, FHIR) to help patients choose the best option based on their current Medicare Part D coverage.</li>
<li>Served dual role as software developer and engineering manager (three reports).</li>
<li>Mentored junior and mid-level Rails developers, helping them grow with TDD and Ruby best practices.</li>
</ul>
</div>
</div>
<div class="row">
<div class="span9 item-title">
Senior Software Developer<br />
<span class="item-highlight">CoverMyMeds, EHR team</span>
<div>
<span class="label">Pair Programming</span>
<span class="label">Ruby</span>
<span class="label">Rails</span>
<span class="label">RSpec</span>
<span class="label">Sidekiq</span>
<span class="label">vim</span>
<span class="label">git</span>
<span class="label">Scrum</span>
<span class="label">Postgres</span>
</div>
</div>
<div class="item-time pull-right">
<span>2015 — 2018</span>
</div>
</div><!--.row -->
<div class="row">
<div class="item-accomplishments span10">
<ul>
<li>Helped write and maintain Ruby on Rails applications to integrate with Hospital EHRs via the NCPDP SCRIPT XML standard.</li>
<li>Developed Prior Authorization "pizza tracker" that enabled users of Epic EHR software to see realtime status of patient PAs and associated attached (or faxed) documents.</li>
<li>Developed Mock EHR application to enable rapid demo and testing of EHR integrations using the SCRIPT standard.</li>
<li>Developed Admin application to help client developers self-diagnose and troubleshoot EHR message flows.</li>
</ul>
</div>
</div>
<div class="row">
<div class="span9 item-title">
Software Developer<br />
<span class="item-highlight">Neo Innovation (Formerly EdgeCase)</span>
<div>
<span class="label">Agile</span>
<span class="label">Pair Programming</span>
<span class="label">Ruby</span>
<span class="label">Rails</span>
<span class="label">RSpec</span>
<span class="label">Heroku</span>
<span class="label">vim</span>
<span class="label">git</span>
<span class="label">Pivotal Tracker</span>
<span class="label">Ember</span>
</div>
</div>
<div class="item-time pull-right">
<span>2013 — 2015</span>
</div>
</div><!--.row -->
<div class="row">
<div class="item-accomplishments span10">
<ul>
<li>Helped <a href="http://icann.org">ICANN.org</a> actively migrate from a Drupal site to a Ruby on Rails application.</li>
<li>Worked to improve the cost associated with publishing scientific papers by helping develop Rails + Ember application for PLOS (Public Library of Science).</li>
<li>Helped maintain internal Rails + Ember time tracking tool for billing customers.</li>
<li>Pair programmed remotely with client developers daily.</li>
</ul>
</div>
</div>
<div class="row">
<div class="span9 item-title">
Web Applications Developer<br />
<span class="item-highlight">The Ohio State University, ASC Technology Services</span>
<div>
<span class="label">Agile</span>
<span class="label">Pair Programming</span>
<span class="label">Ruby</span>
<span class="label">Rails</span>
<span class="label">RSpec</span>
<span class="label">MySQL</span>
<span class="label">vim</span>
<span class="label">scss</span>
<span class="label">haml</span>
<span class="label">Capistrano</span>
<span class="label">git</span>
<span class="label">Pivotal Tracker</span>
</div>
</div>
<div class="item-time pull-right">
<span>2007 — 2013</span>
</div>
</div><!--.row -->
<div class="row">
<div class="item-accomplishments span10">
<ul>
<li>Developed "AdvisingConnect" – a Ruby on Rails application supporting the day-to-day business of almost 600 Academic Advisors and the entire OSU student body. AdvisingConnect handles things like scheduling appointments, writing public and private notes about students, and front desk management.</li>
<li>Developed Internship Management Application for the School of Communication – with features such as approving agreements and tracking student timesheets.</li>
<li>Improved performance of applications by monitoring and optimizing SQL queries.</li>
<li>Mentored new developers in Ruby/Rails.</li>
<li>Designed clean, minimal user interface elements using HTML, CSS, and Photoshop.</li>
<li>Worked with clients to gather and prioritize user stories, then used paper prototyping sessions to refine user interface flow.</li>
<li>Pair Programmed with other developers daily.</li>
<li>Setup staging and production Linux (CentOS) environments for deployment (Apache, Passenger)</li>
</ul>
</div>
</div>
<div class="row">
<div class="span9 item-title">
Systems Developer/Engineer<br />
<span class="item-highlight">The Ohio State University, College of Education and Human Ecology</span>
<div>
<span class="label">SQL Server</span>
<span class="label">ColdFusion</span>
<span class="label">Design Patterns</span>
</div>
</div>
<div class="item-time pull-right">
<span>2004 — 2007</span>
</div>
</div>
<div class="row">
<div class="item-accomplishments span10">
<ul>
<li>Worked with several MVC and ORM ColdFusion frameworks (Fusebox, Model-Glue, TransferORM, ColdSpring, and ColdBox).</li>
<li>Used Designed Patterns, such as dependency injection and factories, to make things a little less painful.</li>
<li>Developed teacher assessment system to help college track and evaluate teacher candidates (to maintain NCATE accreditation status for college).</li>
<li>Developed fiscal workflow application for purchase approvals.</li>
</ul>
</div>
</div>
<div class="row">
<div class="span">
<h2 class="section-title">Education</h2>
</div>
</div>
<div class="row">
<div class="span item-title">
The Ohio State University, B.S. Computer Science<br />
<span class="item-highlight">Graduated with Honors</span>
</div>
<div class="item-time pull-right">
<span>1999 — 2003</span>
</div>
</div><!--.row -->
<div class="row">
<div class="span">
<h2 class="section-title">Personal</h2>
<ul>
<li>The Ohio State University Marching Band – 5 year member, Percussion Squad Leader</li>
<li>Columbus Marathon – 2 time finisher.</li>
</ul>
</div>
</div>
<!-- <div class="row"n -->
<!-- <div class="span"> -->
<!-- <h2 class="nection-title">Gallery</h2> -->
<!-- </div> -->
<!-- </div> -->
<!-- <div class="row"> -->
<!-- <div class="offset1 span"> -->
<!-- <div id="myCarousel" class="carousel slide" data-interval="false"> -->
<!-- <ol class="carousel-indicators"> -->
<!-- <li data-target="#myCarousel" data-slide-to="0" class=""></li> -->
<!-- <li data-target="#myCarousel" data-slide-to="1" class=""></li> -->
<!-- <li data-target="#myCarousel" data-slide-to="2" class="active"></li> -->
<!-- <li data-target="#myCarousel" data-slide-to="3" class="active"></li> -->
<!-- <li data-target="#myCarousel" data-slide-to="4" class="active"></li> -->
<!-- </ol> -->
<!-- <div class="carousel-inner"> -->
<!-- <div class="item active"> -->
<!-- <img src="img/carousel/1.jpg" alt=""> -->
<!-- <div class="carousel-caption"> -->
<!-- <h4>Documenting Student Relationships</h4> -->
<!-- <p>Advisors across campus manage student relationships by taking notes in AdvisingConnect.</p> -->
<!-- </div> -->
<!-- </div> -->
<!-- <div class="item"> -->
<!-- <img src="img/carousel/2.jpg" alt=""> -->
<!-- <div class="carousel-caption"> -->
<!-- <h4>Fewer clicks, more advising</h4> -->
<!-- <p>Information advisors need without navigating through PeopleSoft.</p> -->
<!-- </div> -->
<!-- </div> -->
<!-- <div class="item"> -->
<!-- <img src="img/carousel/3.jpg" alt=""> -->
<!-- <div class="carousel-caption"> -->
<!-- <h4>Appointment Scheduling</h4> -->
<!-- <p>Front Desk workers and advisors can create appointments for OSU and prospective students, complete with special notices about advisors.</p> -->
<!-- </div> -->
<!-- </div> -->
<!-- <div class="item"> -->
<!-- <img src="img/carousel/4.jpg" alt=""> -->
<!-- <div class="carousel-caption"> -->
<!-- <h4>Appointment Managment</h4> -->
<!-- <p>Front desk employees check in students so advisors know what's coming next, or if a student has cancelled or not shown up.</p> -->
<!-- </div> -->
<!-- </div> -->
<!-- <div class="item"> -->
<!-- <img src="img/carousel/5.jpg" alt=""> -->
<!-- <div class="carousel-caption"> -->
<!-- <h4>Test Driven Development</h4> -->
<!-- <p>I strive to adhere to a TDD red-green-refactor style.</p> -->
<!-- </div> -->
<!-- </div> -->
<!-- </div> -->
<!-- <a class="left carousel-control" href="#myCarousel" data-slide="prev">‹</a> -->
<!-- <a class="right carousel-control" href="#myCarousel" data-slide="next">›</a> -->
<!-- </div> -->
<!-- </div> -->
<!-- </div> -->
</div>
</div> <!-- .resume -->
</div><!-- .container -->
<script src="http://code.jquery.com/jquery.js"></script>
<script src="js/bootstrap.min.js"></script>
</body>
</html>