Anyone have any recommendations?
I want to get a bit more practice with front-end development, but I have no idea where to start. Who's got suggestions?
Anyone have any recommendations?
I want to get a bit more practice with front-end development, but I have no idea where to start. Who's got suggestions?
For further actions, you may consider blocking this person and/or reporting abuse
Oldest comments (22)
Check out Net Ninja tutorial on YT.
Are you learning typescript or a framework? For learning ts I found handy re-writing JS. For example my old Javascript30 by wesbos.
If you are learning a framework, I find it that learn by doing is usually the way to go :)
Do you already know javascript? If so I recommend Execute Program's typescript course. It uses a reinforcement learning platform with lots of reviews to help things sink in as you go. Free to try but it's paid after 16 sessions ($19 for a month's subscription). Worth it so far!
I second this! Went through their course last month and I really felt like I learned how to use all of the language's features. Next week's project will tell me for sure tho XD
When I'm learning a new language/library I really like to resolve some exercises that help me understand the capabilities of the language. My favorite platform for that is Exercism. There are many others, but I like the possibility of having a mentor, seeing the solutions of others, share mines, and receive feedback from others in the community. There actually 89 exercises in the TypeScript track.
executeprogram.com fantastic way to learn coding things
I did not give a try yet, but these exercises could be interesting: github.com/mdevils/typescript-exer...
I have been diving into front end stuff and this guy on Udemy has really well done content. I feel very confident with typescript and just went through this course. I was already been familiar with JavaScript / Node so depending on where you are in your front end journey you may feel differently. But I have done several of this guy's courses so I'd recommend looking at his stuff.
Also, Udemy has sales where everything is $10 every other day basically. If you see something you like, just wait until it's cheap.
udemy.com/course/understanding-typ...
was going to recommend this exact course. maximilian is brilliant. i got his vue course too. currently using both typescript and vue for the last year or so at work and loving it.
i also saw he's completely revamped the typescript course since i've done it. i should go have a look again.
I took his Vue course as well! Currently going through his CSS one :D
I took the typescript one right after it had been updated so I can't compare, but I've built several GitHub Actions in typescript since and it's been pretty smooth.
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.
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 -
Galaxy Collections Part 2: Automatically Update Your Collection with Github Actions
Ari Kalfus γ» Nov 3 '19 γ» 16 min read
This won't make you expert or anything but if you want a crash course learnxinyminutes.com/docs/typescript/ can get you going pretty fast.
You can find great learning material on typescriptlang.org
Front-end AND typescript?
Sounds like Angular to me π€·π»ββοΈ