Speaker "Szczepan Faber" Details Back
-
Name
Szczepan Faber
-
Company
Linkedin.Com
-
Designation
Staff Software Engineer
Topic
Ship every change to production! How it’s done at LinkedIn and in leading open source projects.
Abstract
We ship new code to linkedin.com several times a day. In the Open Source, the Mockito Java library produces new version with every merged pull request. Learn about the great benefits of continuous delivery on real world examples. Learn how to setup your project so that you can focus on code and features, and never on the release overhead. After the talk, you will be excited about shipping code all the time! I will start describing how code moves from commit to prod at LinkedIn. Then I will dive into continuous delivery in the Open Source: the impressive release automation in one of the most popular Java libraries of all time: Mockito framework. Finally, I will show you a demo how to setup top notch continuous delivery in 2 minutes for any Open Source Java library with http://shipkit.org. Shipkit inspires on original Mockito release automation tooling and also on the the build pipeline Szczepan’s team created and maintains at LinkedIn.