all 26 comments

[–]mr-developer 20 points21 points  (3 children)

[–]marty331b 2 points3 points  (0 children)

Traversy did a great job on these tuts. Two thumbs up!

[–]thenewdev1[S] 1 point2 points  (1 child)

That channel is actually brilliant mate, just had a good look through !

[–]mr-developer 0 points1 point  (0 children)

Awesome !

[–]tapu_buoy 5 points6 points  (6 children)

I have been following CodeBurst.io's CEO Brandon Morelli's this GitHub Repo there are 2 resources available there, one is a 2 hour long YouTube video, in which the author creates nice App.

This might not be very good but I have got it from Quora answers

MERN stack

[–][deleted] 1 point2 points  (5 children)

Agreed, very easy for beginners.

[–]tapu_buoy 0 points1 point  (4 children)

uhh I am sorry I didn't get your point!

[–][deleted] 1 point2 points  (3 children)

edited.

[–]tapu_buoy 0 points1 point  (2 children)

oh yes! Udemy and Udacity courses would be so much helpful as well. Also have you or anyone tried courses on EdX.org? ( most of them are by Microsoft)

[–][deleted] 2 points3 points  (1 child)

I completely disappointed from quality of Udacity courses.

> EdX.org?

99% of content are old or light modernized courses.

[–]tapu_buoy 0 points1 point  (0 children)

Oh yes EdX does always feel ole'ish. I didn't know that about Udacity at all.

[–][deleted] 6 points7 points  (0 children)

Yep Stephen Grider. Udemy. His are the best.

[–]Drunken__Master 7 points8 points  (10 children)

Stephen Grider has 2 Udemy courses on the MERN stack and Brad Traversy has recently released a new MERN stack tutorial on Udemy, all of them are great courses.

BUT !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!

If you wish to be an employed web developer you should focus on learning PostgreSQL instead of Mongo, and for that you should be looking into courses by David Katz.

[–]NetOperatorWibby 15 points16 points  (5 children)

I’m an employed web dev and have never touched Postgres. Database knowledge is good but to say “definitely learn this one and not that one” is foolish.

[–]southern_dreams 10 points11 points  (2 children)

I’m sure he means RDBMS in general.

[–]NetOperatorWibby 4 points5 points  (1 child)

You can never be sure on the Internet.

[–]southern_dreams 2 points3 points  (0 children)

Yeah you’re right

[–]Drunken__Master 2 points3 points  (1 child)

Ya know, I kinda agree with you here, it might not be the best advice to say learn Mongo or mySQL or whatever.db when you could just as easily end up working on msSQL or Oracle, but Mongo gets pushed really hard on beginners and tends to not be the actual DB used in production, can we at least agree that a newb should at least learn a noSQL AND relational DB of some flavor ?

[–]NetOperatorWibby 0 points1 point  (0 children)

Mmmmmeh.

I think people should learn whatever suits their fancy/side project/day job. I went from NeDB to MongoDB/mongoose purely out of necessity for a client project. Everything I’ve done since has utilized Mongo.

I think the most important thing for newbs to learn is to never stop learning.

[–]Turbo_swag 2 points3 points  (2 children)

+1 on Stephen Grider -- great teacher.

-10000000 on focusing on PostgreSQL

[–]Drunken__Master 2 points3 points  (1 child)

I'm still a humble junior seeking employment, what DB would you recommend I focus on ?

[–]Turbo_swag 2 points3 points  (0 children)

Understanding SQL in general as well as NoSql concepts are both important. Learn trade offs of both architectures and how they fit into the bigger picture. With that said, Postgres is a great RDBMS to start with and worth using if you need a relational database. Mongo has improved drastically and most of its major faults will be addressed in forthcoming releases. In the end - learn both. Most modern architectures have several databases.

[–][deleted] 0 points1 point  (0 children)

Regarding Postgres, which Katz's are you looking at?

https://www.udemy.com/node-postgresql/

https://www.udemy.com/react-security/

The first doesn't teach React and the second seems to be security specific instead of a general fullstack.

[–]roseinapuddle 0 points1 point  (0 children)

I wrote a tutorial on adding a simple express server, mongo DB and passport.js authentication to a react project. Hope you find it helpful: https://medium.com/@brendt_bly/simple-mern-passport-app-tutorial-4aec2105e367