From 24de6b42100699f4b26b40449839bfa98fcc2e2c Mon Sep 17 00:00:00 2001 From: Vamsee Kanakala Date: Fri, 15 Jan 2016 15:52:58 +0530 Subject: [PATCH 1/2] Add the high scalability aws scaling post --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index f533efd..94afbce 100644 --- a/README.md +++ b/README.md @@ -63,6 +63,7 @@ * https://cloudonaut.io/5-aws-mistakes-you-should-avoid/ * https://cloudnative.io/blog/2015/03/aws-route-53-best-practices/ +* [A Beginner's Guide to Scaling to 11 Million+ Users on Amazon's AWS](http://highscalability.com/blog/2016/1/11/a-beginners-guide-to-scaling-to-11-million-users-on-amazons.html) ## Languages: From 508becdcca0fb618f91b4dfb353d1ad43785c8bb Mon Sep 17 00:00:00 2001 From: Vamsee Kanakala Date: Fri, 15 Jan 2016 16:04:59 +0530 Subject: [PATCH 2/2] added some posts on devops culture and docker --- README.md | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 94afbce..36be117 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ ![learning](https://cloud.githubusercontent.com/assets/8342133/12172223/a0db04b8-b575-11e5-9dfd-51fbf7c58de8.gif) -# Menu: +# Menu: * [Prerequisites](#infrastructre-as-code) * [Cloud Services](#cloud-services) * [Languages](#languages) @@ -65,6 +65,16 @@ * https://cloudnative.io/blog/2015/03/aws-route-53-best-practices/ * [A Beginner's Guide to Scaling to 11 Million+ Users on Amazon's AWS](http://highscalability.com/blog/2016/1/11/a-beginners-guide-to-scaling-to-11-million-users-on-amazons.html) +### Containers + +* [http://omerio.com/2015/12/18/learn-the-kubernetes-key-concepts-in-10-minutes/](Learn the Kubernetes Key Concepts in 10 Minutes) +* [https://github.com/ClusterHQ/dvol](Version control your development databases in docker) + +### DevOps Culture + +* [http://laughingmeme.org/2015/08/31/five-years-building-a-culture-and-handing-it-off/](Five years, building a culture, and handing it off) +* [http://www.thoughtsoncloud.com/2015/10/3-characteristics-of-an-effective-cloud-developer/](3 characteristics of an effective cloud developer) + ## Languages: ### Golang