-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
283 lines (263 loc) · 10.9 KB
/
index.html
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="style.css">
<title>Chris Olsen - CV</title>
<meta property="og:title" content="Chris Olsen - CV" />
<meta property="og:url" content="https://chrisolsen.github.io" />
<meta property="og:image" content="https://avatars.githubusercontent.com/u/41582" />
<meta property="og:type" content="website" />
<meta property="og:description" content="More than 15 years of experience in creating applications from concept to completion...the only way you can do it for this long is if you love what you do." />
</head>
<body>
<header id="my-info">
<h1>Chris Olsen</h1>
<address>
<a href="https://github.com/chrisolsen">github.com/chrisolsen</a>
<a href="mailto:[email protected]">[email protected]</a>
<a href="tel:+1780-887-2008">+1 780-887-2008</a>
</address>
</header>
<main>
<section id="summary">
<h2>Why hire me?</h2>
<p>
I have more than <b>15</b> years of experience in creating applications from concept to completion...the only way
you can do it for this long is if you love what you do. I love it because learning new things is a requirement,
and allows one to improve themselves everyday.
</p>
</section>
<section id="work-history">
<h2>Work History</h2>
<section class="job">
<header>
<h3>Sr. Software Developer <span class="date">09/2020 to current</span></h3>
<h4>Government of Alberta <span class="location">Edmonton</span></h4>
</header>
<ul class="tools">
<li>Typescript</li>
<li>React</li>
<li>Svelte</li>
<li>Angular</li>
<li>Jest</li>
<li>Storybook</li>
</ul>
<ul class="details">
<li>Responsible for initiating the creation of the UI team</li>
<li>Primary developer for the <a href="https://ui-components.alberta.ca/">UI Component</a> library for dev teams within the provincial government.</li>
<li>Designed and developed core services made available to other teams.</li>
</ul>
</section>
<section class="job">
<header>
<h3>Sr. Software Developer <span class="date">12/2018 to 07/2020</span></h3>
<h4>CenturyLink <span class="location">Edmonton</span></h4>
</header>
<ul class="tools">
<li>Java</li>
<li>Spring Boot</li>
<li>AngularJS</li>
<li>Python</li>
<li>Cypress</li>
<li>Docker</li>
<li>MongoDB</li>
</ul>
<ul class="details">
<li>Helped to add disaster recovery functionality allowing for system recovery to CenturyLink, AWS or Azure cloud instances.</li>
<li>Worked on Cloud Application Manager analytics backend and rewrote the testing component to allow for faster and selective testing.</li>
</ul>
</section>
<section class="job">
<header>
<h3>Software Developer <em>(1 year contract)</em> <span class="date">07/2017 to 08/2018</span></h3>
<h4>Alberta College of Pharmacists <span class="location">Edmonton</span></h4>
</header>
<ul class="tools">
<li>Elm</li>
<li>Node.js</li>
<li>AngularJS</li>
<li>ServiceNow</li>
<li>MSSQL</li>
</ul>
<ul class="details">
<li>Identified and fixed application usability and security deficiencies.</li>
<li>Created UI designs for next version of the application.</li>
<li>Developed Elm application to export ServiceNow data to Quickbooks .iif format.</li>
<li>Implemented data migration CLI that optimized existing migration times to ServiceNow from over 5 hours to a few minutes.</li>
<li>Created Elm application to convert old quickbook data type to csv files</li>
</ul>
</section>
<section class="job">
<header>
<h3>Software Developer <em>(1 month contract)</em> <span class="date">07/2017 to 08/2017</span></h3>
<h4>Ledcor <span class="location">Edmonton</span></h4>
</header>
<ul class="tools">
<li>AngularJS</li>
<li>Gulp</li>
</ul>
<ul class="details">
<li>Created a deployment system that decreased deployment time from 10 minutes to a few seconds.</li>
<li>Reduced total application size by ~90%.</li>
</ul>
</section>
<section class="job">
<header>
<h3>Sr. Software Developer <span class="date">04/2014 to 05/2016</span></h3>
<h4>Showbie <span class="location">Edmonton</span></h4>
</header>
<ul class="tools">
<li>Ember JS</li>
<li>Go</li>
</ul>
<ul class="details">
<li>Developed web application replicating the existing iOS application for the web.</li>
<li>Created web application which allowed school districts to manage teacher licenses.</li>
<li>Built Go utility to convert .po files supplied by the translating service to the custom locale format required for Android, web and iOS. </ul></li>
</section>
<section class="job">
<header>
<h3>Software Developer | Architect <span class="date">2011 to 2012</span></h3>
<h4>Mitremedia <span class="location">Edmonton</span></h4>
</header>
<ul class="tools">
<li>Ruby on Rails</li>
<li>Nginx</li>
<li>MySql</li>
<li>PHP</li>
</ul>
<ul class="details">
<li>Optimized web applications created by bought-out companies (reduced response times from > 2min to less than 5 seconds).</li>
<li>Server and deployment setup for existing applications.</li>
</ul>
</section>
<section class="job">
<header>
<h3>Android Developer | Architect <span class="date">2010 to 2011</span></h3>
<h4>Drivewyze <span class="location">Edmonton</span></h4>
</header>
<ul class="tools">
<li>Java</li>
<li>Android</li>
<li>Sqlite3</li>
</ul>
<ul class="details">
<li>Promoted to Architect after less than a year.</li>
<li>Designed and developed Android application allowing semi drivers to receive bypass notifications from weigh stations.</li>
<li>Responsible for creating and documenting logic for mobile devices and backend API.</li>
<li>UI design for all mobile platforms</li>
</ul>
</section>
<section class="job">
<header>
<h3>Full-stack Developer <span class="date">2010</span></h3>
<h4>Minigroup <span class="location">Calgary</span></h4>
</header>
<ul class="tools">
<li>Ruby on Rails</li>
<li>jQuery</li>
<li>MySql</li>
</ul>
<ul class="details">
<li>Worked on the backend server logic and frontend jQuery</li>
<li>Created search module to allow users to find notes, links and/or assets</li>
</ul>
</section>
<section class="job">
<header>
<h3>Web Developer <em>(contract)</em> <span class="date">2008 to 2010</span></h3>
<h4>Zedi <span class="location">Edmonton</span></h4>
</header>
<ul class="tools">
<li>jQuery</li>
<li>ASP.NET</li>
<li>Oracle</li>
</ul>
<ul class="details">
<li>Successfully completed a scalability project which gave the site the ability to handle increased user load.</li>
<li>Completed the SCADA drag n’ drop interface that provided users that ability to monitor various on-site sensors.</li>
</ul>
</section>
<section class="job">
<header>
<h3>System Analyst II <span class="date">2005-2007</span></h3>
<h4>Alberta Education <span class="location">Edmonton</span></h4>
</header>
<ul class="tools">
<li>ASP.NET</li>
<li>VB.NET</li>
<li>MSSQL</li>
</ul>
<ul class="details">
<li>Created web application that allowed special requests to be made and processed online.</li>
</ul>
</section>
<section class="job">
<header>
<h3>Software Developer <em>(4 month internship)</em> <span class="date">2005</span></h3>
<h4>Alberta Education <span class="location">Edmonton</span></h4>
</header>
<ul class="tools">
<li>VB.NET</li>
<li>Win32</li>
<li>MSSQL</li>
</ul>
<ul class="details">
<li>Developed in-house application that allowed flagged exams with scan errors and allowed them to be corrected online instead of manually.</li>
<li>Increased the speed of the process scan errors more than 100 times.</li>
</ul>
</section>
</section>
<section id="projects">
<h2>Personal Projects</h2>
<dl>
<dt><a href="https://web.archive.org/web/20141217093507/http://woddy.com/">Woddy</a></dt>
<dd>Workout of the day app tracker. <em>Elm, Go, AppEngine</em></dd>
<dt><a href="https://apkgk.com/org.chrisolsen.mathops">MathOps</a></dt>
<dd>Allows kids to practice their basic math skills and track their progress over time. <em>Android</em></dd>
<dt><a href="https://web.archive.org/web/20150909011828/http://leaguesmart.com/">LeagueSmart</a></dt>
<dd>Created game schedules and provided score/stat entry. <em>RubyOnRails, MySql</em></dd>
<dt>Onlinelisting</dt>
<dd>Allowed real-estate agents to create personal sites. <em>RubyOnRails, MySql</em></dd>
</dl>
</section>
<section id="education">
<h2>Education</h2>
<ul>
<li>Udacity Intro to Self Driving Cars</li>
<li>Udacity Android Developer Nanodegree</li>
<li>Northern Alberta Institute of Technology</li>
<li>University of Alberta: BSc Chemistry with Specialization</li>
</ul>
</section>
</main>
<aside>
<section id="skills">
<h2>Skills</h2>
<dl>
<dt>Typescript</dt>
<dd><progress value="80" max="100" /></dd>
<dt>Go</dt>
<dd><progress value="70" max="100" /></dd>
<dt>Elixir</dt>
<dd><progress value="40" max="100" /></dd>
<dt>Svelte</dt>
<dd><progress value="85" max="100" /></dd>
<dt>React</dt>
<dd><progress value="70" max="100" /></dd>
<dt>Elm</dt>
<dd><progress value="60" max="100" /></dd>
<dt>Phoenix</dt>
<dd><progress value="40" max="100" /></dd>
<dt>MySql</dt>
<dd><progress value="70" max="100" /></dd>
<dt>PostgreSql</dt>
<dd><progress value="60" max="100" /></dd>
</dl>
</section>
</aside>
</body>
</html>