DEV Community

Discussion on: How Much Java Do You Need to Learn to Get Your First Job?

Collapse
 
bikramjeetsingh profile image
Bikramjeet Singh

Great and comprehensive article. I sure wish I had something like this to refer to back when I was starting off. I had to learn a lot of these on the job.

In the libraries section I think it's worth mentioning Dagger2, the simplest and most popular dependency injection library. Considering the principle of DI is used a lot in writing testable code.