All Projects → s4kibs4mi → Java Developer Roadmap

s4kibs4mi / Java Developer Roadmap

Licence: mit
Roadmap to becoming a Java developer in 2021

Programming Languages

java
68154 projects - #9 most used programming language

Projects that are alternatives of or similar to Java Developer Roadmap

Naming Cheatsheet
Comprehensive language-agnostic guidelines on variables naming. Home of the A/HC/LC pattern.
Stars: ✭ 9,475 (+307.53%)
Mutual labels:  guidelines
Figaro
Real-time voice-changer for voice-chat, etc. Will support many different voice-filters and features in the future. 🎵
Stars: ✭ 80 (-96.56%)
Mutual labels:  roadmap
Roadmap
Software Engineer Roadmap (alpha)
Stars: ✭ 105 (-95.48%)
Mutual labels:  roadmap
Base16
An architecture for building themes
Stars: ✭ 8,297 (+256.86%)
Mutual labels:  guidelines
Checklist Tools Website
🍿 The perfect Checklist Website for meticulous developers.
Stars: ✭ 73 (-96.86%)
Mutual labels:  guidelines
Learn
👩‍🏫 Learn how to use RunwayML with tutorials, guides, and examples!
Stars: ✭ 95 (-95.91%)
Mutual labels:  guidelines
Js Team Showcase
JavaScript Team Showcase
Stars: ✭ 40 (-98.28%)
Mutual labels:  guidelines
The Book Of Secret Knowledge
A collection of inspiring lists, manuals, cheatsheets, blogs, hacks, one-liners, cli/web tools and more.
Stars: ✭ 55,582 (+2290.62%)
Mutual labels:  guidelines
Software Engineer Roadmap
🏎
Stars: ✭ 76 (-96.73%)
Mutual labels:  roadmap
Restful Api Guidelines
A model set of guidelines for RESTful APIs and Events, created by Zalando
Stars: ✭ 1,397 (-39.91%)
Mutual labels:  guidelines
Front End Roadmap
Tell you how to learn front end development ~
Stars: ✭ 1,070 (-53.98%)
Mutual labels:  roadmap
Data Science Roadmap
Roadmap to learn Data Science and related areas.
Stars: ✭ 68 (-97.08%)
Mutual labels:  roadmap
Ui Ux Designer Roadmap
Roadmap on becoming a UI/UX designer in 2017
Stars: ✭ 1,357 (-41.63%)
Mutual labels:  roadmap
Roadmap.js
A simple roadmap display library
Stars: ✭ 42 (-98.19%)
Mutual labels:  roadmap
Community
Knative governance and community material.
Stars: ✭ 104 (-95.53%)
Mutual labels:  guidelines
Cs education
Моя карта обучения Computer Science на 3 года
Stars: ✭ 42 (-98.19%)
Mutual labels:  roadmap
Microservices Architecture Guidelines
Designing a Microservices Architecture
Stars: ✭ 86 (-96.3%)
Mutual labels:  guidelines
Fe Foundation
前端开发学习指南
Stars: ✭ 113 (-95.14%)
Mutual labels:  roadmap
Ai Expert Roadmap
Roadmap to becoming an Artificial Intelligence Expert in 2021
Stars: ✭ 15,441 (+564.13%)
Mutual labels:  roadmap
Software Design And Architecture Roadmap
🧱 The software design and architecture roadmap for any developer
Stars: ✭ 1,360 (-41.51%)
Mutual labels:  roadmap

Java Developer Roadmap

Roadmap to becoming a Java developer in 2021:

Below you can find a chart demonstrating the paths that you can take and the libraries that you would want to learn to become a Java developer. I made this chart as a tip for everyone who asks me, "What should I learn next as a Java developer?"

中文版

Disclaimer

The purpose of this roadmap is to give you an idea about the landscape. The road map will guide you if you are confused about what to learn next, rather than encouraging you to pick what is hip and trendy. You should grow some understanding of why one tool would be better suited for some cases than the other and remember hip and trendy does not always mean best suited for the job

Give a Star!

If you like or are using this project to learn or start your solution, please give it a star. Thanks!

Roadmap

Roadmap

Resources

  1. Prerequisites

  2. General Development Skills

    • Learn GIT, create a few repositories on GitHub, share your code with other people
    • Know HTTP(S) protocol, request methods (GET, POST, PUT, PATCH, DELETE, OPTIONS)
    • Don't be afraid of using Google, Power Searching with Google
    • Read a few books about algorithms and data structures
    • Learn about implementation of a basic Authentication
    • Solid principles, etc
  3. CLI Tools

    1. args4j
    2. JCommander
    3. airline
  4. Web Frameworks + Routers

    1. Spring
    2. Play Framework
    3. Spark
    4. Jersey
    5. nanohttpd
  5. Databases

    1. Relational
      1. SQL Server
      2. PostgreSQL
      3. MariaDB
      4. MySQL
      5. Oracle
    2. Cloud Databases
    3. Search Engines
    4. NoSQL
  6. ORMs

    1. Hibernate
    2. Ebean
    3. BelleORM
  7. Caching

    1. Caffeine
    2. EHCache
    3. Cache2k
    4. Distributed Cache
      1. Java-Redis
      2. Java-Memcached
      3. Infinispan
  8. Logging

    1. Log Frameworks
    2. Log Management System
  9. Real-Time Communication

    1. Socket.IO
    2. atmosphere
    3. webbit
  10. API Clients

    1. REST
    2. GraphQL
  11. Good to Know

  12. Testing

    1. Unit, Behavior, Integration, Load Testing

      1. JUnit
      2. CitrusFramework
      3. Gatling
      4. Tsung
      5. Mockito
      6. Truth
      7. Assertj
      8. cucumber-jvm
      9. cukes
      10. hoverfly-java
      11. rest-assured
      12. jbehave
      13. Mockserver
    2. E2E Testing

  13. Task Scheduling

  14. MicroServices

    1. Message-Broker
    2. Message-Bus
    3. Frameworks
    4. RPC
  15. Java-Patterns

Wrap Up

If you think the roadmap can be improved, please do open a PR with any updates and submit any issues. Also, I will continue to improve this, so you might want to star this repository to revisit.

Idea from : Golang Developer Roadmap

Contribution

The roadmap is built using Draw.io. Project file can be found at java-developer-roadmap.xml file. To modify it, open draw.io, click Open Existing Diagram and choose xml file with project. It will open the roadmap for you. Update it, upload and update the images in readme and create a PR (export as png with 400% zoom and minify that with Compressor.io).

  • Open a pull request with improvements
  • Discuss ideas in issues
  • Spread the word

License

License: CC BY-NC-SA 4.0

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].