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

JavaScript

Is there any course to learn Unit and E2E testing for Angularjs on teamtreehouse librray?

Is there any course to learn Unit and E2E testing for Angularjs on teamtreehouse librray?

1 Answer

Douglas Counts
Douglas Counts
10,126 Points

I wish..., Treehouse is the best eLearning sight to quickly advance to becoming an early intermediate software developer. But you are not going to find courses on things built on top of Inversion of Control (IoC) containers, Dependency Injection (DI), Reflection, or other advanced techniques here. Those topics are for a more specialized audience.

There is another e-learning site with "sight" in the name and starts with the letter "P" that does cover these things but it has no tests that help you build or practice your knowledge and no online code-runners like you see here. And it is twice as expensive. The learning here is very fast paced and I am enjoying it, the other site had such "deep" articles written by library authors using such advanced techniques that I would play the same lesson, again and again, day after day, to fully understand the technology for example. But I can write IoC containers now from scratch, LOL. But you do see this technology in just about every high end library now for C, C++, .NET, Java, etc., and JavaScript libraries like Angular and Ember use these "deeper/more advanced" techniques to dynamically compose views.

Treehouse fits the famous 80/20 rule perfectly. 80% of what a developer needs to know is found right here, but for the 20% "really deep subjects", you will need to seek that info from other resources.

Later...