From 41385b51b54813c5d9fb3a9ca6b44cd686a3a4ef Mon Sep 17 00:00:00 2001 From: berry Date: Mon, 8 Jul 2024 13:22:35 +0100 Subject: [PATCH 1/2] add boot.dev course --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 8e34fb56..9643c65d 100644 --- a/README.md +++ b/README.md @@ -389,6 +389,7 @@ When learning CS, there are some useful sites you must know to get always inform - [NPTEL](http://nptel.ac.in) : Free online courses by IIT with certificates - [prakhar1989/awesome-CS-courses](https://github.com/prakhar1989/awesome-courses/blob/master/README.md) : List containing large amount of CS courses - [Pluralsight](https://www.pluralsight.com) : An online learning and workforce development platform that helps businesses and individuals adjust to changing technology. +- [Boot.dev](https://www.boot.dev/) : Interactive online course to learn modern backend programming in Python, Javascript, Go, and more.
↥ Back To Top From 2600cfc06053a56accdec4671bdd6bbca0b1b395 Mon Sep 17 00:00:00 2001 From: berry Date: Mon, 8 Jul 2024 13:24:37 +0100 Subject: [PATCH 2/2] sort alphabetically --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9643c65d..1d866515 100644 --- a/README.md +++ b/README.md @@ -377,6 +377,7 @@ When learning CS, there are some useful sites you must know to get always inform
## MOOCs for learning something new +- [Boot.dev](https://www.boot.dev/) : Interactive online course to learn modern backend programming in Python, Javascript, Go, and more. - [Class Central](https://www.class-central.com) : a directory of 100,000+ student reviews of thousands of MOOCs. - [Classpert](https://classpert.com) : a website that gathers MOOCs and online courses from several providers, focusing on computer science and data science courses. - [Computer Science Resources](https://docs.google.com/spreadsheets/d/1BD8BJJUNaX63m2QmySWMGDp71nx4W4MyyiIBlfMoN3Q/htmlview?sle=true#) : list of MOOCs for autodidacts @@ -389,7 +390,6 @@ When learning CS, there are some useful sites you must know to get always inform - [NPTEL](http://nptel.ac.in) : Free online courses by IIT with certificates - [prakhar1989/awesome-CS-courses](https://github.com/prakhar1989/awesome-courses/blob/master/README.md) : List containing large amount of CS courses - [Pluralsight](https://www.pluralsight.com) : An online learning and workforce development platform that helps businesses and individuals adjust to changing technology. -- [Boot.dev](https://www.boot.dev/) : Interactive online course to learn modern backend programming in Python, Javascript, Go, and more.
↥ Back To Top