Welcome to the Treehouse Community

Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.

Looking to learn something new?

Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.

Start your free trial

Databases

Why was the MangoDB course retired?

A few months ago this website had a MangoDB course. Why was it removed?

1 Answer

I can't give you the precise reason it was retired, it's possible it became too out of date. Maybe check the Treehouse roadmap to see if they have another one in the works.

I think it's also possible that it was retired because MongoDB isn't nearly as popular as other databases. If you want to start a career in full stack or backend web development, you'd be much better off learning SQL and getting familiar with MySQL, PostgresQL and MariaDB (basically identical to MySQL). Stacks that use some kind of relational database probably outnumber stacks using Mongo by 100:1, or some similar ratio.

That said, if you still want to learn MongoDB because you need it, you will probably be able to find some decent YouTube tutorials to meet your needs. Good luck.