- Continuous Integration,Delivery,and Deployment
- Sander Rossel
- 174字
- 2021-07-02 15:42:06
Preface
A problem that a lot of developers face is that software is complex and becomes only more complex over time. A single change to the software can lead to numerous unexpected bugs that may not be discovered in time. Using Continuous Integration, we can automatically test software before it is released. Using other tools, such as SonarQube, we can ensure that our code adheres to the latest standards. Unfortunately, getting started with testing and automation requires various tools and all of those tools take time and effort to learn.
In this book, we will start a project from scratch and use Continuous Integration techniques to guarantee a certain software quality. Tools such as Git, Jasmine, Karma, Selenium, Protractor, Gulp, Jenkins, SonarQube, and Postman are introduced and used to ensure that our software is up to par.
Finally, to further reduce the chances of human error, we will automatically deploy our software to another environment so that we can go from Git commit to production deployment fully automated and still sleep easy at night.
- LaTeX Cookbook
- JSP網絡編程(學習筆記)
- Python Game Programming By Example
- Hadoop+Spark大數據分析實戰
- 高級C/C++編譯技術(典藏版)
- C++ 從入門到項目實踐(超值版)
- Building RESTful Python Web Services
- UML 基礎與 Rose 建模案例(第3版)
- Instant Lucene.NET
- 從零開始學C#
- Managing Microsoft Hybrid Clouds
- 零基礎學Scratch 3.0編程
- Machine Learning for Developers
- Building Business Websites with Squarespace 7(Second Edition)
- HTML5移動前端開發基礎與實戰(微課版)