From 7d04a3d2a0524d8bacf40e9297cdbd46f34faf4f Mon Sep 17 00:00:00 2001 From: TheAnton205 <33186076+TheAnton205@users.noreply.github.com> Date: Sat, 2 Oct 2021 23:36:25 -0400 Subject: [PATCH] Add Stanford's Programming Course to Tutorials --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index eadbb383..06a323d4 100644 --- a/README.md +++ b/README.md @@ -606,6 +606,7 @@ When learning CS, there are some useful sites you must know to get always inform - [Open Data Structures](http://opendatastructures.org) : Excellent resource for learning about DS and algos, provides code in various languages C++, Java, and pseudocode. - [OS Course Notes](https://www2.cs.uic.edu/~jbell/CourseNotes/OperatingSystems/) : Chapter-wise course notes according to Galvin's book - [Programming, Web Development, and DevOps news, tutorials, and tools for beginners to experts](https://dzone.com) +- [Stanford Programming Course](https://see.stanford.edu/Course/CS106A) : Full, free CS course created by Stanford - [SQL (Structured Query Language) in one page : SQL.SU](http://www.cheat-sheets.org/sites/sql.su/) : a very good SQL cheat sheet - [Subtle | Poor Man's CI](https://www.subtle.press/course/poor-mans-ci) : Learn how continuous integration platforms work under the hood, by building one of your own on top of git with Node.js - [TCP/IP Illustrated Series](https://en.wikipedia.org/wiki/TCP/IP_Illustrated)