Agile + DevOps East 2021 Tutorial: Agile + DevOps East 2021 - Full-day Tutorials

Conference archive

Agile + DevOps East 2021 - Full-day Tutorials

Monday, November 15

Rich Mills
Coveros
MA

Getting Started with Microservices and Serverless

Monday, November 15, 2021 - 8:30am to 4:30pm

Do you wonder how computers can be “serverless”? Does “microservices” seem like just another buzzword? These two technologies are actually changing software design and operations. They work together to help solve complex problems by breaking them down into smaller pieces through loose coupling and modularization. Where some traditional software design techniques required assembling a monolithic piece of software on a platform, a microservices architecture and a serverless programming paradigm focus more on how to keep the pieces independent, orthogonal in function, and interconnected...

Tuesday, November 16

Melissa Benua
mParticle
Janna_Loeffler
mParticle
TA

Continuous Delivery in Practice: A Hands-On DevOps Workshop

Tuesday, November 16, 2021 - 8:30am to 4:30pm

What is continuous deployment? How does it differ from continuous integration and continuous delivery? Every company thinks they want CI/CD, but few teams have experience in knowing what that means and how to build it out. Join Janna and Melissa as they walk through building your own build pipeline using GitHub Actions, Docker, and Azure to continuously deploy to production. They will walk you through some of the basics of Git, Docker, and YAML to create build pipelines that run test automation and deploy an application. These tools and techniques will help reduce debugging differences...