28
freekid
7y

Learning Node.js, Express, React.js, ES6, and Mongo all at once. Haven't been this excited about programming since college. This stuff is incredible!

Comments
  • 4
    So MERN?
  • 1
    @mundo03 didn't know that was thing 😮
  • 2
    It is great! Welcome, you will learn great things and fall in love all over again, simple yet extremely powerful.
  • 1
    Great attitude! Enjoy 👍
  • 2
    If you need a boilerplate or starter project you can check out mine:

    https://github.com/tahnik/...

    Happy coding!
  • 0
    Do you follow a specific tutorial, esp. for Express, Mongo and Node? If yes, which one?
  • 0
    Postgres > mongo :P
  • 3
    @unrealchrisp when it comes to learning technologies that are brand new for me I prefer to read books instead of tutorials. Books always give me the solid foundation I need

    For Node and Express I read:

    Node.js in action
    Express in action
    Node.js design patterns

    Last one really kicked my ass. I couldn't finish it as it was really advanced.

    I thought I knew JavaScript but I soon realized that I don't know shit.

    So I read these for JavaScript:

    Mastering JavaScript
    Secrets of the JavaScript Ninja

    (I still don't know how closures work 😝)

    Finished reading React docs and now I'm following this massive tutorial where you create a character voting app using react + flux, node, mongo, and socket.io. It just brings it all together

    http://sahatyalkabov.com/create-a-c...

    Awesome tutorial, highly recommend it!
  • 1
    @freekid
    Wow, man, these resources are great! Many many thanks to you, and for your work listing it here (:
    It's exactly what I was searching for.
  • 1
    don't forget to use Node v8 for that beautiful async :^)
Add Comment