#Projects (5)

Things I've been building over the years. All of these are on my git instance for y'all stinky nerds

# Vid.sh Maintained

Source

A video sharing and editing platform. Built because I wanted to learn how to build a full stack application and I was tired of using bulky editors for simple trimming and cutting

Stack: SvelteKit, Go, PostgreSQL, Docker, Redis

# Portfolio Finished

Source

You won't believe it but you're looking at it right now

Stack: SvelteKit, Tailwind

# ServerKit In Progress

Source

Server management frontend with features like reading service logs, running scripts with arguments and viewing docker containers (also managing them)

Stack: Svelte, TypeScript, Go

# BitBoard Abandoned

Source

Excalidraw clone that can actually handle a longer drawing session without being laggy as fuuck. Maybe I'll come back to it someday

Stack: Go, SvelteKit, Redis

# Rustdis Abandoned

Source

Partial redis implementation in Rust to learn the language and how redis works. I got bored of it after a while because I already made the same thing in Go and Rust stinks

Stack: Rust