Today i fixed bugs and discovered someone tried to hack the cloudflare worker i'm using
Deploying a project to Cloudflare Workers in about an hour, after spending hours trying to deploy the same project to Vercel yesterday, is a relief
today i fought with js and hex escape sequences, turns out that bun (maybe node too) doesn't like \x escapes, replacing "\x" to "%" does tho.
i also got the api that i've been working on to actually work, so that's good too
I tried to fix a couple of things on my code, just to do something quick, but ended up spending most of my time on moving things around
started rewriting a project to learn typescript and today i was able to break it without changing any line of code