-
Notifications
You must be signed in to change notification settings - Fork 0
/
experience.html
125 lines (115 loc) · 5.44 KB
/
experience.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
<!DOCTYPE html>
<html>
<head>
<title>Will Howell</title>
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
<link href='https://fonts.googleapis.com/css?family=Open+Sans:400,300' rel='stylesheet' type='text/css'>
<link rel="stylesheet" href="css/normalize.css">
<link rel="stylesheet" href="css/custom.css">
<link rel="stylesheet" href="css/themify-icons.css">
<link rel="shortcut icon" href="favicon.png">
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-72542539-1', 'auto');
ga('send', 'pageview');
</script>
</head>
<body>
<div class="main">
<div class="header">
<div class="image profile profile-inline thumb"></div>
<div class="title-inline">
<h3>Will Howell</h3>
<h4>software developer <span id="and">&</span> electrical engineer</h4>
<p class="italics">Raleigh, NC</p>
</div>
</div>
<div class="major first">
<div class="experience-logo" id="d5"></div>
<div class="experience-inline">
<h2>Delta Five</h2><h4 class="date">2014-2016</h4>
</div>
<p>Here, I worked on a small team to develop an IoT monitoring device from
scratch. I was chiefly responsible for the circuit design, PCB layout, and electronics
manufacturing for both enterprise and consumer end users. In addition, I designed,
developed, and continued to maintain the product firmware, squashing bugs as soon
as they were discovered. By the time I left Delta Five, our devices were being beta
tested by 7 operating businesses.
</p>
<p>In addition to our standard product focus, I performed several rapid prototypes
for proof-of-principle validation, as well as designed a power supply
<span id="and">&</span> computer system for a prototype mobile robot.
</p>
<p>Other duties included acting as the face of customer service
for our beta testing program, co-designing the interface for our web
dashboard, and maintaining/validating functionality through constant design
iterations.
</p>
</div>
<div class="major">
<div class="experience-logo" id="mvmt"></div>
<div class="experience-inline">
<h2>Electric M|V|M|T</h2><h4 class="date">2013-2014</h4>
</div>
<p>Working here during my senior year at NC State, I focused on the development
of a rechargeable power supply for a luminescent hoodie. I also developed
prototypes of a rechargeable illuminated streetwear hat. Neither ever made
it to production, but it was an important experience in learning development
and prototyping skills. Electric MVMT also was a sponsor for my
<a href="projects.html#outerwear">capstone project</a>, where I worked with
a small team to develop a prototype for another emerging product.
</p>
</div>
<div class="major">
<div class="experience-logo" id="ncsu"></div>
<div class="experience-inline">
<h2>North Carolina State University</h2><h4 class="date">2010-2014</h4>
</div>
<p>I was formally introduced to C and Java, as well as
controls, microprocessor optimization, and a full spectrum of circuit analysis.
I built several cool projects and a slew of boring ones.
</p>
<p>Through a variety of group projects, I developed team leadership skills
and won a few awards. I'm most proud of being elected <span class="italics">
Outstanding Senior Design Student</span> (see
<a href="projects.html#outerwear">capstone project</a>)
from a class of 60+ students by both instructors, independently.
</p>
</div>
<div class="major">
<div class="experience-logo" id="mcdean"></div>
<div class="experience-inline">
<h2>M.C. Dean</h2><h4 class="date">2012</h4>
</div>
<p>I traveled to Germany to work on security systems for European clients. Most of the
internship focused on analyzing shipping data for cost savings and using
AutoCAD to organize and maintain security installation documentation.</p>
</div>
<div class="major">
<div class="experience-logo" id="signalscape"></div>
<div class="experience-inline">
<h2>Signalscape</h2><h4 class="date">2011</h4>
</div>
<p>It was my first internship, so I can't say I did anything too impressive.
I built my first GUI to support database interactions, and I supported
the senior engineers with soldering <span id="and">&</span> board validation.
</p>
</div>
<div class="major footer">
<h4>
<a href="home.html" class="nav-link">Home</a>
<a href="experience.html" class="nav-link">Experience</a>
<a href="projects.html" class="nav-link">Projects</a>
</h4>
<div id="footer-spacer"></div>
<a href="mailto:will.s.howell@gmail.com"><span class="ti-email social"></span></a>
<a href=""><span class="ti-linkedin social"></span></a>
<a href="https://twitter.com/wshowell"><span class="ti-twitter social"></span></a>
<a href="https://github.com/willshowell"><span class="ti-github social"></span></a>
</div>
</div>
</body>
</html>