-
Notifications
You must be signed in to change notification settings - Fork 0
/
resume.html
203 lines (191 loc) · 8.97 KB
/
resume.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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<title>Andrew Quackenbos - Resume</title>
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/css/bulma.min.css" />
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@creativebulma/[email protected]/dist/bulma-divider.min.css" />
<link rel="preconnect" href="https://fonts.gstatic.com" />
<link href="https://fonts.googleapis.com/css2?family=Andika+New+Basic&family=Lexend&family=Open+Sans:wght@400&family=Recursive:wght@300&family=Space+Grotesk:wght@500&display=swap" rel="stylesheet" />
<style type="text/css">
li a,
li a:visited,
li a:hover {
color: #000;
text-decoration: none;
}
.content.job,
.content.listing {
padding-left: 1em;
}
.header .title {
font-family: 'Andika New Basic', sans-serif;
}
.header h2.subtitle {
font-family: 'Lexend', sans-serif;
}
.header li {
font-family: 'Recurive', sans-serif;
}
.main h2.title {
font-family: 'Space Grotesk', sans-serif;
}
.content {
font-family: 'Open Sans', sans-serif;
}
@media print {
@page {
size: auto;
margin: 2em;
}
html, body {
font-size: 80% !important;
text-shadow: none !important;
background-color: transparent !important;
}
.header h1,
.header h2 {
font-size: 350% !important;
}
.header li {
font-size: 90% !important;
}
.tile hr {
display: none;
margin: 0;
}
.content, .tile, p, div, span:not(.tag), h1, h2, h3 {
text-shadow: none !important;
box-shadow: none !important;
background-color: transparent !important;
}
}
</style>
</head>
<body>
<section class="section">
<div class="container">
<div class="columns header">
<div class="column is-6">
<h1 class="title is-size-1">Andrew Quackenbos</h1>
<h2 class="subtitle is-size-3">Software Engineer</h2>
</div>
<div class="column is-6 mt-3">
<h3 class="subtitle mb-1">Contact Information</h3>
<hr class="mt-0 mb-1" />
<div class="columns">
<div class="column is-5">
<ul class="">
<li>
<span class="icon">
<i class="fas fa-phone-square-alt"></i>
</span>
<a href="mailto:[email protected]" target="_blank">[email protected]</a>
</li>
<li>
<span class="icon">
<i class="fas fa-envelope-square"></i>
</span>
(484) 363-1120
</li>
</ul>
</div>
<div class="column is-7">
<ul>
<li>
<span class="icon">
<i class="fab fa-linkedin"></i>
</span>
<a href="https://linkedin.com/in/aquackenbos/" target="_blank">https://linkedin.com/in/aquackenbos/</a>
</li>
<li>
<span class="icon">
<i class="fab fa-github-square"></i>
</span>
<a href="https://github.com/AQuackenbos/" target="_blank">https://github.com/AQuackenbos/</a>
</li>
</ul>
</div>
</div>
</div>
</div>
<hr />
<div class="columns main">
<div class="column is-4">
<div class="tile is-ancestor">
<div class="tile is-vertical">
<div class="tile is-parent">
<div class="tile is-child box">
<h2 class="subtitle">About Myself</h2>
<hr />
<p class="content has-text-justified">
Building software is both a career and a passion of mine.
In my spare time, you can often find me building fun little tools or side projects to try and make things smoother or simpler for my friends and family.
I want the software I'm creating to actively aid in improving the lives of others, and do everything it can to make their day-to-day needs easier to achieve.
Whether by saving them time or granting them easy access to new information, software is my way of achieving that.
</p>
</div>
</div>
<div class="tile is-parent">
<div class="tile is-child box">
<h2 class="subtitle">Education</h2>
<hr />
<p class="content has-text-justified">
<h3 class="title is-size-6 mb-1">Shippensburg University</h3>
<div class="content listing">
<em>2006-2010</em>
<p>Bachelor of Science, Computer Science</p>
</div>
</p>
</div>
</div>
</div>
</div>
</div>
<div class="column is-8">
<div class="content job">
<h2 class="divider is-left title is-size-4 mt-0">Sitesquad <span class="tag ml-3">(February 2011 - Present)</span></h2>
<div class="content listing">
<h3 class="subtitle is-size-5 mb-1">Partner <span class="tag">(February 2018 - Present)</span></h3>
<p>As a Technical Partner for a small company, I perform a great deal of duties throughout the course of a given day or week.</p>
<ul class="mt-1">
<li>Technical planning and decision-making, selecting our software and frameworks of choice for new and ongoing projects as they evolve.</li>
<li>Architecture for new software and new features to existing software, up to and including complete software specifications, hardware integration planning, and API blueprinting.</li>
<li>Development of software and features, mostly in PHP or Javascript. Most commonly within the Magento framework, or utilizing Vue.js.</li>
<li>Project management, including evaluation of budgeting concerns and timeline.</li>
<li>Software team management, code reviews, and performance evaluations for other engineers on staff.</li>
<li>Repository management and integrity for over 25 source-controlled projects for the company.</li>
<li>Optimization reviews and implementation, using industry standard tools such as NewRelic to find places to increase the performance of our software and libraries.</li>
<li>Security analysis, monitoring, and active measures, including both preventative and reactive changes for ecommerce sites.</li>
<li>Direct client relationship management, interfacing directly with business owners, user experience specialists, and integration managers from various companies.</li>
</ul>
</div>
<div class="content listing">
<h3 class="subtitle mb-1">Lead Developer <span class="tag">(February 2015 - January 2018)</span></h3>
<p>Expertise in Magento lead to a promotion, taking on new projects and branching out into more technologies, such as Vue.js.</p>
</div>
<div class="content listing">
<h3 class="subtitle mb-1">Web Developer <span class="tag">(February 2013 - January 2015)</span></h3>
<p>Brought on as a direct hire software engineer for continued work in Magento.</p>
</div>
<div class="content listing">
<h3 class="subtitle mb-1">Independent Contractor <span class="tag">(February 2011 - January 2013)</span></h3>
<p>Hired initially as an independent contractor for custom PHP framework management.</p>
</div>
</div>
<div class="content job">
<h2 class="divider is-left title is-size-4">Management Science Associates <span class="tag ml-3">(July 2010 - February 2011)</span></h2>
<div class="content listing">
<h3 class="subtitle mb-1">Software Developer</h3>
<p>Developed stored procedures in Oracle for large data (millions of rows) management, retrieval, and analysis. Worked closely with .NET team to adapt SQL views and tables for long-term stability and compatibility.</p>
</ul>
</div>
</div>
</div>
</div>
</div>
</section>
<script src="https://kit.fontawesome.com/0d41ee9a60.js" crossorigin="anonymous"></script>
</body>
</html>