DevOps, or Developer Operations, is about the aspects of development other than writing code itself.
- Deployment: launch code into the real world (e.g. host a website on a server)
- Maintenance: update code or fix code when it breaks
- Monitor: keep track of the system health (are the servers running smoothly?)
- Security: are the devices protected from internal and external attacks
- Automation: can tasks be automated to save human resource?