diff --git a/src/data/roadmaps/backend/content/authentication@PY9G7KQy8bF6eIdr1ydHf.md b/src/data/roadmaps/backend/content/authentication@PY9G7KQy8bF6eIdr1ydHf.md index 0319b18e637c..8a6566668eca 100644 --- a/src/data/roadmaps/backend/content/authentication@PY9G7KQy8bF6eIdr1ydHf.md +++ b/src/data/roadmaps/backend/content/authentication@PY9G7KQy8bF6eIdr1ydHf.md @@ -10,4 +10,4 @@ Visit the following resources to learn more: - [@article@JWT Authentication](https://roadmap.sh/guides/jwt-authentication) - [@article@OAuth - Open Authorization](https://roadmap.sh/guides/oauth) - [@article@SSO - Single Sign On](https://roadmap.sh/guides/sso) -- [@feed@Explore top posts about Authentication](https://app.daily.dev/tags/authentication?ref=roadmapsh) +- [@feed@Explore top posts about Authentication](https://app.daily.dev/tags/authentication?ref=roadmapsh) \ No newline at end of file diff --git a/src/data/roadmaps/backend/content/elasticsearch@NulaE1isWqn-feYHg4YQT.md b/src/data/roadmaps/backend/content/elasticsearch@NulaE1isWqn-feYHg4YQT.md index f25d68e2c992..7cd6a7f376ca 100644 --- a/src/data/roadmaps/backend/content/elasticsearch@NulaE1isWqn-feYHg4YQT.md +++ b/src/data/roadmaps/backend/content/elasticsearch@NulaE1isWqn-feYHg4YQT.md @@ -4,6 +4,7 @@ Elasticsearch is a document-oriented search engine and database supporting INSER Visit the following resources to learn more: +- [@roadmap@Visit the Dedicated Elasticsearch Roadmap](https://roadmap.sh/elasticsearch) - [@official@Elasticsearch Website](https://www.elastic.co/elasticsearch/) - [@official@Elasticsearch Documentation](https://www.elastic.co/guide/index.html) - [@video@What is Elasticsearch](https://www.youtube.com/watch?v=ZP0NmfyfsoM) diff --git a/src/data/roadmaps/backend/content/learn-about-apis@EwvLPSI6AlZ4TnNIJTZA4.md b/src/data/roadmaps/backend/content/learn-about-apis@EwvLPSI6AlZ4TnNIJTZA4.md index 8c712095c7d7..00f29bf63c46 100644 --- a/src/data/roadmaps/backend/content/learn-about-apis@EwvLPSI6AlZ4TnNIJTZA4.md +++ b/src/data/roadmaps/backend/content/learn-about-apis@EwvLPSI6AlZ4TnNIJTZA4.md @@ -4,6 +4,8 @@ API (Application Programming Interface) defines rules and protocols for software Visit the following resources to learn more: +- [@roadmap@Visit the Dedicated API Design Roadmap](https://roadmap.sh/api-design) +- [@roadmap@Visit the Dedicated API Security Best Practices](https://roadmap.sh/api-security-best-practices) - [@article@What is an API?](https://aws.amazon.com/what-is/api/) - [@video@What is an API (in 5 minutes)](https://www.youtube.com/watch?v=ByGJQzlzxQg) - [@feed@daily.dev API Feed](https://app.daily.dev/tags/rest-api) \ No newline at end of file diff --git a/src/data/roadmaps/backend/content/rest@lfNFDZZNdrB0lbEaMtU71.md b/src/data/roadmaps/backend/content/rest@lfNFDZZNdrB0lbEaMtU71.md index 3352e17a567e..2375a9e96e5d 100644 --- a/src/data/roadmaps/backend/content/rest@lfNFDZZNdrB0lbEaMtU71.md +++ b/src/data/roadmaps/backend/content/rest@lfNFDZZNdrB0lbEaMtU71.md @@ -9,4 +9,4 @@ Visit the following resources to learn more: - [@article@Roy Fieldings dissertation chapter, Representational State Transfer (REST)](https://www.ics.uci.edu/~fielding/pubs/dissertation/rest_arch_style.htm) - [@article@Learn REST: A RESTful Tutorial](https://restapitutorial.com/) - [@video@What is a REST API?](https://www.youtube.com/watch?v=-mN3VyJuCjM) -- [@feed@Explore top posts about REST API](https://app.daily.dev/tags/rest-api?ref=roadmapsh) +- [@feed@Explore top posts about REST API](https://app.daily.dev/tags/rest-api?ref=roadmapsh) \ No newline at end of file diff --git a/src/data/roadmaps/backend/content/rust@CWwh2abwqx4hAxpAGvhIx.md b/src/data/roadmaps/backend/content/rust@CWwh2abwqx4hAxpAGvhIx.md index 4a02af18609d..3e4a5f589e20 100644 --- a/src/data/roadmaps/backend/content/rust@CWwh2abwqx4hAxpAGvhIx.md +++ b/src/data/roadmaps/backend/content/rust@CWwh2abwqx4hAxpAGvhIx.md @@ -4,8 +4,8 @@ Rust is a systems programming language focused on safety, performance, and concu Visit the following resources to learn more: +- [@roadmap@Visit Dedicated Rust Roadmap](https://roadmap.sh/rust) - [@official@The Rust Programming Language - Book](https://doc.rust-lang.org/book/) -- [@article@Visit Dedicated Rust Roadmap](https://roadmap.sh/rust) - [@article@Rust vs. Go: Why They’re Better Together](https://thenewstack.io/rust-vs-go-why-theyre-better-together/) - [@article@Rust by the Numbers: The Rust Programming Language in 2021](https://thenewstack.io/rust-by-the-numbers-the-rust-programming-language-in-2021/) - [@video@Learn Rust Programming](https://www.youtube.com/watch?v=BpPEoZW5IiY) diff --git a/src/data/roadmaps/backend/content/web-security@RBrIP5KbVQ2F0ly7kMfTo.md b/src/data/roadmaps/backend/content/web-security@RBrIP5KbVQ2F0ly7kMfTo.md index b9da3e6193d7..1bbdabb3d2a3 100644 --- a/src/data/roadmaps/backend/content/web-security@RBrIP5KbVQ2F0ly7kMfTo.md +++ b/src/data/roadmaps/backend/content/web-security@RBrIP5KbVQ2F0ly7kMfTo.md @@ -4,6 +4,7 @@ Web security protects applications from threats through strong authentication, e Visit the following resources to learn more: +- [@roadmap@Visit the Dedicated Cybersecurity Roadmap](https://roadmap.sh/cyber-security) - [@opensource@OWASP Web Application Security Testing Checklist](https://github.com/0xRadi/OWASP-Web-Checklist) - [@article@Why HTTPS Matters](https://developers.google.com/web/fundamentals/security/encrypt-in-transit/why-https) - [@video@7 Security Risks and Hacking Stories for Web Developers](https://www.youtube.com/watch?v=4YOpILi9Oxs)