From 28e92ac5151f1f7c6f5766e2be60b8ec5bb4b88f Mon Sep 17 00:00:00 2001 From: Santiago Bioletto <87582357+Santibio@users.noreply.github.com> Date: Fri, 14 Jan 2022 13:05:52 -0300 Subject: [PATCH 1/2] Add Os and General KnowKnowledge content at backend roadmap (#998) * Add Os and General KnowKnowledge content at backend roadmap * Update content/roadmaps/101-backend/content/102-os-general-knowledge/readme.md Co-authored-by: Kamran Ahmed --- .../101-backend/content/102-os-general-knowledge/readme.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/content/roadmaps/101-backend/content/102-os-general-knowledge/readme.md b/content/roadmaps/101-backend/content/102-os-general-knowledge/readme.md index c4a9305ec..286fe3ca8 100644 --- a/content/roadmaps/101-backend/content/102-os-general-knowledge/readme.md +++ b/content/roadmaps/101-backend/content/102-os-general-knowledge/readme.md @@ -1 +1,8 @@ # General Knowledge + +Operating System is a program that manages a computer’s resources, especially the allocation of those resources among other programs. Typical resources include the central processing unit (CPU), computer memory, file storage, input/output (I/O) devices, and network connections. + +Free Content +What is an operating system? +Operating Systems: Crash Course Computer Science #18 +Introduction to Operating System \ No newline at end of file From efad09de7f0c83777c867fb5b126bed33400fd5d Mon Sep 17 00:00:00 2001 From: Archit Sharma <74408634+iArchitSharma@users.noreply.github.com> Date: Fri, 14 Jan 2022 23:06:09 +0700 Subject: [PATCH 2/2] GraphQL free Course for Beginners added (#997) --- content/roadmaps/100-frontend/content/119-graphql/readme.md | 1 + 1 file changed, 1 insertion(+) diff --git a/content/roadmaps/100-frontend/content/119-graphql/readme.md b/content/roadmaps/100-frontend/content/119-graphql/readme.md index c6070f4bb..83ffa621d 100644 --- a/content/roadmaps/100-frontend/content/119-graphql/readme.md +++ b/content/roadmaps/100-frontend/content/119-graphql/readme.md @@ -6,3 +6,4 @@ GraphQL is a query language for APIs and a runtime for fulfilling those queries Introduction to GraphQL The Fullstack Tutorial for GraphQL GraphQL Tutorials +GraphQL Course for Beginners