DEV Community

Discussion on: What's the Best Place to Learn TypeScript?

 
sir_wernich profile image
Wernich ️

nice! a few weeks ago i looked at github action for the first time. it made no sense, so i decided to add it to the ENORMOUS list of "to learn" items. :D i know it's a super powerful thing, but i'm gonna need to find a good beginners tutorial on that some day.

i'm really loving typescript though. :) i've also got max's css course on udemy, but haven't gotten round to it yet.... but i will one day i hope.

Thread Thread
 
artis3n profile image
Ari Kalfus • Edited

If it would be useful, you can check out one of my more popular Actions (just a few folks using it) - artis3n/ansible_galaxy_collection. Using typescript made it really nice to do things like semver validation.

I also have an article describing how I created the Action -