Agile, DevOps

8 Best Practices of Continuous Integration To Supercharge Your Software Development Team

The software development teams have immensely benefited by adopting iterative and incremental development practices over old-fashioned and traditional software development approach. Today, more and more companies are embracing Agile methodologies to allow the development teams to respond quickly to stakeholders’ feedback and provide...

by Anuradha Ishwaran
Tag: continuous build
08-Dec-2016

DevOps, Technology

An Introduction to CircleCI

CircleCI is the continuous integration & delivery platform that helps development teams to release code rapidly and automate the build, test, and deploy process using Docker container. CircleCI is a reliable platform that works well with languages like Ruby, Python, NodeJS, Java and Clojure. Steps to Signup with CircleCI Signing up...

by Ankit Kumar
Tag: continuous build
29-Nov-2016

Grails, Java

Auto compilation in java springboot application

To run springboot appllication there is a task "bootRun" which compile and run the application for one deployment lifecyle. This is good enough for the production, where auto compilation is not required. In the dev environment auto compilation is used to avoid recompilation. Also it is very much needed to speed up the development time...

by Sanchit
Tag: continuous build
15-May-2016