- 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.
- Go Web編程
- Rake Task Management Essentials
- Java Web及其框架技術(shù)
- HTML5+CSS3網(wǎng)站設(shè)計基礎(chǔ)教程
- OpenStack Orchestration
- 低代碼平臺開發(fā)實踐:基于React
- Selenium Testing Tools Cookbook(Second Edition)
- Scala Reactive Programming
- C/C++數(shù)據(jù)結(jié)構(gòu)與算法速學(xué)速用大辭典
- Mastering Elasticsearch(Second Edition)
- 運維前線:一線運維專家的運維方法、技巧與實踐
- JavaScript程序設(shè)計:基礎(chǔ)·PHP·XML
- Web前端開發(fā)最佳實踐
- HTML5 and CSS3:Building Responsive Websites
- Python Natural Language Processing