Open in github.dev
Open in a new github.dev tab
Open in codespace
/
index.html
171 lines (159 loc) · 9.75 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
<!DOCTYPE HTML>
<!--
Dimension by HTML5 UP
html5up.net | @ajlkn
Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
Updated design by Garrett Sundin
-->
<html>
<head>
<title>Garrett's Resume</title>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no" />
<link rel="icon" href="images/favicon.png" type="image/gif">
<link rel="stylesheet" href="assets/css/main.css" />
<link rel="stylesheet" href="assets/css/emoji.css">
<!--[if lte IE 9]><link rel="stylesheet" href="assets/css/ie9.css" /><![endif]-->
<noscript><link rel="stylesheet" href="assets/css/noscript.css" /></noscript>
</head>
<body>
<!-- Wrapper -->
<div id="wrapper">
<!-- Header -->
<header id="header">
<div class="logo">
<span class="icon fa-code"></span>
</div>
<div class="content">
<div class="inner">
<h1>Garrett Sundin</h1>
<p>Thanks for your interest <img src="images/slightly-smiling-face.png" width="17"></p>
</div>
</div>
<nav>
<ul>
<li><b><a href="#intro">Intro</a></b></li>
<li><b><a href="#work">Work</a></b></li>
<li><b><a href="#projects">Projects</a></b></li>
<li><b><a href="#contact">Contact</a></b></li>
<!--<li><a href="#elements">Elements</a></li>-->
</ul>
</nav>
</header>
<!-- Main -->
<div id="main">
<!-- Intro -->
<article id="intro">
<h2 class="major">Intro</h2>
<span class="image main"><img src="images/gandcairocropped.jpg" alt="" /></span>
<p>I'm a full-stack developer with experience in firmware,
software, and web programming. I'm currently seeking employment for a job involving one or more of those things at a company that does not enforce a strict dress code.</p>
<p>I live in Minneapolis, MN and am passionate about all types of technology. Check out some of my projects <a href="#projects">here</a>!</p>
<p>I also own a small company that serves to bring other small companies onto the Internet. Check out <a href="https://zinksolutions.net" target="_blank">Zink Solutions</a>!</p>
</article>
<!-- Work -->
<article id="work">
<h2 class="major">Work</h2>
<span class="image main"><img src="images/punch-through-garrett.jpg" alt="" /></span>
<h2>Medtronic</h2>
<h4>(Software Engineer II, May 2020 - Present)</h4>
<ul>
<li>Oversee scheduled software releases using CI/CD</li>
<li>Implement features for pacemaker interrogation software (proprietary language)</li>
<li>Manage a small team to create an internal automation tool</li>
</ul>
<h4>(Firmware Engineer, August 2019 - May 2020)</h4>
<ul>
<li>Wrote and reviewed firmware tests for Pain RC (TCL) and Pump X (C++) using proprietary libraries</li>
<li>Designed verification tests for THOR recharge module (Python) with automated testing in Jenkins</li>
</ul>
<hr>
<h2>Wells Fargo</h2>
<h4>(BSC & Web Designer, July 2017 - August 2019)</h4>
<ul>
<li>Managed communication and whitepapers for the Retail Delivery Systems team</li>
<li>Built and oversaw brokerage of VDIs (virtual desktops)</li>
<li>Single-handedly developed the new system of maintenance for the VDIs and trained another team to use it for future changes</li>
<li>Organized users and managed priviledges to test/dev/prod servers</li>
<li>Provided technical support for those experiencing issues on the VDIs or any other computer-based problem</li>
</ul>
<hr>
<h2>Punch Through Design</h2>
<h4>(Software/Firmware/Web Developer, May 2016 - July 2017)</h4>
<ul>
<li><a href="https://popslate.com">popSLATE 2</a> firmware(written in C, tested in Python, used various debugging hardware)</li>
<li>Wrote <a href="https://punchthrough.com/bean/docs/guides/node-sdk/overview">tutorials</a>, <a href="https://punchthrough.github.io/bean-docs/guides">guides</a>, and <a href="https://punchthrough.github.io/bean-docs/projects">projects</a> for the <a href="https://punchthrough.com/bean">LightBlue Bean</a> (Arduino and BLE profiles)</li>
<li>Augmented <a href="https://punchthrough.com">company website</a> to fix bugs and increase views/sales (Github, Heroku, AWS)</li>
<li>Improved shipping fulfillment process (Shopify API, Liquid)</li>
</ul>
<hr>
<h2>Innovative Tech. Partners</h2>
<h4>(IT Support, Oct 2010 - May 2016)</h4>
<ul>
<li>Built and maintained PCs, laptops, servers, NAS units, switches, routers, modems, VoIP systems, and more</li>
<li>Worked directly with end-users to solve technical problems and upgrade hardware and software</li>
<li>Managed IT infrastructure with GFI Max IT monitoring and support tools</li>
<li>Provided remote support using TeamViewer for Windows and Mac</li>
</ul>
<hr>
<h2>Bruegger's Bagels</h2>
<h4>(Bagel Baker & Sandwich Maker, July 2013 - July 2014)</h4>
<ul>
<li>Worked with difficult customers to craft precise stacks of ingredients</li>
<li>Prepared raw ingredients for the following day and documented stock</li>
<li>Put raw dough in oven and used powerful alchemical skills to turn it into cooked bagels</li>
</ul>
</article>
<!-- Projects -->
<article id="projects">
<h2 class="major">Projects</h2>
<span class="image main"><img src="images/modbo5PS2cropped.jpg" alt="" /></span>
<ul>
<li><a href="https://github.com/gsundin/CtrlFPlus">Fnid</a>, a Chrome finder plugin that accounts for spelling errors (<a href="http://cslc.mtu.edu/wwhtest/">Winter Wonderhack 2016</a>).</li>
<li><a href="https://whispering-castle-23170.herokuapp.com/index.html">MacBot</a>, a conversational AI with API integrations to Slack, Facebook Messenger, and Weather Underground (<a href="http://innovationcenter.msu.edu/events/spartahack-2017">Spartahack 2017</a>).</li>
<li><a href="http://www.instructables.com/id/Text-Your-Coffee-Maker">CoffeeBot</a>, a coffee maker with SMS capabilities (was featured in newsletter as Instructable of the week).</li>
<li><a href="https://punchthrough.github.io/bean-docs/projects/pumpkin-notifire/">Pumpkin Notifire</a> a wireless, ANCS-connected, fire-breathing jack-o-lantern.</li>
<li>Budget Raspberry Pi arcade cabinet (customized RetroPie distro, cabinet made of recycled wooden pallet boards).</li>
<li>Shoetooth Fight Stick, a retro arcade-style controller built into a shoebox that communicates with HID over Bluetooth Low-Energy.</li>
<li>Fakey Makey, a dirt-cheap version of the <a href="http://www.makeymakey.com/">Makey Makey</a> made with an Arduino UNO clone and resistors.</li>
<li>QWOP Bot, an AI that uses a genetic algorithm and improved heuristics to learn to run, using <a href="http://www.foddy.net/Athletics.html">QWOP</a> for reference.</li>
<li><a href="https://play.google.com/store/apps/details?id=io.github.gsundin.spititout">Spit It Out!</a> - a card game adapted for mobile (Android) devices</li>
<li><a href="https://gsundin.itch.io/light-pollution">Light Pollution</a>, a game made for the ICDBWTMAG 2019 Game Jam.</li>
<li><a href="https://github.com/gsundin/SuperCruncher">Super Cruncher</a>, an homage to MECC's 1990 masterpiece "Number Munchers."</li>
<li>Arduino leak detector for large appliances</li>
<li>CDAL-C++ cross compiler</li>
<li>Various soldering side-projects</li>
<li>Check my <a href="https://github.com/gsundin">GitHub</a> for projects I may never finish</li>
<li> Check my <a href="https://www.instagram.com/gsfluss/">Instagram</a> for my woodworking projects</li>
</ul>
</article>
<!-- Contact -->
<article id="contact">
<h2 class="major">Contact</h2>
<p>Think I'd be a good fit at your company?<br>Want to know more?</p>
<p>Email me at <a href="mailto:me@garrett.sundin.org" style="font-size:18pt">Look@MyResume.com</a></p>
<ul class="icons">
<li><a href="https://www.linkedin.com/in/garrett-sundin" class="icon fa-linkedin" title="LinkedIn" target="_blank"><span class="label">LinkedIn</span></a></li>
<li><a href="https://www.facebook.com/garrett.sundean" class="icon fa-facebook" title="Facebook" target="_blank"><span class="label">Facebook</span></a></li>
<li><a href="https://www.instructables.com/member/explodr" class="icon fa-wrench" title="Instructables" target="_blank"><span class="label">Instructables</span></a></li>
<li><a href="https://github.com/gsundin" class="icon fa-github" title="GitHub" target="_blank"><span class="label">GitHub</span></a></li>
<li><a href="https://twitter.com/dog_feelings" class="icon fa-twitter" title="Twitter" target="_blank"><span class="label">Twitter</span></a></li>
</ul>
</article>
</div>
<!-- Footer -->
<footer id="footer">
<p class="copyright">© Garrett Sundin.
<br>
Design: Garrett Sundin & <a href="https://html5up.net">HTML5 UP</a>.</p>
</footer>
</div>
<!-- BG -->
<div id="bg"></div>
<!-- Scripts -->
<script src="assets/js/jquery.min.js"></script>
<script src="assets/js/skel.min.js"></script>
<script src="assets/js/util.js"></script>
<script src="assets/js/main.js"></script>
</body>
</html>