-
Book Overview & Buying
-
Table Of Contents
The Cloud DevOps Engineer's Guide
By :
Every craftsperson needs a good workshop, and for a developer or DevOps engineer, that workshop is the code editor. While you can write code in a simple text editor, a modern code editor provides powerful features that dramatically improve productivity, such as syntax highlighting, code completion, debugging tools, and an integrated terminal. While there are many excellent editors available, the industry standard and our recommendation for this book is VS Code.
VS Code, developed by Microsoft, is a free, open source, and cross-platform code editor that has taken the development world by storm. Its popularity is due to a combination of factors that make it particularly well-suited for DevOps work. It is incredibly lightweight and fast, yet boasts a massive marketplace of extensions for adding new languages and tools, allowing you to customize it perfectly for your needs. Crucially for DevOps, it features a built-in...