-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
271 lines (259 loc) · 13.8 KB
/
Copy pathindex.html
File metadata and controls
271 lines (259 loc) · 13.8 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="color-scheme" content="light">
<meta name="theme-color" content="#f4f5fc">
<title>David Engelhart — DevOps & Cloud AI Engineer | codedev</title>
<meta
name="description"
content="David Engelhart — experienced DevOps & Cloud AI Engineer, highly skilled in IaC, CI/CD pipelines, AWS, Azure, Kubernetes, AI-assisted development, and various programming languages. Educator, author of Terraform to Bicep, and creator of Termpolis."
>
<meta name="keywords" content="David Engelhart, DevOps engineer, cloud engineer, AWS, Azure, Terraform, Bicep, infrastructure as code, CI/CD, DevOps coach, Computer Science teacher, Termpolis, codedev">
<meta name="author" content="David Engelhart">
<link rel="canonical" href="https://codedev.llc/">
<link rel="icon" type="image/svg+xml" href="logo-codedev.svg">
<link rel="shortcut icon" href="logo-codedev.svg">
<!-- Open Graph / LinkedIn / Facebook / Discord / Slack -->
<meta property="og:type" content="profile">
<meta property="profile:first_name" content="David">
<meta property="profile:last_name" content="Engelhart">
<meta property="og:site_name" content="codedev">
<meta property="og:url" content="https://codedev.llc/">
<meta property="og:title" content="David Engelhart — DevOps & Cloud AI Engineer · Educator">
<meta property="og:description" content="Senior & Staff-level DevOps and Cloud Engineer, lifelong educator, author of Terraform to Bicep, and creator of Termpolis.">
<meta property="og:image" content="https://codedev.llc/assets/avatar.png">
<meta property="og:image:width" content="388">
<meta property="og:image:height" content="282">
<meta property="og:image:alt" content="Illustrated portrait of David Engelhart.">
<meta property="og:locale" content="en_US">
<!-- Twitter / X -->
<meta name="twitter:card" content="summary">
<meta name="twitter:title" content="David Engelhart — DevOps & Cloud AI Engineer · Educator">
<meta name="twitter:description" content="Senior & Staff-level DevOps and Cloud Engineer, lifelong educator, author of Terraform to Bicep, and creator of Termpolis.">
<meta name="twitter:image" content="https://codedev.llc/assets/avatar.png">
<meta name="twitter:image:alt" content="Illustrated portrait of David Engelhart.">
<!-- Structured data: Person -->
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "Person",
"name": "David Engelhart",
"jobTitle": "DevOps & Cloud AI Engineer",
"description": "Experienced DevOps and Cloud AI Engineer — skilled in IaC, CI/CD, AWS, Azure, Kubernetes, AI-assisted development, and various programming languages. Educator, author of Terraform to Bicep, and creator of Termpolis.",
"url": "https://codedev.llc/",
"image": "https://codedev.llc/assets/avatar.png",
"sameAs": [
"https://www.linkedin.com/in/david-engelhart-659701304/",
"https://termpolis.com/",
"https://www.amazon.com/Terraform-Bicep-Comparative-Approach-Infrastructure/dp/B0H2BNMWWY"
],
"knowsAbout": ["AWS", "Microsoft Azure", "Terraform", "Bicep", "Infrastructure as Code", "CI/CD", "Kubernetes", "DevOps", "Cloud architecture"],
"worksFor": {
"@type": "Organization",
"name": "Assurant"
}
}
</script>
<link rel="stylesheet" href="styles.css">
<noscript>
<style>.reveal { opacity: 1 !important; transform: none !important; }</style>
</noscript>
</head>
<body>
<!-- Drifting aurora background + cursor-follow spotlight (pure decoration) -->
<div class="aurora" aria-hidden="true">
<span class="a1"></span>
<span class="a2"></span>
<span class="a3"></span>
</div>
<div class="spotlight" aria-hidden="true"></div>
<div class="grid-overlay" aria-hidden="true"></div>
<div class="page-shell">
<header class="site-header">
<a class="brand" href="#top" aria-label="codedev home">
<img class="brand-logo" src="logo-codedev.svg" alt="codedev logo" width="44" height="44">
<span class="brand-text">codedev<span class="brand-llc">LLC</span></span>
</a>
<nav class="site-nav" aria-label="Primary">
<a href="#about">About</a>
<a href="#experience">Experience</a>
<a href="#education">Education</a>
<a href="#work">Work</a>
</nav>
<a class="button button-ghost" href="https://www.linkedin.com/in/david-engelhart-659701304/" target="_blank" rel="noreferrer">LinkedIn</a>
</header>
<main id="top">
<section class="hero reveal">
<div class="avatar-ring">
<img src="assets/avatar.png" alt="Illustrated portrait of David Engelhart" width="388" height="282">
</div>
<p class="eyebrow">DevOps & Cloud AI Engineer · Educator · Builder</p>
<h1><span class="name-grad">David Engelhart</span></h1>
<p class="tagline">Experienced DevOps & Cloud AI Engineer — highly skilled in IaC, CI/CD pipelines, AWS, Azure, Kubernetes, AI-assisted development best practices, and various programming languages.</p>
<ul class="fact-pills" aria-label="Highlights">
<li>💻 Senior / Staff DevOps & Cloud</li>
<li>☁️ AWS · Azure · IaC · CI/CD</li>
<li>🧑🏫 8 yrs teaching CS (AP · IB)</li>
<li>📖 Author, “Terraform to Bicep”</li>
<li>⚙️ Creator of Termpolis</li>
</ul>
<div class="hero-actions">
<a class="button" href="https://www.linkedin.com/in/david-engelhart-659701304/" target="_blank" rel="noreferrer">Connect on LinkedIn</a>
<a class="button button-secondary" href="https://termpolis.com" target="_blank" rel="noreferrer">See Termpolis</a>
<a class="button button-secondary" href="https://www.amazon.com/Terraform-Bicep-Comparative-Approach-Infrastructure/dp/B0H2BNMWWY" target="_blank" rel="noreferrer">Get the book</a>
</div>
<p class="hero-text">
I’m a Senior and Staff-level DevOps and Cloud Engineer with an unusual path: eight years
teaching Computer Science, eight years building software, and — since 2018 — designing and
running cloud infrastructure on AWS and Azure. I never really stopped teaching; these days
it’s engineers, through DevOps coaching, a book on Azure infrastructure as code, and the
tools I build.
</p>
</section>
<section id="about" class="section reveal">
<div class="section-heading">
<p class="eyebrow">About</p>
<h2>Two decades between building software and teaching it.</h2>
</div>
<div class="about-grid">
<div class="about-copy">
<p>
I’m a Senior and Staff-level DevOps and Cloud Engineer whose career bridges two worlds that
rarely meet: the classroom and the cloud. I spent eight years teaching AP and IB Computer
Science in secondary school and programming at the community-college level, then eight years
as a Senior Software Engineer across the public and private sectors.
</p>
<p>
In 2018 I moved fully into DevOps and Cloud Engineering. Today I architect infrastructure on
AWS and Azure, write infrastructure as code, and build the CI/CD pipelines teams ship on. That
teaching instinct never left — as a Senior DevOps Engineer and DevOps coach at Assurant, I help
professionals across the company adopt cloud, IaC, and CI/CD. I’m the author of
<em>Terraform to Bicep</em> and the creator of <em>Termpolis</em>.
</p>
</div>
<aside class="skills-card">
<p class="skills-label">What I work with</p>
<ul class="skill-chips" aria-label="Core skills">
<li>AWS</li>
<li>Azure</li>
<li>Terraform</li>
<li>Bicep</li>
<li>Infrastructure as Code</li>
<li>CI/CD pipelines</li>
<li>Kubernetes</li>
<li>Cloud architecture</li>
<li>AI-assisted development</li>
<li>Programming languages</li>
<li>DevOps coaching</li>
</ul>
</aside>
</div>
</section>
<section id="experience" class="section reveal">
<div class="section-heading">
<p class="eyebrow">Experience</p>
<h2>From the lecture hall to the cloud.</h2>
</div>
<ol class="timeline">
<li class="timeline-item">
<span class="timeline-when">Recent</span>
<h3>Senior DevOps Engineer & DevOps Coach</h3>
<p class="timeline-where">Assurant</p>
<p>Coach professionals across the company to use AWS and Azure cloud resources, write
infrastructure as code, and build CI/CD pipelines — bringing the classroom into the enterprise.</p>
</li>
<li class="timeline-item">
<span class="timeline-when">2018 – Present</span>
<h3>Senior / Staff DevOps & Cloud Engineer</h3>
<p class="timeline-where">Various companies</p>
<p>Design and operate cloud infrastructure on AWS and Azure — infrastructure as code, CI/CD
pipelines, and the platforms engineering teams ship on every day.</p>
</li>
<li class="timeline-item">
<span class="timeline-when">8 years · → 2018</span>
<h3>Senior Software Engineer</h3>
<p class="timeline-where">Public & private sector</p>
<p>Eight years building production software across the public and private sectors before
transitioning fully into DevOps and Cloud Engineering in 2018.</p>
</li>
<li class="timeline-item">
<span class="timeline-when">8 years</span>
<h3>Computer Science Instructor</h3>
<p class="timeline-where">Secondary school (AP & IB) · community college</p>
<p>Taught AP and IB Computer Science at the secondary level and programming courses at the
community-college level for eight years.</p>
</li>
</ol>
</section>
<section id="education" class="section reveal">
<div class="section-heading">
<p class="eyebrow">Education</p>
<h2>A foundation in both code and teaching.</h2>
</div>
<div class="edu-grid">
<article class="edu-card">
<h3>PhD (ABD), Education</h3>
<p class="edu-meta">Curriculum & Instruction</p>
<p>Completed roughly 90% of the doctoral program — all coursework and candidacy, all but the
dissertation (ABD).</p>
</article>
<article class="edu-card">
<h3>M.Ed., Education</h3>
<p class="edu-meta">Curriculum & Instruction</p>
<p>Master’s degree focused on how people learn — and how to teach technical subjects well.</p>
</article>
<article class="edu-card">
<h3>B.S., Computer Science</h3>
<p class="edu-meta">Computer Science</p>
<p>The technical foundation behind a career of building software and the systems that run it.</p>
</article>
</div>
</section>
<section id="work" class="section reveal">
<div class="section-heading">
<p class="eyebrow">Selected Work</p>
<h2>Things I’ve built and written.</h2>
</div>
<div class="work-grid">
<article class="work-card">
<p class="work-tag">Creator</p>
<h3>Termpolis</h3>
<p>A local-first, multi-agent terminal for secure AI-assisted development — Claude, Codex,
Gemini, and Qwen working as a team under a security perimeter you control, with a shared
long-term memory across every agent and session.</p>
<div class="work-links">
<a href="https://termpolis.com" target="_blank" rel="noreferrer">termpolis.com →</a>
<a href="https://github.com/codedev-david/termpolis" target="_blank" rel="noreferrer">GitHub</a>
</div>
</article>
<article class="work-card">
<p class="work-tag">Author</p>
<h3>Terraform to Bicep</h3>
<p>A comparative, hands-on guide to Azure Infrastructure as Code — how Terraform and Bicep work
under the hood, how they integrate with Azure, and how to apply both to real-world scenarios
like AKS, App Services, and multi-tier architectures.</p>
<div class="work-links">
<a href="https://www.amazon.com/Terraform-Bicep-Comparative-Approach-Infrastructure/dp/B0H2BNMWWY" target="_blank" rel="noreferrer">Buy on Amazon →</a>
<a href="https://www.amazon.com/Terraform-Bicep-Comparative-Approach-Infrastructure-ebook/dp/B0H27KFHCX" target="_blank" rel="noreferrer">Kindle edition</a>
</div>
</article>
</div>
</section>
</main>
<footer class="site-footer">
<div class="footer-brand">
<img class="footer-logo" src="logo-codedev.svg" alt="" width="26" height="26" aria-hidden="true">
<span>© 2026 CodeDev, LLC · David Engelhart</span>
</div>
<nav class="footer-links" aria-label="Footer">
<a href="https://www.linkedin.com/in/david-engelhart-659701304/" target="_blank" rel="noreferrer">LinkedIn</a>
<a href="https://termpolis.com" target="_blank" rel="noreferrer">Termpolis</a>
<a href="https://www.amazon.com/Terraform-Bicep-Comparative-Approach-Infrastructure/dp/B0H2BNMWWY" target="_blank" rel="noreferrer">Book</a>
</nav>
</footer>
</div>
<script src="script.js" defer></script>
</body>
</html>