from Hacker News

What are some of the good project based learning sites to learn coding?

by p17b on 7/12/21, 3:22 PM with 2 comments

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?
  • by Rzor on 7/12/21, 6:53 PM

    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.