Skip to content

Commit f25ad4b

Browse files
committed
Merge branch 'bhalothia-master'
2 parents c3bb139 + b5cc369 commit f25ad4b

1 file changed

Lines changed: 70 additions & 32 deletions

File tree

README.md

Lines changed: 70 additions & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,61 @@
11
# awesome-learning [![Awesome](https://cdn.rawgit.com/sindresorhus/awesome/d7305f38d29fed78fa85652e3a63e154dd8e8829/media/badge.svg)](https://github.com/sindresorhus/awesome) [![Build Status](https://travis-ci.org/TheRemoteLab/awesome-learning.svg?branch=master)](https://travis-ci.org/TheRemoteLab/awesome-learning)
22

3-
... because learning devops is awesome
3+
... because learning DevOps is awesome
44

55
![learning](https://cloud.githubusercontent.com/assets/8342133/12172223/a0db04b8-b575-11e5-9dfd-51fbf7c58de8.gif)
66

7+
=======================================================================================================================
8+
9+
### Hello world! We will try our best to make sure this is the finest curated list of all DevOps resources at one place. Help us by fixing our mistakes and adding more useful links. Thanks!
10+
11+
12+
13+
| [Philosophy](#philosophy) :thought_balloon: | [Processes](#processes) :speech_balloon: | [Source Code Management](#source-code-management) :octocat: | [Build Automation](#build-automation) :arrows_counterclockwise: | [Continuous Integration](#continuous-integration) :arrows_counterclockwise: | [Continuous Delivery](#continuous-delivery) :arrows_counterclockwise: |
14+
|---------------------------------------------|------------------------------------------|-------------------------------------------------------------|-----------------------------------------------------------------|----------------------------------------------------------------------------|-----------------------------------------------------------------------|
15+
| | | | | | |
16+
17+
| [Infrastructure As Code](#infrastructure-as-code) :loop: | [Monitoring](#monitoring) :bar_chart: | [Logging](#logging) :page_facing_up: | [IAAS Providers](#iaas-providers) :cloud: | [PAAS Providers](#paas-providers) :cloud: | [Containerisation](#containerisation) :ship: |
18+
|---------------------------------------------------------|---------------------------------------|--------------------------------------|-------------------------------------------|-------------------------------------------|----------------------------------------------|
19+
| | | | | | |
20+
21+
| [MicroServices](#microservices) :microscope: | [Anti Patterns](#anti-patterns) :no_entry_sign: | [Languages](#languages) :pencil: | [Books](#books) :books: | [Slide Presentations](#slide-presentations) | [Videos](#videos) :tv: |
22+
|----------------------------------------------|-------------------------------------------------|----------------------------------|-------------------------|---------------------------------------------|------------------------|
23+
| | | | | | |
24+
25+
26+
* [Conferences and Meet-ups](#conferences) :video_camera:
727

8-
# Menu:
9-
* [Prerequisites](#infrastructre-as-code)
10-
* [Cloud Services](#cloud-services)
11-
* [Languages](#languages)
12-
* [Books](#books) :books:
13-
* [Slide Presentations](#slide-presentations)
14-
* [Videos](#videos) :tv:
15-
* [Conferences](#conferences)
1628
* [Contributing](#contributing)
1729
* [License](#license)
1830

19-
## Prerequisites
31+
## Philosophy
32+
33+
## Processes
34+
35+
## Source Code Management
36+
37+
* https://guides.github.com/activities/contributing-to-open-source/
38+
* https://www.atlassian.com/git/tutorials/comparing-workflows/
39+
* https://vimeo.com/channels/githubguides
40+
* http://semver.org/ - versioning basics
41+
* http://stackoverflow.com/questions/3611256/forking-vs-branching-in-github
42+
* http://stackoverflow.com/questions/19333088/how-is-svn-v-1-8-branching-merging-compared-to-git
43+
* https://julien.danjou.info/blog/2013/rant-about-github-pull-request-workflow-implementation - Git Pull-Request Vs Gerrit
44+
45+
## Build Automation:
46+
47+
## Continuous Integration:
48+
49+
* https://blog.codecentric.de/en/2015/10/continuous-integration-platform-using-docker-container-jenkins-sonarqube-nexus-gitlab/
50+
51+
## Continuous Delivery:
52+
53+
* http://blogs.atlassian.com/tag/cd-skeptics/
54+
* http://www.devopsdays.org/blog/wp-content/uploads/2010/11/jez-humble-continuous_delivery_devopsdays_2010.pdf
55+
* https://blog.codecentric.de/en/2015/01/continuous-delivery-microservices-jenkins-job-dsl-plugin/
56+
2057

21-
### Infrastructre as Code
58+
## Infrastructure As Code:
2259

2360
* https://atomic-penguin.github.io/blog/2014/04/29/stupid-jenkins-and-chef-tricks-part-1-rubocop/
2461
* https://atomic-penguin.github.io/blog/2014/05/16/stupid-jenkins-tricks-part-2-cookbook-pipelines/
@@ -29,8 +66,6 @@
2966
* https://raymii.org/s/tutorials/Chef_search_in_recipe_on_roles_or_recipes.html
3067
* http://dougireton.com/blog/2013/02/03/knife-tricks/
3168
* https://www.digitalocean.com/community/tutorials/how-to-use-roles-and-environments-in-chef-to-control-server-configurations
32-
* http://dougireton.com/blog/2013/02/16/chef-cookbook-anti-patterns/
33-
* https://www.chef.io/blog/2013/11/19/chef-roles-arent-evil/
3469
* https://shellycloud.com/blog/2015/06/chef-best-practices
3570
* http://www.prashantrajan.com/2013/06/14/leveling-up-chef-best-practices.html
3671
* http://serverfault.com/questions/513976/best-strategy-to-keep-chef-cookbooks-versions-under-control
@@ -40,27 +75,14 @@
4075
* http://railsware.com/blog/2013/02/21/chef-dos-and-donts/
4176
* https://www.chef.io/blog/2015/04/21/overview-of-test-driven-infrastructure-with-chef/
4277

43-
### CI/CD
44-
45-
* http://blogs.atlassian.com/tag/cd-skeptics/
46-
* http://www.devopsdays.org/blog/wp-content/uploads/2010/11/jez-humble-continuous_delivery_devopsdays_2010.pdf
47-
* https://blog.codecentric.de/en/2015/01/continuous-delivery-microservices-jenkins-job-dsl-plugin/
48-
* https://blog.codecentric.de/en/2015/10/continuous-integration-platform-using-docker-container-jenkins-sonarqube-nexus-gitlab/
4978

50-
### Git Workflows
79+
## Monitoring:
5180

52-
* https://guides.github.com/activities/contributing-to-open-source/
53-
* https://www.atlassian.com/git/tutorials/comparing-workflows/
54-
* https://vimeo.com/channels/githubguides
55-
* http://semver.org/ - versioning basics
56-
* http://stackoverflow.com/questions/3611256/forking-vs-branching-in-github
57-
* http://stackoverflow.com/questions/19333088/how-is-svn-v-1-8-branching-merging-compared-to-git
58-
* https://julien.danjou.info/blog/2013/rant-about-github-pull-request-workflow-implementation - Git Pull-Request Vs Gerrit
81+
## Logging:
5982

60-
## Cloud Services:
61-
62-
### AWS
83+
## IAAS Providers:
6384

85+
### AWS:
6486
* https://cloudonaut.io/5-aws-mistakes-you-should-avoid/
6587
* https://cloudnative.io/blog/2015/03/aws-route-53-best-practices/
6688
* [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)
@@ -79,6 +101,19 @@
79101

80102
* [https://gist.github.com/acolyer/95ef23802803cb8b4eb5](Internet Scale Services Checklist)
81103

104+
105+
## PAAS Providers:
106+
107+
## Containerisation:
108+
109+
## Microservices:
110+
111+
## Anti Patterns:
112+
113+
* http://dougireton.com/blog/2013/02/16/chef-cookbook-anti-patterns/
114+
* https://www.chef.io/blog/2013/11/19/chef-roles-arent-evil/
115+
116+
82117
## Languages:
83118

84119
### Python
@@ -89,12 +124,14 @@
89124

90125
* http://tryruby.org/levels/1/challenges/0
91126

92-
### Golang
127+
128+
### Golang:
129+
93130

94131
* https://github.com/avelino/awesome-go
95132
* https://tour.golang.org/
96133

97-
### Distributed Systems
134+
### Distributed Systems:
98135

99136
* http://bravenewgeek.com/distributed-systems-are-a-ux-problem/
100137

@@ -116,6 +153,7 @@
116153
## Conferences:
117154

118155
## Contributing:
156+
119157
Contributions are most welcome!
120158

121159
This list is just getting started, please contribute to make it super awesome.

0 commit comments

Comments
 (0)