Updated frontpage

This commit is contained in:
Eduard Urbach 2025-02-26 17:03:49 +01:00
parent c3e9870f3e
commit 8b556dcca6
Signed by: akyoto
GPG Key ID: C874F672B1AF20C0

View File

@ -9,6 +9,11 @@ I'm Eduard Urbach and I like making complex things look simple.
My main project is the [q](https://git.akyoto.dev/cli/q) programming language.
I've also made a minimalistic HTTP [server](https://git.urbach.dev/go/web) and [router](https://git.urbach.dev/go/router).
As a side project I maintain a minimalistic HTTP [server](https://git.urbach.dev/go/web)
and [router](https://git.urbach.dev/go/router) which run on this website.
All of these are very fast, feel free to benchmark them :)
Other things I've worked on are
a [hash](https://git.urbach.dev/go/hash) function,
a [markdown](https://git.urbach.dev/go/markdown) renderer,
a [color](https://git.urbach.dev/go/color) module and
an [assert](https://git.urbach.dev/go/assert) package for testing.