All Day DevOps 2020 - CI/CD & Continuous Everything
Integrating your Toolchain - Tips and Pitfalls
- Some lessons learned worth reading
- Some pitfalls often seen :
- “Not treating your pipeline as a product”
- “Not treating Everything as Code”
- … and more
- Slides
CI and CD for Documentation
- Loads of useful tools to play with if you’re a documentation nerd
- Markdown and VSCode are your friends
- Add editor extensions
- markdownlint (for syntax)
- Draw.io (for drawings)
- PlantUML (for diagrams as code)
- Marp (for slides)
- Add editor extensions
- Orchestrating with :
- GitHub Actions
- GitLab CI
- Jenkins (Jenkinsfile)
- AWS code pipeline
- Azure DevOps
- Linters :
- Slides
The One (Pipeline)
- Nothing new in these slides
- The last part about instrumentation, lessons learned and what is in store for the future is worth noting though
- Slides
CI/CD in the world of Serverless
- Quick overview of common toolchains for Serverless apps
- Slides
Back to All Day DevOps 2020 Recap