From 41385b51b54813c5d9fb3a9ca6b44cd686a3a4ef Mon Sep 17 00:00:00 2001 From: berry Date: Mon, 8 Jul 2024 13:22:35 +0100 Subject: [PATCH] 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