chore: update roadmap content json (#7751)

Co-authored-by: kamranahmedse <4921183+kamranahmedse@users.noreply.github.com>
pull/7757/head
github-actions[bot] 4 days ago committed by GitHub
parent 1d9cdb2b9c
commit 9add3d9dc1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 5
      public/roadmap-content/ai-engineer.json
  2. 7
      public/roadmap-content/backend.json
  3. 24
      public/roadmap-content/devops.json

@ -1818,6 +1818,11 @@
"url": "https://www.cursor.com/", "url": "https://www.cursor.com/",
"type": "website" "type": "website"
}, },
{
"title": "PearAI - The Open Source, Extendable AI Code Editor",
"url": "https://trypear.ai/",
"type": "website"
},
{ {
"title": "Bolt - Prompt, run, edit, and deploy full-stack web apps", "title": "Bolt - Prompt, run, edit, and deploy full-stack web apps",
"url": "https://bolt.new", "url": "https://bolt.new",

@ -1310,7 +1310,12 @@
"description": "Unit testing is a software testing method where individual components or units of a program are tested in isolation to ensure they function correctly. This approach focuses on verifying the smallest testable parts of an application, such as functions or methods, by executing them with predefined inputs and comparing the results to expected outcomes. Unit tests are typically automated and written by developers during the coding phase to catch bugs early, facilitate code refactoring, and ensure that each unit of code performs as intended. By isolating and testing each component, unit testing helps improve code reliability and maintainability.\n\nVisit the following resources to learn more:", "description": "Unit testing is a software testing method where individual components or units of a program are tested in isolation to ensure they function correctly. This approach focuses on verifying the smallest testable parts of an application, such as functions or methods, by executing them with predefined inputs and comparing the results to expected outcomes. Unit tests are typically automated and written by developers during the coding phase to catch bugs early, facilitate code refactoring, and ensure that each unit of code performs as intended. By isolating and testing each component, unit testing helps improve code reliability and maintainability.\n\nVisit the following resources to learn more:",
"links": [ "links": [
{ {
"title": "Unit Testing Tutorial", "title": "Unit testing",
"url": "https://en.wikipedia.org/wiki/Unit_testing",
"type": "article"
},
{
"title": "What is Unit Testing?",
"url": "https://www.guru99.com/unit-testing-guide.html", "url": "https://www.guru99.com/unit-testing-guide.html",
"type": "article" "type": "article"
}, },

@ -2654,31 +2654,21 @@
}, },
"Yq8kVoRf20aL_o4VZU5--": { "Yq8kVoRf20aL_o4VZU5--": {
"title": "Container Orchestration", "title": "Container Orchestration",
"description": "Containers are a construct in which cgroups, namespaces, and chroot are used to fully encapsulate and isolate a process. This encapsulated process, called a container image, shares the kernel of the host with other containers, allowing containers to be significantly smaller and faster than virtual machines, These images are designed for portability, allowing for full local testing of a static image, and easy deployment to a container management platform.\n\nVisit the following resources to learn more:", "description": "Container orchestration is the process of managing and automating the lifecycle of containers, including their deployment, scaling, and networking across multiple hosts. It is a critical technology for running complex containerized applications in production environments.\n\nBy leveraging tools like Kubernetes, Docker Swarm, and Apache Mesos, organizations can ensure high availability, scalability, and reliability for their applications. Container orchestration simplifies operations by automating routine tasks and providing a robust foundation for microservices, cloud-native development, and DevOps practices.\n\nVisit the following resources to learn more:",
"links": [ "links": [
{ {
"title": "What are Containers?", "title": "What is Container Orchestration?",
"url": "https://cloud.google.com/learn/what-are-containers", "url": "https://www.redhat.com/en/topics/containers/what-is-container-orchestration",
"type": "article"
},
{
"title": "What is a Container?",
"url": "https://www.docker.com/resources/what-container/",
"type": "article"
},
{
"title": "Articles about Containers - The New Stack",
"url": "https://thenewstack.io/category/containers/",
"type": "article" "type": "article"
}, },
{ {
"title": "Explore top posts about Containers", "title": "What is Kubernetes?",
"url": "https://app.daily.dev/tags/containers?ref=roadmapsh", "url": "https://kubernetes.io/docs/tutorials/kubernetes-basics/",
"type": "article" "type": "article"
}, },
{ {
"title": "What are Containers?", "title": "Introduction to Kubernetes",
"url": "https://www.youtube.com/playlist?list=PLawsLZMfND4nz-WDBZIj8-nbzGFD4S9oz", "url": "https://www.youtube.com/watch?v=PH-2FfFD2PU",
"type": "video" "type": "video"
} }
] ]

Loading…
Cancel
Save