1
0
mirror of https://github.com/kamranahmedse/developer-roadmap.git synced 2025-08-13 20:54:16 +02:00

chore: update roadmap content json (#7188)

Co-authored-by: kamranahmedse <4921183+kamranahmedse@users.noreply.github.com>
This commit is contained in:
github-actions[bot]
2024-09-21 19:22:26 +06:00
committed by GitHub
parent f344571ce4
commit 47bfa7724e
6 changed files with 2388 additions and 1001 deletions

File diff suppressed because it is too large Load Diff

File diff suppressed because one or more lines are too long

View File

@@ -137,6 +137,11 @@
"title": "What is hosting?", "title": "What is hosting?",
"description": "Web hosting is an online service that allows you to publish your website files onto the internet. So, anyone who has access to the internet has access to your website.\n\nVisit the following resources to learn more:", "description": "Web hosting is an online service that allows you to publish your website files onto the internet. So, anyone who has access to the internet has access to your website.\n\nVisit the following resources to learn more:",
"links": [ "links": [
{
"title": "Web Hosting Explained for Beginners",
"url": "https://www.hostinger.com/tutorials/what-is-web-hosting/",
"type": "article"
},
{ {
"title": "What Is Web Hosting? Explained", "title": "What Is Web Hosting? Explained",
"url": "https://www.youtube.com/watch?v=htbY9-yggB0", "url": "https://www.youtube.com/watch?v=htbY9-yggB0",

View File

@@ -866,7 +866,7 @@
"type": "article" "type": "article"
}, },
{ {
"title": "Query Planning@", "title": "Query Planning",
"url": "https://www.postgresql.org/docs/current/runtime-config-query.html", "url": "https://www.postgresql.org/docs/current/runtime-config-query.html",
"type": "article" "type": "article"
} }

View File

@@ -1258,7 +1258,7 @@
"links": [ "links": [
{ {
"title": "SQL Server Indexes", "title": "SQL Server Indexes",
"url": "https://www.sqlservercentral.com/articles/sql-server-indexes", "url": "https://www.sqlservercentral.com/articles/introduction-to-indexes",
"type": "article" "type": "article"
}, },
{ {