diff --git a/projects.html b/projects.html index 05f46ed..8b82914 100644 --- a/projects.html +++ b/projects.html @@ -39,6 +39,22 @@
+
+

Active Web Projects

+

+ The following list of links will lead you to various subdomains of andrewlalis.com that host active projects that I'm running. Do note that there's no promise that anything will work as expected; they're my experimental projects. +

+ +
+ +

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