1
0
mirror of https://github.com/kamranahmedse/developer-roadmap.git synced 2025-03-15 12:49:43 +01:00

Add java developer roadmap

This commit is contained in:
Kamran Ahmed 2021-10-23 01:24:15 +02:00
parent 03331d9859
commit 2124ea1f05
17 changed files with 3332 additions and 73 deletions

View File

@ -342,6 +342,44 @@
"id": "golang",
"metaPath": "/roadmaps/107-golang/meta.json"
},
{
"seo": {
"title": "Java Roadmap: Learn to use Java",
"description": "Community driven, articles, resources, guides, interview questions, quizzes for react development. Learn to become a modern React developer by following the steps, skills, resources and guides listed in this roadmap.",
"keywords": [
"guide to java",
"java roadmap",
"java skills",
"java skills test",
"skills for java",
"cloud development",
"what is java",
"java quiz",
"java interview questions"
]
},
"title": "Java Developer",
"description": "Step by step guide to becoming a Java developer in 2021",
"featuredTitle": "Java",
"featuredDescription": "Step by step guide to becoming a Java Developer in 2021",
"isTextHeavy": false,
"isCommunity": false,
"isUpcoming": false,
"featured": true,
"contentPath": "/roadmaps/108-java/landscape.md",
"resourcesPath": "/roadmaps/108-java/resources.md",
"versions": [
"latest",
"2018",
"2017"
],
"author": {
"name": "Kamran Ahmed",
"url": "https://twitter.com/kamranahmedse"
},
"id": "java",
"metaPath": "/roadmaps/108-java/meta.json"
},
{
"seo": {
"title": "DBA Roadmap: Learn to become a database administrator with PostgreSQL",
@ -371,8 +409,8 @@
"description": "Step by step guide to becoming a modern PostgreSQL DB Administrator in 2021",
"featuredTitle": "DBA",
"featuredDescription": "Step by step guide to become a PostgreSQL DBA in 2021",
"contentPath": "/roadmaps/108-postgresql-dba/landscape.md",
"resourcesPath": "/roadmaps/108-postgresql-dba/resources.md",
"contentPath": "/roadmaps/109-postgresql-dba/landscape.md",
"resourcesPath": "/roadmaps/109-postgresql-dba/resources.md",
"author": {
"name": "Alexey Lesovsky",
"url": "https://github.com/lesovsky"
@ -383,7 +421,7 @@
"detailed": false,
"versions": [],
"id": "postgresql-dba",
"metaPath": "/roadmaps/108-postgresql-dba/meta.json",
"metaPath": "/roadmaps/109-postgresql-dba/meta.json",
"isUpcoming": false
},
{
@ -410,8 +448,8 @@
"isCommunity": false,
"isUpcoming": true,
"featured": true,
"contentPath": "/roadmaps/109-aws/landscape.md",
"resourcesPath": "/roadmaps/109-aws/resources.md",
"contentPath": "/roadmaps/110-aws/landscape.md",
"resourcesPath": "/roadmaps/110-aws/resources.md",
"versions": [
"latest",
"2018",
@ -422,7 +460,7 @@
"url": "https://twitter.com/kamranahmedse"
},
"id": "aws",
"metaPath": "/roadmaps/109-aws/meta.json"
"metaPath": "/roadmaps/110-aws/meta.json"
},
{
"seo": {
@ -449,51 +487,13 @@
"featuredDescription": "Step by step guide to becoming a modern QA Engineer in 2021",
"isUpcoming": true,
"featured": true,
"contentPath": "/roadmaps/109-qa/landscape.md",
"resourcesPath": "/roadmaps/109-qa/resources.md",
"contentPath": "/roadmaps/111-qa/landscape.md",
"resourcesPath": "/roadmaps/111-qa/resources.md",
"author": {
"name": "Anas Fitiani",
"url": "https://github.com/anas-qa"
},
"id": "qa",
"metaPath": "/roadmaps/109-qa/meta.json"
},
{
"seo": {
"title": "Java Roadmap: Learn to use Java",
"description": "Community driven, articles, resources, guides, interview questions, quizzes for react development. Learn to become a modern React developer by following the steps, skills, resources and guides listed in this roadmap.",
"keywords": [
"guide to java",
"java roadmap",
"java skills",
"java skills test",
"skills for java",
"cloud development",
"what is java",
"java quiz",
"java interview questions"
]
},
"title": "Java",
"description": "Everything that is there to learn about Java and the ecosystem in 2021.",
"featuredTitle": "Java",
"featuredDescription": "Step by step guide to learn Java in 2021",
"isTextHeavy": false,
"isCommunity": false,
"isUpcoming": true,
"featured": true,
"contentPath": "/roadmaps/111-java/landscape.md",
"resourcesPath": "/roadmaps/111-java/resources.md",
"versions": [
"latest",
"2018",
"2017"
],
"author": {
"name": "Kamran Ahmed",
"url": "https://twitter.com/kamranahmedse"
},
"id": "java",
"metaPath": "/roadmaps/111-java/meta.json"
"metaPath": "/roadmaps/111-qa/meta.json"
}
]

View File

@ -0,0 +1,5 @@
The intent of this guide is to give you an idea about the Java ecosystem and to help guide your learning if you are confused. We have another roadmap on the [Backend Development](/backend) that focuses on the backend development if you are interested in that.
Also, please note that the list below is exhaustive, and the items are listed in no particular order. You don't need to learn everything listed in the picture, however knowing what you don't know is as important as knowing things.
[![](/roadmaps/java.png)](/roadmaps/java.png)

View File

@ -14,13 +14,13 @@
"java interview questions"
]
},
"title": "Java",
"description": "Everything that is there to learn about Java and the ecosystem in 2021.",
"title": "Java Developer",
"description": "Step by step guide to becoming a Java developer in 2021",
"featuredTitle": "Java",
"featuredDescription": "Step by step guide to learn Java in 2021",
"featuredDescription": "Step by step guide to becoming a Java Developer in 2021",
"isTextHeavy": false,
"isCommunity": false,
"isUpcoming": true,
"isUpcoming": false,
"featured": true,
"contentPath": "./landscape.md",
"resourcesPath": "./resources.md",

