Comment by 8note
4 days ago
its really fun, like learning to code again to see what all can be done, an how much more power is available at your fingertips.
what sucks though is that its super inconsistent whether the thing is gonna throw an error and ruin the flow, whether thats synchronous or async.
I'm trying to use it to do things I've never done before (ie UI stuff when I've mostly been a backend SRE type).
I like that it makes it easy to learn new things by example.
I don't like that I have no idea if what I'm learning is correct (or at least recent / idiomatic), so everything I see that's new, I have to validate against other resources.
I also don't really know if it's any different from "tutorial hell".