Skip to main content

What is DevOps

devops stands for development & operation

DevOps is the blending of tasks performed by a company's application development and systems operations teams.

"DevOps is the union of people, process, and products to enable continuous delivery of value to our end users." — According to Donovan Brown in What is DevOps?

> What is DevOps by AWS

> What is DevOps by Google

> What is DevOps by IBM

> What is DevOps by Microsoft

Courses

Learn DevOps with free online courses from top universities and institutions | edX.org

Efficient DevOps with SAP

Popular posts from this blog

Windows 10: Install SuSE Linux Enterprise - SLES

With Microsoft-Windows-Subsystem-Linux feature enabled, we can install Linux distributions on Windows 10.

Microsoft Visual Studio Code: Notes from the field

Microsoft Visual Studio Code is a free and cross-platform IDE running on Microsoft Windows, Linux, and MacOS. Install Microsoft Visual Studio Code Download link:  https://code.visualstudio.com/ Get Visual Studio Code at code.visualstudio.com Check current version Visual Studio Code Version 1.0.0 Update Update Visual Studio Code Microsoft Visual Studio Version 1.1.1 Install Extension: Visual Studio Team Services Install Extension - Visual Studio Team Services Commonly used keyboard shortcuts VS Code keyboard commonly used shortcuts Shortcut Usage CTRL + SHIFT + K Delete current line ALT + Z Toggle Word Wrap ALT + / Comment current line or selected block ALT + \ Toggle (hide/show) side bar

Java: error - could not find or load main class

Java Error: Could not find or load main class Java: Common mistake of beginners