From d2452719fcf3b8dd6234123eb5f621baed507545 Mon Sep 17 00:00:00 2001 From: nivedpatel1403 <149313680+nivedpatel1403@users.noreply.github.com> Date: Mon, 30 Oct 2023 22:43:05 +0530 Subject: [PATCH] added Computer Science Bootcamp --- paths.json | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/paths.json b/paths.json index 9e11cd7..c80c014 100644 --- a/paths.json +++ b/paths.json @@ -128,5 +128,15 @@ "difficulty" : "intermediate", "module_number" : 5, "certification" : "paid" + }, + { + "id" : 14, + "platform" : "educative", + "free_course" : "no", + "course_name" : "Computer Science Bootcamp", + "link" : "https://www.educative.io/path/computer-science-bootcamp", + "difficulty" : "beginner", + "module_number" : 21, + "certification" : "paid" } ]