blob: 7b43aa0e8dc8bea3ceae8a136d67c672430f0af5 (
plain) (
blame)
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
|
---
layout: layouts/page.njk
---
{% image "src/images/main.png", "Picture of Kevin Hoerr", "350px", "350" %}
<section><h1>Hello!</h1></section>
<section>
<p>I'm a computer science and math graduate from Millersville University. I work as a Solutions Architect and specialize in development operations and systems validation for web applications.</p>
<p>During my time at Millersville I was the lead Linux admin for the Cyber Defense Organization (CDO). In addition to constructing a new computer lab for our efforts, we participated in NCL and MACCDC.</p>
<p>Most of my development experience is focused around full stack development. For the front-end I use TypeScript and ReactJS using Vite. For back-end systems I have used both Java with Spring Boot and Quarkus frameworks extensively. To mediate APIs I have used Apache Kafka, OpenAPI, and GraphQL.</p>
<p>My free time is spent engaging in general computing hobbies. When I'm not trying out new application frameworks, I am fiddling around with Guix or NixOS. I run a kubernetes cluster at home to manage, maintain, and secure my personal network as well as experimenting with distributed workloads.</p>
<em>- Kevin H.</em>
</section>
<section>
<a href="https://github.com/kjhoerr" rel="me" aria-label="My profile kjhoerr on GitHub with recent projects">
<i role="img" class="icon fa-github"></i>
kjhoerr on GitHub
</a>
</section>
<section>
<a href="https://keys.openpgp.org/vks/v1/by-fingerprint/E6B9721D087D93E68CEB604E545818BE629C7D95" aria-label="My GPG public key">
<i role="img" class="icon fa-fingerprint"></i>
OpenPGP Identity
</a>
</section>
<section>
<a href="https://cybr.es/@kjhoerr" rel="me" aria-label="My Mastodon account @kjhoerr@cybr.es">
<i role="img" class="icon fa-mastodon"></i>
@kjhoerr@cybr.es
</a>
</section>
|