From a729cbd6128e4e61a8915342fdb9cbe7800eec55 Mon Sep 17 00:00:00 2001
From: Kevin Hoerr
My most recent projects have been focused on full-stack development. - I use Kubernetes for orchestration, NextJS for front-end, and - rust+actix-web for my backend services with GraphQL serving as the + 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.
- This site was recently rebuilt using GatsbyJS since the instance - formerly holding this website broke during upgrades. Thank goodness - for backups. + 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.
- Kevin H. @@ -60,7 +64,7 @@ const IndexPage = (): React.ReactElement => { - + ); }; -- cgit