From c23c5aa48a5daff7adad39f7db06a58b5ed5f6b0 Mon Sep 17 00:00:00 2001 From: Sammy Shear Date: Wed, 17 Jul 2024 13:58:17 -0400 Subject: [PATCH] Change index --- src/pages/index.astro | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/pages/index.astro b/src/pages/index.astro index 5907d29..498772b 100644 --- a/src/pages/index.astro +++ b/src/pages/index.astro @@ -15,9 +15,9 @@ import Layout from "../layouts/Layout.astro"; and frontend. On the frontend I mostly do work in React and Vue (and I am partial to HTMX), but over the years I've used many other frameworks and technologies in general. On the backend at this point - I most often use Rust with Actix Web or Axum, but I also have - experience with Node and Express, as well as RPC using tRPC (a - TypeScript RPC implementation). + I most often use Go's default HTTP server or Rust with Actix Web or + Axum, but I also have experience with Node and Express, as well as + RPC using tRPC (a TypeScript RPC implementation).
This site mostly serves as a blog for me to write about things I do or am interested in, but I will probably add more uses for the site as I