Skip to content

Commit 73cae02

Browse files
sagagithub-actions[bot]
authored andcommitted
chore: update roadmap content json
1 parent 2be0d61 commit 73cae02

File tree

3 files changed

+16
-5
lines changed

3 files changed

+16
-5
lines changed

public/roadmap-content/api-design.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -709,7 +709,7 @@
709709
"links": [
710710
{
711711
"title": "API Authorization Methods",
712-
"url": "https://konghq.com/blog/engineering/common-api-authentication-methods",
712+
"url": "https://www.pingidentity.com/en/resources/identity-fundamentals/authorization/authorization-methods.html",
713713
"type": "article"
714714
}
715715
]

public/roadmap-content/data-analyst.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -670,7 +670,7 @@
670670
"links": [
671671
{
672672
"title": "Outliers",
673-
"url": "%5Bhttps://www.mathsisfun.com/data/outliers.html",
673+
"url": "https://www.mathsisfun.com/data/outliers.html",
674674
"type": "article"
675675
}
676676
]

public/roadmap-content/system-design.json

Lines changed: 14 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1665,10 +1665,21 @@
16651665
}
16661666
]
16671667
},
1668-
"backends-for-frontend@n4It-lr7FFtSY83DcGydX.md": {
1668+
"n4It-lr7FFtSY83DcGydX": {
16691669
"title": "Backends for Frontend",
1670-
"description": "",
1671-
"links": []
1670+
"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:",
1671+
"links": [
1672+
{
1673+
"title": "Backends for Frontends pattern",
1674+
"url": "https://learn.microsoft.com/en-us/azure/architecture/patterns/backends-for-frontends",
1675+
"type": "article"
1676+
},
1677+
{
1678+
"title": "Explore top posts about Frontend Development",
1679+
"url": "https://app.daily.dev/tags/frontend?ref=roadmapsh",
1680+
"type": "article"
1681+
}
1682+
]
16721683
},
16731684
"4hi7LvjLcv8eR6m-uk8XQ": {
16741685
"title": "Anti-Corruption Layer",

0 commit comments

Comments
 (0)