Marcel Fahle

Elixir & JS/TS Developer, building wearebold.af and pidro.online

Figured out why my Next.js Server Actions didn't do what I wanted them to do https://twitter.com/marcelfahle/status/1689855696177614848

started moving to https://bold.video

I expected it at some point, but now my registrar finally informed me that there can be "instabilities" with the .af domains. Bummer. ๐Ÿคทโ€โ™‚๏ธ

Planned the new signup flow for the backend and how to move to stronger encryption.

Conducted an interview for principal frontend engineer

3rd one this week

Signed up for Makerlog ๐Ÿ”ฅ

Hey you lovely people ๐Ÿ‘‹

welcome to Makerlog my frand! ๐Ÿ‘‹

0 Likes
Wawa Gilewski

Hello there! ๐Ÿ‘‹

0 Likes

Manually fixed a ton of inconsistencies in legacy DB

I came across a few problems in the production DB of our multiplayer card game. I have inherited the DB and was shocked to find out that it didn't have proper uniqueness validation (for emails and such) enforced at the DB level. There was apparently a function in the old API that did that check manually, but nothing in the DB itself. Hence I have now a bunch of users with the same username.
Fixed them all manually this morning.. It wasn't how I imagined my morning to turn out, but that sometimes how it goes. :)