View File

@ -1,11 +0,0 @@
> **Roadmap is not ready yet**. Please check back later or [subscribe to get notified](/signup).
While we prepare the roadmap, follow this simple advice to learn anything
> Just **pick a project and start working on it**, you will learn all that you need along the way.
**→**   [All Roadmaps](/roadmaps)  •  [Programming guides](/guides)  •  [Subscribe](/signup)

3265
public/project/java.json Normal file

File diff suppressed because it is too large Load Diff

BIN
public/roadmaps/java.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 643 KiB

View File

@ -48,6 +48,12 @@
<lastmod>2021-09-30T21:20:55.096Z</lastmod>
<priority>1.0</priority>
</url>
<url>
<loc>https://roadmap.sh/java</loc>
<changefreq>monthly</changefreq>
<lastmod>2021-10-22T23:23:27.847Z</lastmod>
<priority>1.0</priority>
</url>
<url>
<loc>https://roadmap.sh/postgresql-dba</loc>
<changefreq>monthly</changefreq>
@ -66,12 +72,6 @@
<lastmod>2021-09-22T12:27:37.565Z</lastmod>
<priority>1.0</priority>
</url>
<url>
<loc>https://roadmap.sh/java</loc>
<changefreq>monthly</changefreq>
<lastmod>2021-09-29T15:35:23.253Z</lastmod>
<priority>1.0</priority>
</url>
<url>
<loc>https://roadmap.sh/guides/avoid-render-blocking-javascript-with-async-defer</loc>
<changefreq>monthly</changefreq>
@ -255,31 +255,31 @@
<url>
<loc>https://roadmap.sh/</loc>
<changefreq>monthly</changefreq>
<lastmod>2021-09-22T12:31:40.612Z</lastmod>
<lastmod>2021-10-02T04:22:06.534Z</lastmod>
<priority>1.0</priority>
</url>
<url>
<loc>https://roadmap.sh/roadmaps</loc>
<changefreq>monthly</changefreq>
<lastmod>2021-09-05T18:22:27.725Z</lastmod>
<lastmod>2021-10-05T06:02:31.079Z</lastmod>
<priority>1.0</priority>
</url>
<url>
<loc>https://roadmap.sh/signup</loc>
<changefreq>monthly</changefreq>
<lastmod>2021-09-05T18:22:27.725Z</lastmod>
<lastmod>2021-10-02T04:22:03.972Z</lastmod>
<priority>0.9</priority>
</url>
<url>
<loc>https://roadmap.sh/thanks</loc>
<changefreq>monthly</changefreq>
<lastmod>2021-09-29T15:47:23.035Z</lastmod>
<lastmod>2021-10-10T18:02:01.145Z</lastmod>
<priority>0.5</priority>
</url>
<url>
<loc>https://roadmap.sh/watch</loc>
<changefreq>monthly</changefreq>
<lastmod>2021-09-05T18:22:27.726Z</lastmod>
<lastmod>2021-10-01T08:59:16.896Z</lastmod>
<priority>1.0</priority>
</url>
</urlset>