├── README.md └── project └── readme.md /README.md: -------------------------------------------------------------------------------- 1 | # Java Developer roadmap [Learn & Job ] 2 | 3 | [![Contributors](https://img.shields.io/github/contributors/motyim/java-developer-roadmap.svg)](https://github.com/motyim/java-developer-roadmap/graphs/contributors) 4 | [![CC0](https://img.shields.io/badge/license-CC0-green.svg)](https://creativecommons.org/publicdomain/zero/1.0/) 5 | 6 | Here you can find learn path to be a java developer ( web or mobile ) with resource and find the best site to find a sittable job. 7 | 8 | Regularly we will update that list with new resources and links we found on the web. so you might want to watch/star this repository to revisit. 9 | 10 | If you think any of the list can be improved, please do open a PR with any updates and submit any issues. 11 | 12 | --- 13 | We using some emoticons to give you more information about these links. 14 | 15 | * language 16 | 1. 🌍 means the resource is multi-language. 17 | 2. 🇺🇸 means the resource in english . 18 | 3. 🇸🇦 means the resource in Arabic. 19 | 20 | * Money 21 | 1. 💰 are paid tutorials. 22 | 2. 🆓 are free tutorials. 23 | Sometimes you will have some free videos / articles and other paid on the same website. 24 | 25 | * Type 26 | 1. 🔝 indicate that the link is a reference 27 | 2. 📹 is present when video content is available 28 | --- 29 | ## Table of Contents 30 | 1. **[Problem Solveing](#Problem-Solve)** 31 | --- 32 | ## Problem Solve 33 | as a developer having a good strong problem solving skills can make a huge difference to your career...So, being a confident problem solver is really important to your success. here some website can practices on it : 34 | 35 | * [Hacker Rank](https://www.hackerrank.com) 36 | * [Hacker Earth](https://www.hackerearth.com/) 37 | * [Codeforces](http://codeforces.com/) 38 | * [Codility](https://codility.com/) 39 | * [Top Coder](https://www.topcoder.com/) 40 | * [Spoj](http://www.spoj.com/) 41 | * [Interview Bit](https://www.interviewbit.com/) 42 | * [Leet Code](https://leetcode.com/) 43 | 44 | **[⬆ back to top](#table-of-contents)** 45 | 46 | --- 47 | ## ☑ TODO 48 | 49 | - [X] Init Readme 50 | - [ ] Init Roadmap 51 | - [ ] Init References 52 | - [ ] Init Jobs websites 53 | - [X] Init problem solve website 54 | - [ ] init helps form and website 55 | --- 56 | ## Contributing 57 | 58 | **Open an issue or a pull request to suggest changes or additions.** 59 | 60 | ### Contributors 61 | 62 | Check out all the super awesome [contributors](https://github.com/motyim/java-developer-roadmap/graphs/contributors). 63 | 64 | ## License 65 | 66 | [![License: CC BY 4.0](https://img.shields.io/badge/License-CC%20BY%204.0-lightgrey.svg)](https://creativecommons.org/licenses/by/4.0/) 67 | 68 | **[⬆ back to top](#table-of-contents)** 69 | 70 | -------------------------------------------------------------------------------- /project/readme.md: -------------------------------------------------------------------------------- 1 | How To Edit 2 | --------------------------------------------------------------------------------