projects
soteria
typescript
sveltekit
elysia
twitter-like microblogging social media platform created by me and two other friends.
currently undergoing major rewrites in the backend and frontend, so the provided website
is not functional for the time being.
arke
python
discord
library
low-level
codeberg
low-level, low abstractions library made to dip my toes into the python discord
library space.
highly inspired by a related project called nextcore,
arke implements the discord rest api & ws gateway without providing simple to use models to
represent discord's data types.
tiny-http-server
c
bsd sockets
http
library
githubbasic and tiny http/1.1 server, using the stdlib and bsd sockets interface. it features basic tls support via openssl, and allows file serving from an arbitrary directory and programmable routes.