5 signs you need continuous integration

30
5 Signs You Need CONTINUOUS INTEGRATION How CI Revolutionized the Web Development World www.thelevel.com

Upload: the-level-consulting-ltd

Post on 15-Jan-2015

2.540 views

Category:

Technology


1 download

DESCRIPTION

Before the days of Continuous Integration (CI), the development process for web applications took long. They were coded, launched and then tested. As a result, new features weren’t being released as quickly. CI helps bring together the separate components the development team is working on into one place where developers can spend less time on debugging and more time on building new features. Find out if you need CI for your next web development project in this SlideShare. Get more on web development, design and strategy on our blog: http://blog.thelevel.com.

TRANSCRIPT

Page 1: 5 Signs You Need Continuous Integration

5 Signs You Need

CONTINUOUS INTEGRATION

How CI Revolutionized the Web Development World

www.thelevel.com

Page 2: 5 Signs You Need Continuous Integration

A long, long time ago (well, not that long ago) when web applications were developed, they were coded, launched and then tested (in that order).

Page 3: 5 Signs You Need Continuous Integration

Testing was a tedious process since developers would click around the application to find bugs.

Page 4: 5 Signs You Need Continuous Integration

The man hours spent on this was long and expensive. As a result, new features being added to web applications took longer than it needed to be.

Page 5: 5 Signs You Need Continuous Integration

And then, Continuous Integration came along.

Page 6: 5 Signs You Need Continuous Integration

Continuous Integration or CI is cohesive approach to web application and software development. It is the process where developers deploy, integrate and test their code many times a day to a shared repository in smaller iterations as opposed to big chunks.

Page 7: 5 Signs You Need Continuous Integration

So, how do you know

if you need Continuous Integration?

Page 8: 5 Signs You Need Continuous Integration

#1There’s a team of developers working on separate components of your web application. And each developer is storing his/her code on their own machines.

Page 9: 5 Signs You Need Continuous Integration

One of the core principles of CI is to

maintain a single source repository.

Page 10: 5 Signs You Need Continuous Integration

Developers

commit their code several times a day

to the shared

repository where it is automatically tested.

Page 11: 5 Signs You Need Continuous Integration

This brings together the separate components the development team is working on in one place. By having the build tested automatically, developers can spend less time debugging and more time focused on building new features.

Page 12: 5 Signs You Need Continuous Integration

Software bugs cost the US economy

$59.6 billion annually.

RTI International: The Economic Impacts of Inadequate Infrastructure for Software Testing

Page 13: 5 Signs You Need Continuous Integration

#2You believe in automation.

Page 14: 5 Signs You Need Continuous Integration

Builds can automatically be built with a single line of code. This is a powerful feature of CI which allows companies to

automatically deploy applications.

Page 15: 5 Signs You Need Continuous Integration

Automated Deployment combined with Build Automation allows companies to save development time since developers

can deploy much faster (in a matter of

seconds as opposed to minutes and hours!).

Page 16: 5 Signs You Need Continuous Integration

#3Your development team is spending a big chunk of time debugging.

Page 17: 5 Signs You Need Continuous Integration

CI runs tests regularly instead of post-deployment or in the production environment. Whenever code is committed to the system, a build is created. Developers are notified to check the quality of their code if the test returns with an error.

Page 18: 5 Signs You Need Continuous Integration

CI will help you reduce your overhead costs of development by finding bugs during the development stage.

Page 19: 5 Signs You Need Continuous Integration

#4Releases are slower since

QA has to wait for the

actual deployment to happen.

Page 20: 5 Signs You Need Continuous Integration

QA teams no longer have to wait until new features are deployed.

Page 21: 5 Signs You Need Continuous Integration

CI is an excellent quality control systemsince testing is done during the development phases as well as post-deployment.

Page 22: 5 Signs You Need Continuous Integration

#5You want to gain

visibility on your project.

Page 23: 5 Signs You Need Continuous Integration

CI helps companies see trends and

manage code quality throughout

their development.

Page 24: 5 Signs You Need Continuous Integration

CI encourages your development team to generate API-like documentation for all the code committed by developers. It also provides real-time information on the code quality.

Page 25: 5 Signs You Need Continuous Integration

CI ensures higher code quality, quicker releases and an overall better end product.

Page 26: 5 Signs You Need Continuous Integration

And so with CI, the web development community rejoices!

Page 27: 5 Signs You Need Continuous Integration

Who are we?

The Level specializes in developing custom websites and web applications. We build custom web experiences that connect, engage and inspire for global

and soon-to-be global brands.

Get more on web development, design and strategy on our blog HERE.

Page 28: 5 Signs You Need Continuous Integration

Do you want to create b e t t e r

web applications?