From 020718a525ed642cd23cd2f9316fe5554879ecf5 Mon Sep 17 00:00:00 2001 From: Tejas Date: Fri, 11 Mar 2016 15:13:22 -0800 Subject: [PATCH 1/2] Update README.md Add Bhavin Thurakia's scalabilty talk --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 9c8e656..502a2d9 100644 --- a/README.md +++ b/README.md @@ -21,6 +21,8 @@ For a very broad overview please go through these lectures, really useful: * [david malans cs75 scalability talk](https://www.youtube.com/watch?v=-W9F__D3oY4&list=PLmhRNZyYVpDmLpaVQm3mK5PY5KB_4hLjE&index=10) Feel free to go through other lectures if needed. +* [Bhavin(Directi)'s talk on scalability] (https://www.youtube.com/watch?v=yeyugGZO2qc&list=WL&index=7) + This is another basic talk which gives good understanding on scalability aspects of building a website * [david huffman's talk , scaling up talk](https://www.udacity.com/course/web-development--cs253) ([Youtube link](https://www.youtube.com/watch?v=pjNTgULVVf4&list=PLVi1LmRuKQ0NINQfjKLVen7J2lZFL35wP&index=1)) * [scalability for dummies](http://www.lecloud.net/tagged/scalability) From 289e5bbebe5ccc7a7360852864ad86c7c1410e6c Mon Sep 17 00:00:00 2001 From: Tejas Date: Fri, 11 Mar 2016 15:37:07 -0800 Subject: [PATCH 2/2] Create Operating Systems --- Operating Systems | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 Operating Systems diff --git a/Operating Systems b/Operating Systems new file mode 100644 index 0000000..aaced67 --- /dev/null +++ b/Operating Systems @@ -0,0 +1,3 @@ +Useful articles: +* [Robet love] (http://qr.ae/Rat5pe) +Threads vs Processes