aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/pages/index.njk
blob: d2c231e5067d2d1725965dafce9150133cea75a4 (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
31
32
33
---
layout: layouts/page.njk
---
<picture>
  <source type="image/webp" srcSet="images/main.webp 650w" sizes="350px" height="350" width="350"/>
  <img src="images/main.png" sizes="350px" height="350" width="350" alt="Picture of Kevin Hoerr"/>
</picture>
<section><h1>Hello!</h1></section>
<section>
  <p>I&apos;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 create-react-app or NextJS. For back-end systems I have used both Java with Spring Boot and rust with actix-web 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&apos;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://github.com/kjhoerr/pantry" aria-label="Pantry (pet project)">
    <i role="img" class="icon fa-code"></i>
    Pantry (pet project)
  </a>
</section>
<section>
  <a href="https://cybr.es/@kjhoerr" rel="me" aria-label="My Mastodon account &#64;kjhoerr&#64;cybr.es">
    <i role="img" class="icon fa-mastodon"></i>
    &#64;kjhoerr&#64;cybr.es
  </a>
</section>