Agile in Practice: Continuous Integration
In Agile projects, continuous integration (CI) implements continuous processes of applying quality control — that is, small pieces of effort, applied frequently.
Configuration Management Videos and Tutorials
In Agile projects, continuous integration (CI) implements continuous processes of applying quality control — that is, small pieces of effort, applied frequently.
Devops represents a different approach to IT operations — an approach based on the principles of collaboration, visibility and automation. For developers it means a better understanding and greater visibility into the environment that the production system is running. For operations it means closer collaboration with development and a greater …
Continuous deployment and testing has started to become a reality for many companies. It brings to light one of the many problems that face large product teams, but also creates some of its own. This video focuses on the pros and cons of continuous deployment, how DISQUS switched from the …
Most of the talk about configuration management has been around using tools to automate the building of an ever growing number of servers in a production environment. But lots of smaller teams and organisations can probably benefit even more from using the same tools to manage the development environments used …
This short tutorial shows you how to integrate Maven with Eclipse. Maven is a build tool traditionally used in Java and Java EE projects to compile source files, execute unit tests and assemble distribution artifacts. Maven can also be used for Groovy and Scala projects.
This video introduces the Gradle build tool. Gradle is a new and revolutionary build tool, based on the Groovy programming language. It is very different from existing tools like Ant and Maven in that it provides an extremely powerful capability to develop build applications using Groovy code and a compelling …