Just wanted to get some feedback on this.... I fou...
# suitescript
n
Just wanted to get some feedback on this.... I found pluralsight.com which seems to be an excellent site to learn Javascript frameworks like Angular. And you get a code completion certificate too. Is anyone using Pluralsight or alternatives? Which sites would you recommend to learn coding frameworks quick to boost your resume and get a code completion certificate? Getting a code completion certificate atleast lets us show tangible proof to a potential employer (along with real world projects) that we know a platform versus just learning it on our own and implementing it.
c
Some of the sites I've tried are: * https://www.codeschool.com -- not free but good and will actually be merged into pluralsight soon-ish * https://www.freecodecamp.com -- this one is meant to bring in a new dev but you do also get a certificate at the end, I'm currently working toward my cert. * https://www.codecademy.com/ -- free/pro accounts covers basics and frameworks * https://wesbos.com/courses/ - Wes does free and paid courses, all damn good * https://www.leveluptutorials.com/ -- LOTS of good web dev courses here Hope that helps 🙂
👍 1
n
I also looked into pluralsight however it is pretty expensive. I really like the site Udemy, I learned to code from their Web Developer Bootcamp class. They aren't free but you're able to buy a 30 hour course for Angular with examples for about $11. And it's a lifetime access course too.
s
https://www.codewars.com is great for fundamentals too
n
Awesome, thank you all for the feedback...
c
A supplemental resource - http://exercism.io/ - This is a way to test your knowledge of programming and Computer Science problem solving.
n
thanks, ill check it out...