what the fuck have i made
im mostly a backend developer, and i have a lot of experience with nodejs & typescript. i've made a couple of libraries & useful stuff.
stuff i've made
Wurdle
Wurdle is a clone of the game Wordle. It's a mastermind-like game, where you try to guess the random 5-letter word that the computer has chosen.
Play it at wurdle.tbhmens.me or check it out on githubgitdl
gitdl is a convenient windows tool to quickly clone a git repo. you can use it on any github repository by replacing the
https://in the url withgitdl://, and it'llgit clonethe repository onto your desktop folder, and it'll open up a explorer window.
check it out on githubfylang
fylang is my own programming language. its strengths are in generic programming and speed. (though the speed is mostly because it's a compiled language through LLVM)
i've used it to create fyos, a UEFI-bootable "operating system" (todo: every single feature that an OS has)