Hacker News new | ask | show | jobs
What are some of the good project based learning sites to learn coding?
2 points by p17b 1803 days ago
I have been learning to code in ruby from a bottom-up approach. that is master the fundamentals, learning topics in sequential order. But i am getting bored learning this way. Are there options that teaches you to build something concrete without missing the fundamentals?
1 comments

https://fullstackopen.com/en/

>Learn React, Redux, Node.js, MongoDB, GraphQL and TypeScript in one go! This course will introduce you to modern JavaScript-based web development. The main focus is on building single page applications with ReactJS that use REST APIs built with Node.js.

It may fast forward a bit on the fundamentals, but they are still there. Along with MDN (to supplement) I think it is a great option.

I second this. I really learned a lot about React from this site. The exercises are designed in a way to make you stretch your knowledge and skills without making you feel completely lost.