Trunk Based Development (TBD) or Continuous Integration is one of the practices for software delivery. It means pushing directly to master, rather than creating feature branches or pull requests. To developers who are not familiar with TBD, this sounds very risky, even wrong.
In this talk, Shohre will explain how TBD is actually a practice for reducing risk and how combined with other practices it is more efficient and delivers higher quality software. You will hear about what TBD is, why, how and when you should use it and where you should start if you want to try out this practice.