mirror of
https://github.com/MichaelCade/90DaysOfDevOps.git
synced 2025-01-25 02:25:28 +07:00
Day 6 - Grammar & Spelling
This commit is contained in:
parent
73715d1930
commit
1204577529
@ -13,9 +13,9 @@ DevOps to begin with was seen to be out of reach for a lot of us as we didn't ha
|
|||||||
|
|
||||||
You will see from the second link below in references there are a lot of different industries and verticals using DevOps and having a hugely positive effect on their business objectives.
|
You will see from the second link below in references there are a lot of different industries and verticals using DevOps and having a hugely positive effect on their business objectives.
|
||||||
|
|
||||||
Obviously the overarching benefit here is DevOps if done correctly should help your Business improve the speed and quality of software development.
|
The overarching benefit here is DevOps if done correctly should help your Business improve the speed and quality of software development.
|
||||||
|
|
||||||
I wanted to take this Day to look at succesful companies that have adopted a DevOps practice and share some resources around this, This will be another great one for the community to also dive in and help here. Have you adopted a DevOps culture in your business? Has it been successful?
|
I wanted to take this Day to look at successful companies that have adopted a DevOps practice and share some resources around this, This will be another great one for the community to also dive in and help here. Have you adopted a DevOps culture in your business? Has it been successful?
|
||||||
|
|
||||||
I mentioned Netflix above and will touch on them again as it is a very good model and advanced to what we generally see today even still but will also mention some other big name brands that are succeeding it seems.
|
I mentioned Netflix above and will touch on them again as it is a very good model and advanced to what we generally see today even still but will also mention some other big name brands that are succeeding it seems.
|
||||||
|
|
||||||
@ -25,30 +25,28 @@ In 2010 Amazon moved their physical server footprint to Amazon Web Services (AWS
|
|||||||
Amazon adopted in 2011 (According to the resource below) a continued deployment process where their developers could deploy code whenever they want and to whatever servers they needed. This enabled Amazon to achieve deploying new software to production servers on average every 11.6 seconds!
|
Amazon adopted in 2011 (According to the resource below) a continued deployment process where their developers could deploy code whenever they want and to whatever servers they needed. This enabled Amazon to achieve deploying new software to production servers on average every 11.6 seconds!
|
||||||
|
|
||||||
## Netflix
|
## Netflix
|
||||||
Who doesn't use Netflix? obviously a huge quality streaming service with by all accounts at least personally a great user experience.
|
Who doesn't use Netflix? a huge quality streaming service with by all accounts at least personally a great user experience.
|
||||||
|
|
||||||
Why is that user experience so great? Well the ability to deliver a service with no recollected memory for me at least of glitches requires speed, flexibility, and attention to quality.
|
Why is that user experience so great? Well, the ability to deliver a service with no recollected memory for me at least of glitches requires speed, flexibility, and attention to quality.
|
||||||
|
|
||||||
NetFlix developers can automatically build pieces of code into deployable web images without relying on IT operations. As the images are updated, they are integrated into Netflix’s infrastructure using a custom-built, web-based platform.
|
NetFlix developers can automatically build pieces of code into deployable web images without relying on IT operations. As the images are updated, they are integrated into Netflix’s infrastructure using a custom-built, web-based platform.
|
||||||
|
|
||||||
Continous Monitoring is in place so that if the deployment of the images fails, the new images are rolled back and traffic rerouted to the previous version.
|
Continuous Monitoring is in place so that if the deployment of the images fails, the new images are rolled back and traffic rerouted to the previous version.
|
||||||
|
|
||||||
There is a great talk listed below that goes into more about the DOs and DONTs that Netflix live and die by within their teams.
|
There is a great talk listed below that goes into more about the DOs and DONTs that Netflix lives and dies by within their teams.
|
||||||
|
|
||||||
## Etsy
|
## Etsy
|
||||||
As with many of us and many companies there was a real struggle around slow and painful deployments. In the same vein we might have also experienced working in companies that have lots of siloes and teams that are not really working well together.
|
As with many of us and many companies, there was a real struggle around slow and painful deployments. In the same vein, we might have also experienced working in companies that have lots of siloes and teams that are not working well together.
|
||||||
|
|
||||||
From what I can make out at least from reading about Amazon and Netflix, Etsy might have adopted the letting developers deploy their own code around the end of 2009 which might have been before the other two mentioned. (interesting!)
|
From what I can make out at least from reading about Amazon and Netflix, Etsy might have adopted the letting developers deploy their code around the end of 2009 which might have been before the other two were mentioned. (interesting!)
|
||||||
|
|
||||||
An interesting take away I read here was that they realised that when developers feel responsibility for deployment they also would take responsibility for application performance, uptime and other goals.
|
An interesting takeaway I read here was that they realised that when developers feel responsible for deployment they also would take responsibility for application performance, uptime and other goals.
|
||||||
|
|
||||||
|
|
||||||
|
A learning culture is a key part of DevOps, even failure can be a success if lessons are learned. (not sure where this quote came from but it kind of makes sense!)
|
||||||
A learning culture is a key part to DevOps, even failure can be a success if lessons are learned. (not sure where this quote actually came from but it kind of makes sense!)
|
|
||||||
|
|
||||||
I have added some other stories where DevOps has changed the game within some of these massively successful companies.
|
I have added some other stories where DevOps has changed the game within some of these massively successful companies.
|
||||||
|
|
||||||
|
|
||||||
## Resources
|
## Resources
|
||||||
|
|
||||||
- [How Netflix Thinks of DevOps](https://www.youtube.com/watch?v=UTKIT6STSVM)
|
- [How Netflix Thinks of DevOps](https://www.youtube.com/watch?v=UTKIT6STSVM)
|
||||||
@ -63,7 +61,7 @@ I have added some other stories where DevOps has changed the game within some of
|
|||||||
|
|
||||||
- DevOps is a combo of Development and Operations that allows a single team to manage the whole application development lifecycle that consists of **Development**, **Testing**, **Deployment**, **Operations**.
|
- DevOps is a combo of Development and Operations that allows a single team to manage the whole application development lifecycle that consists of **Development**, **Testing**, **Deployment**, **Operations**.
|
||||||
|
|
||||||
- The main focus and aim of DevOps is to shorten the development lifecycle while delivering features, fixes and functionality frequently in close alignment with business objectives.
|
- The main focus and aim of DevOps are to shorten the development lifecycle while delivering features, fixes and functionality frequently in close alignment with business objectives.
|
||||||
|
|
||||||
- DevOps is a software development approach through which software can be delivered and developed reliably and quickly. You may also see this referenced as **Continuous Development, Testing, Deployment, Monitoring**
|
- DevOps is a software development approach through which software can be delivered and developed reliably and quickly. You may also see this referenced as **Continuous Development, Testing, Deployment, Monitoring**
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user