-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathresume.html
More file actions
359 lines (332 loc) · 18.4 KB
/
Copy pathresume.html
File metadata and controls
359 lines (332 loc) · 18.4 KB
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
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="Learn more about Morgan Rogers - Background, Education, Interests, and Professional Journey">
<title>Resume - Morgan Rogers</title>
<link rel="stylesheet" href="styles.css">
</head>
<body>
<!-- Navigation -->
<nav class="navbar" id="navbar">
<div class="nav-container">
<div class="logo">
<a href="index.html">Morgan Rogers</a>
</div>
<button class="nav-toggle" id="navToggle" aria-label="Toggle navigation">
<span></span>
<span></span>
<span></span>
</button>
<ul class="nav-menu" id="navMenu">
<li><a href="index.html">Home</a></li>
<li><a href="about.html">About</a></li>
<li><a href="resume.html" class="active">Resume</a></li>
<li><a href="portfolio.html">Portfolio</a></li>
<li><a href="gallery.html">Gallery</a></li>
<li><a href="blog.html">Blog</a></li>
<li><a href="contact.html">Contact</a></li>
</ul>
</div>
</nav>
<!-- Page Header -->
<header class="page-header">
<div class="container">
<h1>Resume</h1>
<p>Software Engineer & ISC2 CC-Certified Professional</p>
<button id="downloadResume" class="btn btn-primary">Download PDF</button>
</div>
</header>
<!-- Resume Content -->
<section class="resume-section">
<div class="container">
<div class="resume-container">
<!-- Contact Information -->
<div class="resume-header">
<h2>Morgan Rogers</h2>
<p class="resume-title">Software Engineer</p>
<div class="contact-info">
<div class="contact-item">
<span class="icon">📍</span>
<span>Cornish, ME 04020</span>
</div>
<div class="contact-item">
<span class="icon">📞</span>
<a href="tel:+12078230747">(207) 823-0747</a>
</div>
<div class="contact-item">
<span class="icon">✉️</span>
<a href="mailto:mrgn.rogers@gmail.com">mrgn.rogers@gmail.com</a>
</div>
<div class="contact-item">
<span class="icon">💼</span>
<a href="https://www.linkedin.com/in/morgan-rogers-0042972b9" target="_blank" rel="noopener">LinkedIn</a>
</div>
<div class="contact-item">
<span class="icon">🔗</span>
<a href="https://github.com/PromptNebula05" target="_blank" rel="noopener">GitHub</a>
</div>
<div class="contact-item">
<span class="icon">🦊</span>
<a href="https://gitlab.com/mroge153" target="_blank" rel="noopener">GitLab</a>
</div>
</div>
</div>
<!-- Professional Summary -->
<div class="resume-block">
<h3 class="section-title">Summary</h3>
<p>
Software engineer and ISC2 CC-certified professional with a foundation in full-stack
development, backend engineering, and information security. Experienced building
enterprise-grade applications with JavaScript/TypeScript, Python, React, Node.js, and
MongoDB. Skilled in designing RESTful and GraphQL APIs, implementing authentication
and RBAC, containerized deployments, and CI/CD pipelines with GitHub Actions. Proficient
in Linux Administration. Background in production systems support and military
information assurance brings a reliability-first, security-conscious engineering mindset.
Pursuing a second BS in Software Engineering and a second MS in Software Engineering with
a DevOps focus.
</p>
</div>
<!-- Technical Skills -->
<div class="resume-block">
<h3 class="section-title">Technical Skills</h3>
<div class="skills-category">
<h4>Languages</h4>
<div class="skill-tags">
<span class="skill-tag">JavaScript</span>
<span class="skill-tag">TypeScript</span>
<span class="skill-tag">Python</span>
<span class="skill-tag">Go</span>
<span class="skill-tag">Java</span>
<span class="skill-tag">SQL</span>
</div>
</div>
<div class="skills-category">
<h4>Frontend</h4>
<div class="skill-tags">
<span class="skill-tag">React</span>
<span class="skill-tag">HTML5</span>
<span class="skill-tag">CSS3</span>
<span class="skill-tag">Responsive Design</span>
</div>
</div>
<div class="skills-category">
<h4>Backend</h4>
<div class="skill-tags">
<span class="skill-tag">Node.js</span>
<span class="skill-tag">Express</span>
<span class="skill-tag">Spring Boot</span>
<span class="skill-tag">REST APIs</span>
<span class="skill-tag">GraphQL</span>
<span class="skill-tag">Microservices</span>
</div>
</div>
<div class="skills-category">
<h4>Databases</h4>
<div class="skill-tags">
<span class="skill-tag">MongoDB</span>
<span class="skill-tag">Mongoose</span>
<span class="skill-tag">PostgreSQL</span>
<span class="skill-tag">Redis</span>
</div>
</div>
<div class="skills-category">
<h4>DevOps & Cloud</h4>
<div class="skill-tags">
<span class="skill-tag">GitHub Actions</span>
<span class="skill-tag">CI/CD</span>
<span class="skill-tag">Docker</span>
<span class="skill-tag">Nginx</span>
<span class="skill-tag">Linux</span>
</div>
</div>
<div class="skills-category">
<h4>Security</h4>
<div class="skill-tags">
<span class="skill-tag">JWT/RBAC</span>
<span class="skill-tag">Container Security</span>
<span class="skill-tag">CI/CD Pipeline Security</span>
<span class="skill-tag">Active Directory</span>
<span class="skill-tag">Nmap</span>
<span class="skill-tag">Wireshark</span>
</div>
</div>
<div class="skills-category">
<h4>Tools</h4>
<div class="skill-tags">
<span class="skill-tag">Git</span>
<span class="skill-tag">Zed</span>
<span class="skill-tag">VS Code</span>
<span class="skill-tag">Vim</span>
<span class="skill-tag">GitKraken</span>
<span class="skill-tag">Postman</span>
<span class="skill-tag">Agile/Scrum</span>
</div>
</div>
</div>
<!-- Projects -->
<div class="resume-block">
<h3 class="section-title">Projects</h3>
<div class="resume-item">
<h4>Nine Tigers Online Platform</h4>
<p class="institution">Full-stack member portal for a Kung Fu school</p>
<ul class="responsibilities">
<li>Designed and implemented a Node.js/Express backend with Mongoose data models and MongoDB persistence</li>
<li>Built REST and GraphQL API layers with input validation, error handling, and structured logging</li>
<li>Implemented JWT-based authentication and RBAC for multi-tier user permissions</li>
<li>Containerized the application with Docker for consistent development and deployment</li>
<li>Managed source control with Git, GitHub, and GitKraken; followed branch-based workflows</li>
<li>Followed Agile methodology with iterative sprints, user stories, and continuous integration</li>
</ul>
</div>
<div class="resume-item">
<h4>Unity-Tools</h4>
<p class="institution">Python CLI tool for student enrollment reporting at Unity Environmental University</p>
<ul class="responsibilities">
<li>Built a Python/pandas data pipeline that merges DoD Report and Enrollment Registration CSVs on SIS ID, normalizing data types for reliable joins</li>
<li>Implemented advisor-assignment logic with edge-case handling for unassigned students, ally mismatches, and multi-ally scenarios</li>
<li>Generated filtered reports flagging students with 5+ days of inactivity, missing assignments, zero-score courses, blank activity fields, and course/section mismatches</li>
<li>Designed an interactive menu-driven CLI with per-advisor drill-downs and CSV export to a local reports directory</li>
</ul>
</div>
<div class="resume-item">
<h4>Trudvang Character Creator</h4>
<p class="institution">Multi-step form wizard and backend service for a tabletop RPG system</p>
<ul class="responsibilities">
<li>Architected backend data models and API routes to support multi-step character creation workflow</li>
<li>Built a responsive React frontend with clean UX, state management, and form validation</li>
<li>Integrated authentication and role-based access with clean separation of concerns</li>
</ul>
</div>
</div>
<!-- Professional Experience -->
<div class="resume-block">
<h3 class="section-title">Experience</h3>
<div class="resume-item">
<div class="item-header">
<h4>Application Support Specialist</h4>
<span class="date">April 2025 - Present</span>
</div>
<p class="institution">City of South Portland</p>
<ul class="responsibilities">
<li>Administer Active Directory and enterprise application services across city departments</li>
<li>Develop and implement application solutions, integrating functionality citywide</li>
<li>Serve as advanced escalation point, troubleshooting complex production and system issues</li>
<li>Perform daily system monitoring; maintain backup/recovery systems and technical documentation</li>
<li>Collaborate cross-functionally with IT, public safety, and administrative teams to deliver technology solutions</li>
</ul>
</div>
<div class="resume-item">
<div class="item-header">
<h4>Baccalaureate Advisor for Distance Education</h4>
<span class="date">February 2024 - April 2025</span>
</div>
<p class="institution">Unity Environmental University</p>
<ul class="responsibilities">
<li>Managed 300+ students using Salesforce CRM; developed automation scripts to improve workflows</li>
<li>Implemented data security measures and utilized ticket tracking for issue resolution</li>
<li>Coordinated across departments to streamline student support processes</li>
</ul>
</div>
<div class="resume-item">
<div class="item-header">
<h4>Section Leader / Information Assurance Officer</h4>
<span class="date">July 2010 - July 2016</span>
</div>
<p class="institution">U.S. Marine Corps</p>
<ul class="responsibilities">
<li>Managed military network security as Information Assurance Officer; maintained protocols for classified systems</li>
<li>Led and trained a squad in cybersecurity best practices and operational readiness</li>
<li>Enforced compliance with DoD security policies across communications and information systems</li>
</ul>
</div>
</div>
<!-- Certifications -->
<div class="resume-block">
<h3 class="section-title">Certifications</h3>
<div class="skills-category">
<div class="skill-tags">
<span class="skill-tag">ISC2 CC</span>
</div>
</div>
</div>
<!-- Education -->
<div class="resume-block">
<h3 class="section-title">Education</h3>
<div class="resume-item">
<div class="item-header">
<h4>BS in Software Engineering → MS in Software Engineering, DevOps (Accelerated Program)</h4>
<span class="date">In Progress</span>
</div>
<p class="institution">Western Governors University</p>
</div>
<div class="resume-item">
<div class="item-header">
<h4>MS in Computer Information Systems, Web Application Development</h4>
<span class="date">2026</span>
</div>
<p class="institution">Boston University</p>
</div>
<div class="resume-item">
<div class="item-header">
<h4>BS in Secondary Education</h4>
<span class="date">2023</span>
</div>
<p class="institution">University of Maine Farmington</p>
</div>
</div>
</div>
</div>
</section>
<!-- CTA Section -->
<section class="cta-section">
<div class="container">
<h2>Interested in Working Together?</h2>
<p>Let's discuss how I can contribute to your team.</p>
<a href="contact.html" class="btn btn-light">Get In Touch</a>
</div>
</section>
<!-- Footer -->
<footer class="footer">
<div class="container">
<div class="footer-content">
<div class="footer-section">
<h3>Morgan Rogers</h3>
<p>Software Developer</p>
<p>Boston University - MS in CIS</p>
<p>WGU - BS/MS in SWE</p>
</div>
<div class="footer-section">
<h4>Quick Links</h4>
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="about.html">About</a></li>
<li><a href="resume.html">Resume</a></li>
<li><a href="portfolio.html">Portfolio</a></li>
</ul>
</div>
<div class="footer-section">
<h4>Connect</h4>
<ul class="social-links">
<li><a href="https://gitlab.com/mroge153" target="_blank" rel="noopener">GitLab</a></li>
<li><a href="https://github.com/PromptNebula05" target="_blank" rel="noopener">GitHub</a></li>
<li><a href="https://www.linkedin.com/in/morgan-rogers-0042972b9/" target ="_blank" rel="noopener">LinkedIn</a></li>
<li><a href="mailto:mrgn.rogers@gmail.com">Email</a></li>
</ul>
</div>
<div class="footer-section">
<h4>Location</h4>
<p>Cornish, Maine 04020</p>
<p>(207) 823-0747</p>
</div>
</div>
<div class="footer-bottom">
<p>© 2026 Morgan Rogers. All rights reserved.</p>
<p class="footer-note">Built with HTML5, CSS3, JavaScript & React</p>
</div>
</div>
</footer>
<script src="script.js"></script>
</body>
</html>