diff options
Diffstat (limited to 'src/pages')
| -rw-r--r-- | src/pages/index.njk | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/pages/index.njk b/src/pages/index.njk index ea7a9a2..7b43aa0 100644 --- a/src/pages/index.njk +++ b/src/pages/index.njk @@ -6,7 +6,7 @@ layout: layouts/page.njk <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>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> @@ -17,9 +17,9 @@ layout: layouts/page.njk </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 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> |
