90DaysOfDevOps/Days/day6.md

18 lines
1.0 KiB
Markdown
Raw Normal View History

2022-01-04 20:03:29 +07:00
2022-01-03 17:14:41 +07:00
2022-01-05 19:56:43 +07:00
## Resources
- [How Netflix Thinks of DevOps](https://www.youtube.com/watch?v=UTKIT6STSVM)
2022-01-03 17:14:41 +07:00
### Recap of our first few days looking at DevOps
- 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.
2022-01-05 19:56:43 +07:00
- 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**
If you made it this far then you will know if this is where you want to be or not. See you on [Day 7](day7.md). Day 6 will be us diving into a programming language, I am not aiming to be a developer but I want to be able to understand what the developers are doing.