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
|
<!DOCTYPE html>
<html lang="en">
<head>
<meta charSet="utf-8"/>
<meta http-equiv="x-ua-compatible" content="ie=edge"/>
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no"/>
<meta name="theme-color" content="#e1e1e1"/>
<meta name="description" content="The official website of Kevin Hoerr, developer of websites."/>
<meta name="twitter:description" content="The official website of Kevin Hoerr, developer of websites."/>
<meta name="twitter:title" content="Kevin J Hoerr <kjhoerr@submelon.tech>"/>
<meta name="twitter:creator" content="Kevin J Hoerr"/>
<meta name="twitter:card" content="summary"/>
<meta http-equiv="Content-Security-Policy" content="default-src 'self';img-src 'self' data:;script-src 'none';object-src 'none';base-uri 'none';">
<meta name="generator" content="Eleventy v2.0.1">
<link rel="stylesheet" href="/styles.css"/>
<link rel="icon" href="/favicon-32x32.png" type="image/png"/>
<link rel="manifest" href="/manifest.webmanifest"/>
<link rel="apple-touch-icon" sizes="48x48" href="/icons/icon-48x48.png"/>
<link rel="apple-touch-icon" sizes="72x72" href="/icons/icon-72x72.png"/>
<link rel="apple-touch-icon" sizes="96x96" href="/icons/icon-96x96.png"/>
<link rel="apple-touch-icon" sizes="144x144" href="/icons/icon-144x144.png"/>
<link rel="apple-touch-icon" sizes="192x192" href="/icons/icon-192x192.png"/>
<link rel="apple-touch-icon" sizes="256x256" href="/icons/icon-256x256.png"/>
<link rel="apple-touch-icon" sizes="384x384" href="/icons/icon-384x384.png"/>
<link rel="apple-touch-icon" sizes="512x512" href="/icons/icon-512x512.png"/>
<title>Kevin J Hoerr <kjhoerr@submelon.tech></title>
</head>
<body>
<main>
<article>
<picture>
<source type="image/webp" srcset="/images/RmbDV6rubS-350.webp 350w, /images/RmbDV6rubS-550.webp 550w, /images/RmbDV6rubS-650.webp 650w" sizes="350px">
<source type="image/png" srcset="/images/RmbDV6rubS-350.png 350w, /images/RmbDV6rubS-550.png 550w, /images/RmbDV6rubS-650.png 650w" sizes="350px">
<img src="/images/RmbDV6rubS-350.png" width="350" height="350" alt="Picture of Kevin Hoerr">
</picture>
<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 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'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 @kjhoerr@cybr.es">
<i role="img" class="icon fa-mastodon"></i>
@kjhoerr@cybr.es
</a>
</section>
</article>
<footer>
<span>©2023 kjhoerr@https://submelon.dev/:wE.1.1.h.V-0</span>
</footer>
</main>
</body>
</html>
|