From 9add3d9dc10aa544bd8ef688ff492ede1402825f Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 18 Nov 2024 21:28:52 +0600 Subject: [PATCH] chore: update roadmap content json (#7751) Co-authored-by: kamranahmedse <4921183+kamranahmedse@users.noreply.github.com> --- public/roadmap-content/ai-engineer.json | 5 +++++ public/roadmap-content/backend.json | 7 ++++++- public/roadmap-content/devops.json | 24 +++++++----------------- 3 files changed, 18 insertions(+), 18 deletions(-) diff --git a/public/roadmap-content/ai-engineer.json b/public/roadmap-content/ai-engineer.json index 3c8ba1c89..c66d83134 100644 --- a/public/roadmap-content/ai-engineer.json +++ b/public/roadmap-content/ai-engineer.json @@ -1818,6 +1818,11 @@ "url": "https://www.cursor.com/", "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", "url": "https://bolt.new", diff --git a/public/roadmap-content/backend.json b/public/roadmap-content/backend.json index ca155e3c5..e56c0d988 100644 --- a/public/roadmap-content/backend.json +++ b/public/roadmap-content/backend.json @@ -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:", "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", "type": "article" }, diff --git a/public/roadmap-content/devops.json b/public/roadmap-content/devops.json index 84e4e2370..2873d9d0c 100644 --- a/public/roadmap-content/devops.json +++ b/public/roadmap-content/devops.json @@ -2654,31 +2654,21 @@ }, "Yq8kVoRf20aL_o4VZU5--": { "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": [ { - "title": "What are Containers?", - "url": "https://cloud.google.com/learn/what-are-containers", - "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/", + "title": "What is Container Orchestration?", + "url": "https://www.redhat.com/en/topics/containers/what-is-container-orchestration", "type": "article" }, { - "title": "Explore top posts about Containers", - "url": "https://app.daily.dev/tags/containers?ref=roadmapsh", + "title": "What is Kubernetes?", + "url": "https://kubernetes.io/docs/tutorials/kubernetes-basics/", "type": "article" }, { - "title": "What are Containers?", - "url": "https://www.youtube.com/playlist?list=PLawsLZMfND4nz-WDBZIj8-nbzGFD4S9oz", + "title": "Introduction to Kubernetes", + "url": "https://www.youtube.com/watch?v=PH-2FfFD2PU", "type": "video" } ]