In the spirit of actually relaxing away from the editor, I went on a hike yesterday โ๏ธ ๐๏ธ.
Posts by Sandrico
Getting to see Vegeta go SS3 was not on my 2024 bingo card but super glad it finally happened ๐ช๐พ.
Awesome work! 24 features in 24 days is rough but yโall got it done ๐ช๐พ. Super excited to check them all out ๐ซ.
After I started learning Go, I now find myself writing this type of fetch helper in every JavaScript side project I work on. I just love errors as values.
I canโt even count the number of times the draft feature in apps has saved my butt. Straight MVP ๐ช๐พ๐คฃ.
For sure! It makes things just a tiny bit cleaner ๐๐พ.
A code snippet that shows a Svelte feature that lets you easily set classes to an element conditionally.
One of my favourite Svelte syntaxes: class:[class-name-here]={value-here}. This syntax gives you a quick way to conditionally add/remove classes based on state. It's equivalent to using a ternary to achieve the same. I think they cooked with this one ๐จ๐พโ๐ณ.
Docs: svelte.dev/docs/svelte/...
90% of my day job is in React with the other 10% being Express. I enjoy them, and yet, whenever a side project comes to mind Iโm consistently reaching for Svelte & Sveltekit instead. Especially since v5, there are so many nice touches ๐๐พ.