-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
213 lines (199 loc) · 7.31 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
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html;charset=utf-8" >
<title>David Schindler's Resume</title>
<style type="text/css">
@media all {
body {
font: 9pt/12pt "Georgia, arial";
color: #444444;
background-color: white;
/* Page width should be 8.5 inches with 0.4 inch margins
8.5 inches = 765px
0.4 inches = 36px*/
padding: 36px;
border: #444444 solid 1px;
/* W3C Box Model:
Width = Total width - Margins width - Border width - Padding width:
765 - 0 - 2 - 72 = 691 */
width: 691px;
}
li {
margin-left: 1.25em;
padding-bottom: 0.1em;
list-style-position: outside;
}
ul {
padding-left:0;
margin-top:0;
margin-bottom:.5em;
}
h1 {
font-size: 10pt;
margin-bottom: 8pt;
border-top: 2px solid #000;
border-bottom: 1px solid #ccc;
}
p {
margin-top:0;
margin-bottom:0;
}
.aside {
color: #999;
font-style:italic;
float:right;
}
aside + strong {
font-size:1.1em;
margin-top:.1em;
}
aside + em {
font-style:normal;
font-weight:bold;
}
address {
font-style:normal;
}
}
@media print {
body {
border: none;
}
}
</style>
</head>
<body>
<address>
<p><strong>DAVE SCHINDLER</strong>,<br />
46 Bearbrook Rd,<br />
Ottawa, ON K1B 3X8,<br />
(613)-794-5407.
</p>
</address>
<section>
<h1>OBJECTIVE</h1>
<p>
To improve my programming skills and broaden my experience.
</p>
</section>
<section>
<h1>ACCOMPLISHMENTS</h1>
<ul>
<li>Built a website and content management system for a university dance club, in 2005, and maintained it for two years.</li>
<li>Built many websites for the Canadian government, wrote more than ten plugins for the <a href="https://github.com/wet-boew/wet-boew" title="GitHub repository for WET">Web Experience Toolkit</a>, contributed to WET's core Javascript library for v2.0 and rewrote/optimized it single-handedly for v3.0.</li>
<li>Wrote a web app for OCTranspo's GPS feed as practice when the feed first came out (<a href="http://oct-o-bus.appspot.com/" title="Oct-o-bus">Oct-o-bus GPS app</a>).</li>
</ul>
</section>
<section>
<h1>CAPABILITIES</h1>
<ul>
<li>Programming experience includes HTML, CSS, Javascript, VBScript, VBA, ASP.NET, SQL, ColdFusion, PHP, JSP, Java, Vue, Node, C, C++, C#, Perl, Prolog, Haskell, OpenGL, OpenCV, Linux shell scripting, Powershell, YAML, and Docker.</li>
<li>Proficient build engineer (experience in Ant, Maven, Gradle, RTC, NPM, Grunt, Jenkins, Gitlab, Docker, and Powershell/Chocolatey).</li>
<li>Proficient in various web/software design programs including Atom, Visual Studio, Eclipse, Fireworks, Photoshop, Dreamweaver, FrontPage and others, but also comfortable with a text editor and a command prompt.</li>
<li>Extensive experience with and knowledge of browser integration problems for web design.</li>
<li>Experienced graphic illustrator and designer.</li>
<li>Experience on various platforms including every version of Windows from DOS to 10, and various Linux distros.</li>
</ul>
</section>
<section>
<h1>EXPERIENCE</h1>
<p>
<aside><span class="aside">Gatineau, QC</span></aside>
<strong>Public Services and Procurement Canada</strong><br />
<aside><span class="aside">December 2018 – present</span></aside>
<em>Senior Systems Analyst — CS03 (Acting)</em>
</p>
<ul>
<li>Containerized multiple applications, simplifying CI/CD.</li>
<li>Automated testing with Behat, Gherkin, Selenium, Docker, and Gitlab.</li>
<li>Mentored team members in DevOps during transition to Docker and Gitlab.</li>
</ul>
<p>
<aside><span class="aside">Gatineau, QC</span></aside>
<strong>Public Services and Procurement Canada</strong><br />
<aside><span class="aside">August 2018 – November 2018</span></aside>
<em>Team Lead — CS03 (Acting)</em>
</p>
<ul>
<li>Took over the team lead role for four months while a permanent replacement was being found.</li>
<li>Managed three applications at various stages of development and maintenance.</li>
<li>Supervised three team members, all consultants.</li>
</ul>
<p>
<aside><span class="aside">Gatineau, QC</span></aside>
<strong>Public Services and Procurement Canada</strong><br />
<aside><span class="aside">September 2017 – November 2018</span></aside>
<em>Programmer Analyst — CS02</em>
</p>
<ul>
<li>Worked in an Agile team, developing a containerized web app, written in Java, Node.js, and Vue.</li>
<li>Independently designed and built an API wrapper to improve the usability and resiliency of an API we relied on from another government department.</li>
<li>Updated build scripts, turning them into DevOps scripts in Jenkins and migrated them to Gitlab</li>
</ul>
<p>
<aside><span class="aside">Ottawa, ON</span></aside>
<strong>Public Works and Government Services Canada</strong><br />
<aside><span class="aside">May 2014 – August 2014</span></aside>
<em>Senior Systems Analyst — CS03 (Acting)</em>
</p>
<ul>
<li>Took over the team lead / project manager role for four months while a permanent replacement was being found for the previous project manager.</li>
<li>Managed seven applications at various stages of development and maintenance.</li>
<li>Supervised three team members, including one consultant.</li>
</ul>
<p>
<aside><span class="aside">Ottawa, ON</span></aside>
<strong>Public Works and Government Services Canada</strong> <br />
<aside><span class="aside">May 2008 – August 2017</span></aside>
<em>Programmer Analyst — CS01 and CS02</em>
</p>
<ul>
<li>Developed web applications using the Struts 1 & 2, and Play frameworks using an Agile (Scrum) SDLC.</li>
<li>Wrote and maintained SQL, Java, JSP, CSS, and Javascript code.</li>
<li>Contributed heavily to the government's open source <a href="https://github.com/wet-boew/wet-boew" title="GitHub repository for WET">WET</a> initiative.</li>
<li>Developed micro-services using Node.js, Java, SQL, and Docker.</li>
</ul>
<p>
<aside><span class="aside">Edmonton, AB</span></aside>
<strong>Public Works and Government Services Canada</strong> <br />
<aside><span class="aside">May – August, 2006 & 2007</span></aside>
<em>Summer Student</em>
</p>
<ul>
<li>Learned ColdFusion and the Fusebox framework.</li>
<li>Maintained and updated websites for clients.</li>
<li>Developed CSS templates for updating government websites to the latest standards (CLF 2).</li>
<li>Implemented the design of Western Region's Government of Canada Workplace Charitable Campaign website, and provided a web application for their online charitable auction, written in Perl and PHP.</li>
</ul>
</section>
<section>
<h1>EDUCATION</h1>
<p>
<aside><span class="aside">Kingston, ON<br />2002 - 2008</span></aside>
<strong>Queen's University</strong>
</p>
<p>
BSCH Computer Science Major, Physics Minor.
</p>
<br />
<p>
<aside><span class="aside">Edmonton, AB<br />2000 - 2002</span></aside>
<strong>University of Alberta</strong>
</p>
<p>
Enrolled in General Science
</p>
</section>
<script>
var i = 0, a = document.getElementsByTagName('a'), l = a.length;
for ( ; i < l; i++ ) {
a[i].title += ' [new window]';
a[i].onclick = function(e) {
e && e.preventDefault ? e.preventDefault() : event.returnValue = false;
return !window.open(this.href);
};
}
</script>
</body>
</html>