diff --git a/index.html b/index.html
index 5f4986c..3c1b8b6 100644
--- a/index.html
+++ b/index.html
@@ -201,8 +201,11 @@
>Self-host email for the sakal.us domain
Hosted on Vultr, uses Postfix for SMTP and Dovecot for
- IMAP.
+ - Vultr-Hosted
+ - Postfix for SMTP
+ - Dovecot for IMAP
+
@@ -210,11 +213,14 @@
Self-host a Kubernetes cluster
Uses the k3s implementation. Various services are deployed
- within, including a private Docker image registry. TLS
- certificates for the Ingresses are handled by
- cert-manager
. Private coding projects are also
- deployed within.
+ k3s
+ - Private Docker image registry
+ -
+
cert-manager
+
+ - Private coding projects
+
@@ -229,41 +235,50 @@
-
Calendar Optimizer project
+
Calendar Optimizer project (Code)
Stock options research platform. Frontend uses Preact,
- backend application layer uses trpc, database is Clickhouse.
- Available at
- https://calendar-optimizer-frontend.sakal.us.
-
Custom Full-Stack eCommerce website
+
Custom From-Scratch Full-Stack eCommerce website (Code)
Both front-end and back-end from scratch; previously at
- piazzaoptical.com (code at
- https://git.sakal.us/avraham/piazzaoptical.com). Frontend in
- mithril.js. Backend w/
- nginx as reverse proxy and TLS termination; application code
- in
- lua-http
- on LuaJIT. Database was an
- LMDB KV store exposed
- with custom wrapper using
- lightningmdb
- Lua bindings; stored JSON objects w/ references (in the form
- of compressed Lua tables using
- bitser).