docs: add skill badge courses to mongodb roadmap content (#9652)

* Add MongoDB Skill Badge links to relevant topics

* Change tag for MongoDB Skill Badge to course
This commit is contained in:
Azri Azmi (Aba)
2026-03-02 17:04:14 +08:00
committed by GitHub
parent e93ff5d674
commit 58e95d3b84
14 changed files with 28 additions and 9 deletions

View File

@@ -6,4 +6,5 @@ Visit the following resources to learn more:
- [@official@Aggregation Operations](https://www.mongodb.com/docs/manual/aggregation/)
- [@official@MongoDB Aggregation Operators](https://www.mongodb.com/docs/manual/reference/operator/aggregation/)
- [@article@How To Use Aggregations in MongoDB](https://www.digitalocean.com/community/tutorials/how-to-use-aggregations-in-mongodb)
- [@article@How To Use Aggregations in MongoDB](https://www.digitalocean.com/community/tutorials/how-to-use-aggregations-in-mongodb)
- [@course@Fundamentals of Data Transformation Skill Badge](https://learn.mongodb.com/courses/fundamentals-of-data-transformation)

View File

@@ -5,4 +5,6 @@ Atlas Search indexes in MongoDB Atlas provide full-text search capabilities usin
Visit the following resources to learn more:
- [@official@Atlas Search Indexes](https://www.mongodb.com/docs/atlas/atlas-search/manage-indexes/)
- [@article@Atlas Search Made Easy: A Summary Guide for Developers](https://medium.com/@sumitkessar/atlas-search-made-easy-a-summary-guide-for-developers-883c27886987)
- [@article@Atlas Search Made Easy: A Summary Guide for Developers](https://medium.com/@sumitkessar/atlas-search-made-easy-a-summary-guide-for-developers-883c27886987)
- [@course@Vector Search Fundamentals Skill Badge](https://learn.mongodb.com/courses/vector-search-fundamentals)
- [@course@Search Fundamentals Skill Badge](https://learn.mongodb.com/courses/search-fundamentals)

View File

@@ -8,4 +8,5 @@ Visit the following resources to learn more:
- [@official@createIndex](https://www.mongodb.com/docs/manual/reference/method/db.collection.createindex/)
- [@official@count](https://www.mongodb.com/docs/manual/reference/method/db.collection.count/)
- [@official@distinct](https://www.mongodb.com/docs/manual/reference/method/db.collection.distinct/)
- [@article@A Comprehensive Guide to MongoDB Methods](https://medium.com/@coderwithtools/a-comprehensive-guide-to-mongodb-methods-syntax-and-examples-feee0ac07599)
- [@article@A Comprehensive Guide to MongoDB Methods](https://medium.com/@coderwithtools/a-comprehensive-guide-to-mongodb-methods-syntax-and-examples-feee0ac07599)
- [@course@CRUD Operations Skill Badge](https://learn.mongodb.com/courses/crud-operations-in-mongodb)

View File

@@ -6,4 +6,8 @@ Visit the following resources to learn more:
- [@official@Data Model](https://www.mongodb.com/docs/manual/data-modeling/)
- [@official@Data Types](https://www.mongodb.com/docs/mongodb-shell/reference/data-types/)
- [@article@A Comprehensive Guide to Data Modeling in MongoDB](https://medium.com/@skhans/a-comprehensive-guide-to-data-modeling-in-mongodb-b63b2df9d9dd)
- [@article@A Comprehensive Guide to Data Modeling in MongoDB](https://medium.com/@skhans/a-comprehensive-guide-to-data-modeling-in-mongodb-b63b2df9d9dd)
- [@course@Relational to Document Model Skill Badge](https://learn.mongodb.com/courses/relational-to-document-model)
- [@course@Schema Design Patterns and Anti-patterns Skill Badge](https://learn.mongodb.com/courses/schema-design-patterns-and-antipatterns)
- [@course@Advanced Schema Patterns and Anti-patterns Skill Badge](https://learn.mongodb.com/courses/advanced-schema-patterns-and-antipatterns)
- [@course@Schema Design Optimization Skill Badge](https://learn.mongodb.com/courses/schema-design-optimization)

View File

@@ -6,3 +6,4 @@ Visit the following resources to learn more:
- [@official@Indexing](https://www.mongodb.com/docs/manual/indexes/)
- [@article@How To Use Indexes in MongoDB](https://www.digitalocean.com/community/tutorials/how-to-use-indexes-in-mongodb)
- [@course@Indexing Design Fundamentals Skill Badge](https://learn.mongodb.com/courses/indexing-design-fundamentals)

View File

@@ -7,3 +7,4 @@ Visit the following resources to learn more:
- [@official@MongoDB Security](https://www.mongodb.com/docs/manual/security/)
- [@official@MongoDB Database Documentation](https://www.mongodb.com/docs/)
- [@article@MongoDB Security: Best Practices to Keep Your Data Safe](https://www.digitalocean.com/community/tutorial-series/mongodb-security-best-practices-to-keep-your-data-safe)
- [@course@Secure MongoDB Self-Managed: AuthN and AuthZ Skill Badge](https://learn.mongodb.com/courses/secure-mongodb-self-managed-authn-and-authz)

View File

@@ -6,3 +6,5 @@ Visit the following resources to learn more:
- [@official@Comprehensive Guide to Optimising MongoDB Performance](https://www.mongodb.com/developer/products/mongodb/guide-to-optimizing-mongodb-performance/)
- [@article@How To Optimize MongoDB Performance & Security](https://medium.com/@noel.benji/how-to-optimize-mongodb-performance-security-6fd3ba1304c1)
- [@course@MongoDB Monitoring Tooling Skill Badge](https://learn.mongodb.com/courses/monitoring-tooling)
- [@course@Performance Tools and Techniques Skill Badge](https://learn.mongodb.com/courses/performance-tools-and-techniques)

View File

@@ -5,4 +5,4 @@ Query optimization in MongoDB involves analyzing and improving query performance
Visit the following resources to learn more:
- [@official@Optimize Query Performance](https://www.mongodb.com/docs/manual/tutorial/optimize-query-performance-with-indexes-and-projections/)
- [@official@Query Optimization](https://learn.mongodb.com/courses/query-optimization)
- [@course@Query Optimization Skill Badge](https://learn.mongodb.com/courses/query-optimization)

View File

@@ -5,4 +5,4 @@ Query optimization in MongoDB involves analyzing and improving query performance
Visit the following resources to learn more:
- [@official@Optimize Query Performance](https://www.mongodb.com/docs/manual/tutorial/optimize-query-performance-with-indexes-and-projections/)
- [@official@Query Optimization](https://learn.mongodb.com/courses/query-optimization)
- [@course@Query Optimization Skill Badge](https://learn.mongodb.com/courses/query-optimization)

View File

@@ -6,4 +6,6 @@ Visit the following resources to learn more:
- [@official@Replication](https://www.mongodb.com/docs/manual/replication/)
- [@official@Replication in MongoDB](https://learn.mongodb.com/learn/course/replication-in-mongodb/lesson-5-read-and-write-concerns-with-mongodb-deployments/learn?client=customer&page=2)
- [@article@Replica Sets and Shards in MongoDB: Architecture and Benefits](https://dev-aditya.medium.com/replica-sets-and-shards-in-mongodb-architecture-and-benefits-a3c83f39e4f0)
- [@article@Replica Sets and Shards in MongoDB: Architecture and Benefits](https://dev-aditya.medium.com/replica-sets-and-shards-in-mongodb-architecture-and-benefits-a3c83f39e4f0)
- [@course@Cluster Reliability Skill Badge](https://learn.mongodb.com/courses/cluster-reliability)
- [@course@Data Resilience: Self-Managed Skill Badge](https://learn.mongodb.com/courses/data-resilience-self-managed)

View File

@@ -6,4 +6,5 @@ Visit the following resources to learn more:
- [@official@Scaling](https://www.mongodb.com/resources/basics/scaling)
- [@official@Scalability With MongoDB Atlas](https://www.mongodb.com/resources/products/capabilities/scalability-with-mongodb-atlas)
- [@article@Scaling MongoDB for Larger Datasets](https://medium.com/mongodb-tutorial/scaling-mongodb-for-larger-datasets-strategies-and-technical-considerations-b9d35243ff49)
- [@article@Scaling MongoDB for Larger Datasets](https://medium.com/mongodb-tutorial/scaling-mongodb-for-larger-datasets-strategies-and-technical-considerations-b9d35243ff49)
- [@course@Data Resilience: Atlas Skill Badge](https://learn.mongodb.com/courses/data-resilience-atlas)

View File

@@ -6,4 +6,5 @@ Visit the following resources to learn more:
- [@official@Deploy a Self-Managed Sharded Cluster](https://www.mongodb.com/docs/manual/tutorial/deploy-shard-cluster/)
- [@official@Sharding](https://www.mongodb.com/docs/manual/sharding/)
- [@article@MongoDB Sharding: A Step by Step Guide to Setup A MongoDB Shard Cluster](https://medium.com/@sanklecha.harsh/mongodb-sharding-a-step-by-step-guide-to-setup-a-mongodb-shard-cluster-98668f53a078)
- [@article@MongoDB Sharding: A Step by Step Guide to Setup A MongoDB Shard Cluster](https://medium.com/@sanklecha.harsh/mongodb-sharding-a-step-by-step-guide-to-setup-a-mongodb-shard-cluster-98668f53a078)
- [@course@Sharding Strategies Skill Badge](https://learn.mongodb.com/courses/sharding-strategies)

View File

@@ -7,3 +7,5 @@ Visit the following resources to learn more:
- [@official@TLS / SSL Encryption](https://www.mongodb.com/docs/manual/core/security-transport-encryption/)
- [@official@Configure mongod and mongos for TLS/SSL](https://www.mongodb.com/docs/manual/tutorial/configure-ssl/)
- [@article@How to Enable TLS/SSL on MongoDB](https://medium.com/mongoaudit/how-to-enable-tls-ssl-on-mongodb-d973a92cefa6)
- [@course@Networking Security: Self-Managed Skill Badge](https://learn.mongodb.com/courses/networking-security-self-managed)
- [@course@Networking Security: Atlas Skill Badge](https://learn.mongodb.com/courses/networking-security-atlas)

View File

@@ -7,3 +7,4 @@ Visit the following resources to learn more:
- [@official@MongoDB - The Modern No SQL Database](https://www.mongodb.com/)
- [@official@MongoDB Documentation](https://www.mongodb.com/docs)
- [@official@What is Atlas?](https://www.mongodb.com/docs/atlas/)
- [@course@MongoDB Overview Skill Badge](https://learn.mongodb.com/courses/mongodb-overview)