From 2600cfc06053a56accdec4671bdd6bbca0b1b395 Mon Sep 17 00:00:00 2001 From: berry Date: Mon, 8 Jul 2024 13:24:37 +0100 Subject: [PATCH] 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