Book Image

Learning Single-page Web Application Development

Book Image

Learning Single-page Web Application Development

Overview of this book

Table of Contents (15 chapters)
Learning Single-page Web Application Development
Credits
About the Author
About the Reviewers
www.PacktPub.com
Preface
Index

Continuous application development


As developers, we often work in teams, and to keep our sanity, we need a control version, some good development practices, and automated processes.

The term continuous application development came from continuous software development and other terms such as continuous integration, continuous delivery, continuous testing, and continuous deployment. These terms cover many aspects of the application development process in agile methodologies.

With this in mind, we can use some tools that make our work simpler, like a continuous integration services.

Continuous integration is a term that originated in agile methodology and Extreme programming (XP), and means something simple: the developer of one team integrates the code for the main project at the same frequency as new features are developed by another team. This process is done many times a day for both teams. So the main purpose of using continuous integration is to integrate the new features and changes made...