Java Interview: Difference between revisions
Jump to navigation
Jump to search
Line 60: | Line 60: | ||
; [https://www.javatpoint.com/devops#:~:text=What%20is%20DevOps? DevOps] | ; [https://www.javatpoint.com/devops#:~:text=What%20is%20DevOps? DevOps] | ||
: The DevOps is a combination of two words, one is software '''Development''', and second is '''Operations'''. This allows a single team to handle the entire application lifecycle, '''from development to testing, deployment, and operations'''. DevOps helps us to reduce the gap between software developers, quality assurance (QA) engineers, and system administrators. | : The DevOps is a combination of two words, one is software '''Development''', and second is '''Operations'''. This allows a single team to handle the entire application lifecycle, '''from development to testing, deployment, and operations'''. DevOps helps us to reduce the gap between software developers, quality assurance (QA) engineers, and system administrators. | ||
: DevOps tools such as Git, Ansible, Docker, Puppet, Jenkins, Chef, Nagios | : DevOps tools such as '''Git, Ansible, Docker, Puppet, Jenkins, Chef, Nagios and Kubernetes'''. | ||
# Automation | # Automation | ||
# Collaboration | # Collaboration |
Revision as of 19:11, 24 October 2020
|
|
|
Terminology
|
- DevOps
- The DevOps is a combination of two words, one is software Development, and second is Operations. This allows a single team to handle the entire application lifecycle, from development to testing, deployment, and operations. DevOps helps us to reduce the gap between software developers, quality assurance (QA) engineers, and system administrators.
- DevOps tools such as Git, Ansible, Docker, Puppet, Jenkins, Chef, Nagios and Kubernetes.
- Automation
- Collaboration
- Integration
- Configuration
References
- Use MVC, SOLID Principles and Design Patterns in Java
- Organize Objects With Structural Design Patterns
- Manage Objects With Behavioral Design Patterns
- Create Objects With Creational Design Patterns
- Avoid STUPID Practices in Programming
- Functions of the OSI Layers
- SOLID Principles in Java
- Computer Science
- Design Pattern
- Algorithm