3 min read

Roadmap for a junior Java developer

How to grow from junior to senior, what you need to know, and where to look for useful information. Senior software engineering manager Oleksandr Reshetnik shares his recommendations.

Senior software engineering manager Oleksandr Reshetnik

— A novice developer should have excellent communication skills, speak English well, and be inclined toward learning programming languages (in our case, Java). Initially, good communication skills will help compensate for a lack of technical knowledge. Remember that the level of English proficiency generally grows more slowly than technical skills improve. So the main advice is: learn English.

Discover your English level

Basic recommendations

  1. Follow the current roadmap for learning Java.
  2. Use reliable books to learn basic concepts.
  3. Practice constantly.

— While it is impossible to make a universal roadmap, this one is a good starting point. Of course, with time and experience, you will customize and supplement the map. For a beginner, however, finding your way is one of the main challenges and this will provide some guidance in the early stages of your learning.

Education

— Proven professional literature is the secret to becoming a successful Java Developer. Examples of good books include:


To become a professional developer, you must be well-versed in Gradle and Maven dependency management systems. To start, you can check out Maven Quick Start: A Fast Introduction to Maven by Example on Udemy and refer to Maven: The Complete Reference, by Tim O’Brien, Manfred Moser, John Casey, Brian Fox, Jason Van Zyl, Eric Redmond, and Larry Schatzer, for more in-depth understanding. In addition, you can take the Learning Gradle course on LinkedIn and then move to the official documentation — Gradle Guides.

Get a LinkedIn Learning license in 4 Steps

An integral part of a developer's job is working with databases, so you'll also require SQL. I recommend beginning with the book Getting Started with SQL: A Hands-On Approach for Beginners, by Thomas Nield.

Your resources for training are:

  • literature appropriate for your level;
  • training courses on EPAM University, Udemy, and LinkedIn;
  • official documentation; and
  • information from articles and blogs.

Remember that it takes time to publish a book, so books might not reflect the most recent advancements in the subject matter. Nevertheless, books will be the core of your required reading, regardless of the technology stack you are learning. You start with books for beginners and, once you’ve gained some experience, you can progress to professional literature and advanced courses.

What else should you focus on?

— A true professional writes good code and knows how to use programming to solve problems. If you intend to become one, you should get acquainted with version control systems (Git, SVN), REST, HTTPS, web (basic, SSO, OAuth, JWT), data structures, Scrum, Kanban, and algorithms.

It is also worth getting to know and understand what your colleagues from related fields do. Here are a few books to help you grasp the basics:

More on the topic

— To make the most out of your learning, you must put your knowledge into practice; otherwise, you’ll risk forgetting most of what you've learned under the pressure of new information. Here are a few resources where you can practice:

Once you have mastered the fundamentals, move further along the road and study web frameworks, CLI tools, databases, etc. Put each new tool you learn to use. You can gain valuable experience from participating in open-source projects, for example:

I also recommend starting your own pet project that is appropriate for your level of expertise.

Becoming a professional requires a lot of time and unwavering dedication. With the right road map and an effective learning strategy, you will make it. Remember, practice makes perfect — strive to improve your skills.

Useful links

More about Java

See courses from club partners

Our thanks to our partner site training.epam.com.