-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
168 lines (148 loc) · 5.03 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
<!DOCTYPE HTML>
<html>
<head>
<title>Miller, Jerel - Resume</title>
<link href="resume.css" rel="stylesheet" type="text/css">
</head>
<body>
<!-- Header -->
<header class="main-info">
<h1>Jerel Miller</h1>
<address>
<span>[email protected]</span>
<span>2109 Autumn Moon Dr, Windsor CO, 80550</span>
<span>970-396-7316</span>
<div class="social-profiles">
<div class="social-profile">
<img src="github.png" />
<span>@jerelmiller</span>
</div>
</div>
</address>
</header>
<!-- Education -->
<section>
<h2>Education</h2>
<div class="line-item">
<strong>Colorado School of Mines — Golden, CO</strong>
<span>
<strong>Bachelor of Science:</strong>
May 2012
</span>
</div>
<div>Major: Computer Science</div>
</section>
<!-- Work Experience -->
<section>
<h2>Work Experience</h2>
<div class="job">
<div class="job-location">
<h3>New Relic — Portland, OR</h3>
<span>November 2018 — Current</span>
</div>
<div>
<strong>Lead Software Engineer</strong>
—
<span>April 2022 — Current</span>
</div>
<div>
<strong>Senior Software Engineer</strong>
—
<span>November 2018 — April 2022</span>
</div>
<ul>
<li>Tech lead for the Developer Experience team</li>
<li>Full stack development using Elixir and React</li>
<li>Mentor to team members of all levels</li>
<li>Tech lead for docs site migration project</li>
<li>Cross-team tech lead for New Relic Instant Observability</li>
</ul>
</div>
<div class="job">
<div class="job-location">
<h3>FocusVision — Portland, OR</h3>
<span>November 2015 — August 2018</span>
</div>
<div>
<strong>Senior Software Engineer</strong>
—
<span>November 2015 — August 2018</span>
</div>
<ul>
<li>Full stack development using Ruby on Rails, Elixir Phoenix, MySQL, Postgres, GraphQL, Ember, React, Sass, Emotion, Webpack, and Haml</li>
<li>Developed platform APIs using JSONAPI spec and GraphQL to enable cross-platform communication between FocusVision products</li>
<li>Performed code reviews to ensure code met quality, security, and performance standards</li>
<li>Served as a tech lead for team of 5 engineers</li>
<li>Interviewed candidates for engineering positions</li>
<li>Oversaw development on 24tru and InterVu Now platforms</li>
<li>Served as a technical resource and mentor for team of 14 engineers</li>
<li>Gave tech talks to team to teach new concepts and technologies</li>
</ul>
</div>
<div class="job">
<div class="line-item">
<h3>24tru — Denver, CO</h3>
<span>May 2012 — November 2015</span>
</div>
<div>
<strong>Web Architect</strong>
—
<span>May 2014 — November 2015</span>
</div>
<div>
<strong>Senior Software Engineer</strong>
—
<span>July 2013 — May 2014</span>
</div>
<div>
<strong>Software Engineer</strong>
—
<span>May 2012 — July 2013</span>
</div>
<ul>
<li>Full stack development using Ruby on Rails, MySQL, Angular, Backbone, React, jQuery, Bootstrap, Sass, Webpack, and Haml</li>
<li>Architected systems to ensure flexibility, maintainability, and scalability</li>
<li>Met with product management team daily to plan future product development and gather technical requirements</li>
<li>Implemented standardized code review system</li>
<li>Performed code reviews to ensure code met standards with a high level of quality</li>
<li>Interviewed candidates for engineering and product positions</li>
</ul>
</div>
</section>
<!-- Qualifications -->
<section>
<h2>Qualifications</h2>
<div>
<strong>Web Development:</strong>
Ruby on Rails, React, HTML, CSS, MySQL, Postgres, JavaScript, Elixir, Phoenix, GraphQL, TypeScript
</div>
<div>
<strong>Strong languages:</strong>
Ruby, Elixir, JavaScript, CSS, HTML, TypeScript
</div>
<div>
<strong>Version Control:</strong>
Git
</div>
</section>
<!-- Misc -->
<section>
<h2>Miscellaneous Project Experience</h2>
<div>
<strong>MotoAmerica —</strong>
Elixir web application for the MotoAmerica racing organization.
Enables tech control team to keep track of technical inspections and
tire assignments for each competitor during events. Integrated React
to manage the frontend for the MotoAmerica racing organization.
</div>
</section>
<!-- Awards -->
<section>
<h2>Awards & Achievements</h2>
<div>
<strong>24tru MVP —</strong>
given for outstanding performance in September 2013
</div>
</section>
</body>
</html>