I’m seriously considering transitioning into software development. I wanted to be a programmer in high school and my final project was to create an android app, but I didn’t pursue it after high school because I didn’t want to go to college.
Now I’m getting back into it and using free resources to learn. I’ve always loved programming (the little bit I’ve done).
What other languages might be useful for Nostr dev?
Nobody writes JavaScript anymore. Learn TypeScript.
Please Login to reply.
Should you first learn JS and then TS? Or can I skip JS and directly start wit TS?
You do need to know the mechanics of JS to write TS, but you could probably gain that skill simply by learning TS. TS adds strict static type checking to modern ECMAScript, aka JS.