1
0
mirror of https://github.com/kamranahmedse/developer-roadmap.git synced 2025-08-01 06:50:26 +02:00

Adding api design roadmap resources (#7373)

* feat: add a resource link to api designs basics of dns topic

* feat: add a resource link to api designs restful apis topic

* Update src/data/roadmaps/api-design/content/basics-of-dns@v4nJYD9yiIEUviLPhVTCD.md

---------

Co-authored-by: dsh <daniel.s.holdsworth@gmail.com>
This commit is contained in:
Robiul Hossain
2024-10-08 17:55:41 +06:00
committed by GitHub
parent 11cb5caafc
commit 912e7d7a56
2 changed files with 4 additions and 2 deletions

View File

@@ -6,4 +6,5 @@ Learn more from the following resources:
- [@article@What is DNS?](https://www.cloudflare.com/en-gb/learning/dns/what-is-dns/)
- [@article@Introduction to DNS](https://aws.amazon.com/route53/what-is-dns/)
- [@video@DNS explained in 100 seconds](https://www.youtube.com/watch?v=UVR9lhUGAyU)
- [@video@DNS explained in 100 seconds](https://www.youtube.com/watch?v=UVR9lhUGAyU)
- [@article@DNS Record Crash Course for Web Developers](https://dev.to/chrisachard/dns-record-crash-course-for-web-developers-35hn)

View File

@@ -5,4 +5,5 @@ RESTful APIs, or Representational State Transfer APIs, are a set of conventions
Learn more from the following resources:
- [@article@What is REST?](https://restfulapi.net/)
- [@article@What is a RESTul API?](https://aws.amazon.com/what-is/restful-api/)
- [@article@What is a RESTul API?](https://aws.amazon.com/what-is/restful-api/)
- [@video@Understanding RESTful APIs](https://www.youtube.com/watch?v=lsMQRaeKNDk)