1
0
mirror of https://github.com/kamranahmedse/developer-roadmap.git synced 2025-08-27 11:09:53 +02:00

chore: update roadmap content json (#8135)

Co-authored-by: kamranahmedse <4921183+kamranahmedse@users.noreply.github.com>
This commit is contained in:
github-actions[bot]
2025-01-29 19:08:30 +06:00
committed by GitHub
parent 25216d4052
commit 698dbbd7d8
3 changed files with 16 additions and 5 deletions

View File

@@ -709,7 +709,7 @@
"links": [ "links": [
{ {
"title": "API Authorization Methods", "title": "API Authorization Methods",
"url": "https://konghq.com/blog/engineering/common-api-authentication-methods", "url": "https://www.pingidentity.com/en/resources/identity-fundamentals/authorization/authorization-methods.html",
"type": "article" "type": "article"
} }
] ]

View File

@@ -670,7 +670,7 @@
"links": [ "links": [
{ {
"title": "Outliers", "title": "Outliers",
"url": "%5Bhttps://www.mathsisfun.com/data/outliers.html", "url": "https://www.mathsisfun.com/data/outliers.html",
"type": "article" "type": "article"
} }
] ]

View File

@@ -1665,10 +1665,21 @@
} }
] ]
}, },
"backends-for-frontend@n4It-lr7FFtSY83DcGydX.md": { "n4It-lr7FFtSY83DcGydX": {
"title": "Backends for Frontend", "title": "Backends for Frontend",
"description": "", "description": "Create separate backend services to be consumed by specific frontend applications or interfaces. This pattern is useful when you want to avoid customizing a single backend for multiple interfaces. This pattern was first described by Sam Newman.\n\nTo learn more, visit the following links:",
"links": [] "links": [
{
"title": "Backends for Frontends pattern",
"url": "https://learn.microsoft.com/en-us/azure/architecture/patterns/backends-for-frontends",
"type": "article"
},
{
"title": "Explore top posts about Frontend Development",
"url": "https://app.daily.dev/tags/frontend?ref=roadmapsh",
"type": "article"
}
]
}, },
"4hi7LvjLcv8eR6m-uk8XQ": { "4hi7LvjLcv8eR6m-uk8XQ": {
"title": "Anti-Corruption Layer", "title": "Anti-Corruption Layer",