aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorKevin Hoerr <kjhoerr@protonmail.com>2022-12-28 14:58:38 -0500
committerGitHub <noreply@github.com>2022-12-28 14:58:38 -0500
commit119074474e7abaf214db88558143ee321c93eaa0 (patch)
tree25fc76edd80540e6e6712ff4fa2b7b075debb405
parent854135e3766da9fa9c950fe0574a73c35ff2fc24 (diff)
downloadsubmelon.dev-119074474e7abaf214db88558143ee321c93eaa0.tar.gz
submelon.dev-119074474e7abaf214db88558143ee321c93eaa0.tar.bz2
submelon.dev-119074474e7abaf214db88558143ee321c93eaa0.zip
Update description (#57)
-rw-r--r--README.md2
-rw-r--r--src/pages/index.tsx24
2 files changed, 16 insertions, 10 deletions
diff --git a/README.md b/README.md
index fa5b85a..9327962 100644
--- a/README.md
+++ b/README.md
@@ -10,7 +10,7 @@ This is a static site generated and enabled using GatsbyJS. All sources includin
## History
-This was originally a purely static site (no JS/TS) that has morphed to permit use of newer technologies and integrations and for ease of updating. There are no server integrations outside of serving static assets. At present, this site does not make use of any scripting features to enable any actual front-end features, though the components are built in ReactJS and compiled using the GatsbyJS framework.
+This was originally a purely static site (no JS/TS) that has morphed to permit use of newer technologies and integrations for the ease of updating. There are no server integrations outside of serving static assets. At present, this site does not make use of any scripting features to enable any actual front-end features. The components are built in ReactJS and compiled using the GatsbyJS framework.
## License
diff --git a/src/pages/index.tsx b/src/pages/index.tsx
index a7b2946..7128720 100644
--- a/src/pages/index.tsx
+++ b/src/pages/index.tsx
@@ -25,17 +25,23 @@ const IndexPage = (): React.ReactElement => {
development operations and systems validation for web applications.
</p>
<p>
- My most recent projects have been focused on full-stack development. I
- use Kubernetes for orchestration and NextJS for the front-end. For
- back-end development, I have built services enabled by Java with
- Spring Boot, Quarkus, and rust+actix-web with a GraphQL serving public
- API.
+ 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>
- I run a personal Kubernetes cluster at home using MicroOS and k3d. I
- have also run multiple clusters via DigitalOcean with deployments
- dedicated for hosting git projects, CI/CD, and code coverage. Since
- then all projects have been moved to GitHub.
+ 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 experience
+ using Java with Spring Boot and rust with actix-web. To mediate APIs I
+ have used Apache Kafka, OpenAPI, and GraphQL.
+ </p>
+ <p>
+ My free time is spent around 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 in conjunction with experimenting with
+ distributed workloads.
</p>
<em>- Kevin H.</em>
</BlockBody>