Myths of CI/CD without boiling the ocean using AI

Friday, Aug 16 11:00 AM - 12:00 PM Room D3

Description

Its 2024 !! Writing good quality code is simply not enough and relying on Devops for setting up your CI/CD is not enough either. All developers should know how to setup healthy pipelines to allow for scaling resources, concurrent merges without breaking production code.

Key takeaways and learning points
- Build/use bots to automatically review code, leave comments and do static code analysis.
- Ability to setup a project rules on github with CI/CD for unit/integration tests using Github Actions
- Update status in 3rd party web hooks like AWS Codebuild or Slack.
- Building complex automated flows using openAI APIs.