From 8c65a213ad57d6e515221a8503b1f21d60e4f4db Mon Sep 17 00:00:00 2001 From: andrewlalis Date: Wed, 27 Sep 2023 16:17:50 -0400 Subject: [PATCH] Added more content to the projects page. --- projects.html | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/projects.html b/projects.html index 05f46ed..8b82914 100644 --- a/projects.html +++ b/projects.html @@ -39,6 +39,22 @@
+ + +

All Projects

+

+ The following projects are a selection that I'm most proud of, or showcase some particular skill or challenge that was overcome. Please see my GitHub page for a full list of my publicly available projects. +

LiteList

@@ -187,6 +203,9 @@

A Java library for defining common protocol of binary messages to transmit over the network, similar to Protocol Buffers, but for pure Java applications, so it can take advantage of records and avoid code-generation.

+

+ This was my first Java project published to the Maven central repository! +

Java programming language logo