Core Principles of CI was a presentation that covered:
1) The definition of continuous integration as automated builds that run many times a day.
2) The key aspects of CI including source code compilation, database integration, testing, inspection, deployment, feedback, and producing deployable software.
3) The benefits of CI like reduced human error, rapid feedback cycles, increased project visibility and confidence, and facilitating communication.