mirror of
https://github.com/kamranahmedse/developer-roadmap.git
synced 2025-08-31 04:59:50 +02:00
Add blockchain roadmap
This commit is contained in:
@@ -39,5 +39,11 @@
|
||||
"name": "Alexey Lesovsky",
|
||||
"bio": "Linux system administrator and PostgreSQL DBA at DataEgret.",
|
||||
"picture": "/authors/lesovsky.jpeg"
|
||||
},
|
||||
{
|
||||
"username": "danielgruesso",
|
||||
"name": "Daniel Gruesso",
|
||||
"bio": "Product manager working on blockchain and smart contracts developer tools",
|
||||
"picture": "/authors/danielgruesso.jpg"
|
||||
}
|
||||
]
|
||||
|
@@ -524,6 +524,56 @@
|
||||
"metaPath": "/roadmaps/110-postgresql-dba/meta.json",
|
||||
"isUpcoming": false
|
||||
},
|
||||
{
|
||||
"seo": {
|
||||
"title": "Blockchain Developer Roadmap: Learn to become a blockchain developer",
|
||||
"description": "Learn to become a blockchain developer using this roadmap. Community driven, articles, resources, guides, interview questions, quizzes for modern backend development.",
|
||||
"keywords": [
|
||||
"blockchain roadmap 2022",
|
||||
"blockchain developer roadmap 2022",
|
||||
"guide to becoming a blockchain developer",
|
||||
"guide to becoming a blockchain developer",
|
||||
"blockchain roadmap",
|
||||
"blockchain developer",
|
||||
"blockchain engineer",
|
||||
"blockchain skills",
|
||||
"blockchain development",
|
||||
"javascript developer",
|
||||
"blockchain development skills",
|
||||
"blockchain development skills test",
|
||||
"blockchain engineer roadmap",
|
||||
"blockchain developer roadmap",
|
||||
"become a blockchain developer",
|
||||
"blockchain developer career path",
|
||||
"javascript developer",
|
||||
"modern javascript developer",
|
||||
"node developer",
|
||||
"skills for blockchain development",
|
||||
"learn blockchain development",
|
||||
"what is blockchain development",
|
||||
"blockchain developer quiz",
|
||||
"blockchain developer interview questions"
|
||||
]
|
||||
},
|
||||
"title": "Blockchain Developer",
|
||||
"description": "Step by step guide to becoming a blockchain developer in 2022.",
|
||||
"featuredTitle": "Blockchain",
|
||||
"featuredDescription": "Step by step guide to becoming a blockchain developer in 2022",
|
||||
"featured": true,
|
||||
"type": "role",
|
||||
"imageUrl": "/roadmaps/blockchain.png",
|
||||
"jsonUrl": "/project/blockchain.json",
|
||||
"resourcesPath": "/roadmaps/112-blockchain/resources.md",
|
||||
"author": {
|
||||
"name": "Daniel Gruesso",
|
||||
"url": "https://twitter.com/danielgruesso"
|
||||
},
|
||||
"pdfUrl": "/pdfs/blockchain.pdf",
|
||||
"contentPathsFilePath": "/roadmaps/112-blockchain/content-paths.json",
|
||||
"id": "blockchain",
|
||||
"metaPath": "/roadmaps/112-blockchain/meta.json",
|
||||
"isUpcoming": false
|
||||
},
|
||||
{
|
||||
"seo": {
|
||||
"title": "QA Roadmap: Learn to become a modern QA engineer",
|
||||
@@ -550,12 +600,12 @@
|
||||
"featuredDescription": "Step by step guide to becoming a modern QA Engineer in 2022",
|
||||
"isUpcoming": true,
|
||||
"featured": true,
|
||||
"resourcesPath": "/roadmaps/112-qa/resources.md",
|
||||
"resourcesPath": "/roadmaps/113-qa/resources.md",
|
||||
"author": {
|
||||
"name": "Anas Fitiani",
|
||||
"url": "https://github.com/anas-qa"
|
||||
},
|
||||
"id": "qa",
|
||||
"metaPath": "/roadmaps/112-qa/meta.json"
|
||||
"metaPath": "/roadmaps/113-qa/meta.json"
|
||||
}
|
||||
]
|
50
content/roadmaps/112-blockchain/meta.json
Normal file
50
content/roadmaps/112-blockchain/meta.json
Normal file
@@ -0,0 +1,50 @@
|
||||
{
|
||||
"seo": {
|
||||
"title": "Blockchain Developer Roadmap: Learn to become a blockchain developer",
|
||||
"description": "Learn to become a blockchain developer using this roadmap. Community driven, articles, resources, guides, interview questions, quizzes for modern backend development.",
|
||||
"keywords": [
|
||||
"blockchain roadmap 2022",
|
||||
"web3 developer roadmap",
|
||||
"web3 developer roadmap 2022",
|
||||
"web3 roadmap",
|
||||
"blockchain developer roadmap 2022",
|
||||
"guide to becoming a blockchain developer",
|
||||
"guide to becoming a blockchain developer",
|
||||
"blockchain roadmap",
|
||||
"blockchain developer",
|
||||
"blockchain engineer",
|
||||
"blockchain skills",
|
||||
"blockchain development",
|
||||
"javascript developer",
|
||||
"blockchain development skills",
|
||||
"blockchain development skills test",
|
||||
"blockchain engineer roadmap",
|
||||
"blockchain developer roadmap",
|
||||
"become a blockchain developer",
|
||||
"blockchain developer career path",
|
||||
"javascript developer",
|
||||
"modern javascript developer",
|
||||
"node developer",
|
||||
"skills for blockchain development",
|
||||
"learn blockchain development",
|
||||
"what is blockchain development",
|
||||
"blockchain developer quiz",
|
||||
"blockchain developer interview questions"
|
||||
]
|
||||
},
|
||||
"title": "Blockchain Developer",
|
||||
"description": "Step by step guide to becoming a blockchain developer in 2022.",
|
||||
"featuredTitle": "Blockchain",
|
||||
"featuredDescription": "Step by step guide to becoming a blockchain developer in 2022",
|
||||
"featured": true,
|
||||
"type": "role",
|
||||
"imageUrl": "/roadmaps/blockchain.png",
|
||||
"jsonUrl": "/project/blockchain.json",
|
||||
"resourcesPath": "./resources.md",
|
||||
"author": {
|
||||
"name": "Daniel Gruesso",
|
||||
"url": "https://twitter.com/danielgruesso"
|
||||
},
|
||||
"pdfUrl": "/pdfs/blockchain.pdf",
|
||||
"contentPathsFilePath": "./content-paths.json"
|
||||
}
|
@@ -43,5 +43,5 @@ export function getFeaturedRoadmaps(): RoadmapType[] {
|
||||
}
|
||||
|
||||
export function isInteractiveRoadmap(id: string): boolean {
|
||||
return ['frontend', 'backend', 'devops', 'react', 'vue', 'python', 'java'].includes(id);
|
||||
return ['frontend', 'backend', 'devops', 'react', 'vue', 'python', 'java', 'blockchain'].includes(id);
|
||||
}
|
||||
|
BIN
public/authors/danielgruesso.jpeg
Normal file
BIN
public/authors/danielgruesso.jpeg
Normal file
Binary file not shown.
After Width: | Height: | Size: 25 KiB |
BIN
public/pdfs/blockchain.pdf
Normal file
BIN
public/pdfs/blockchain.pdf
Normal file
Binary file not shown.
14258
public/project/blockchain.json
Normal file
14258
public/project/blockchain.json
Normal file
File diff suppressed because it is too large
Load Diff
BIN
public/roadmaps/blockchain.png
Normal file
BIN
public/roadmaps/blockchain.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 721 KiB |
@@ -57,7 +57,7 @@
|
||||
<url>
|
||||
<loc>https://roadmap.sh/java</loc>
|
||||
<changefreq>monthly</changefreq>
|
||||
<lastmod>2022-08-15T06:16:49.256Z</lastmod>
|
||||
<lastmod>2022-08-15T06:19:10.646Z</lastmod>
|
||||
<priority>1.0</priority>
|
||||
</url>
|
||||
<url>
|
||||
@@ -66,6 +66,12 @@
|
||||
<lastmod>2022-08-08T14:33:53.390Z</lastmod>
|
||||
<priority>1.0</priority>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://roadmap.sh/blockchain</loc>
|
||||
<changefreq>monthly</changefreq>
|
||||
<lastmod>2022-08-15T23:42:30.549Z</lastmod>
|
||||
<priority>1.0</priority>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://roadmap.sh/qa</loc>
|
||||
<changefreq>monthly</changefreq>
|
||||
|
Reference in New Issue
Block a user