Agile + DevOps West 2019 - DevOps Automation | TechWell

Conference archive

Agile + DevOps West 2019 - DevOps Automation

Monday, June 3

Bob Foster
Coveros
MB

Finding Performance Issues Early with JMeter

New
Add to calendar
Monday, June 3, 2019 - 8:30am to 4:30pm

Performance issues can be difficult to resolve when found late in the software development lifecycle. Using an open-source tool like JMeter to develop, manage, and execute load and performance tests while the code is being developed, is an inexpensive way to help find performance issues. Executing these performance tests as part of your CI/CD pipeline enables users to find and resolve performance issues as soon as they are introduced. This hands-on workshop will help attendees develop a foundational understanding of JMeter, while engaging them in creating and running performance tests...

Melissa_Benua
mParticle
MH

Continuous Testing with Containers

Preview New
Add to calendar
Monday, June 3, 2019 - 1:00pm to 4:30pm

Containers. Every manager thinks they want them, but few teams have experience in knowing what to DO with them. Used thoughtfully, containerization of your services can transform the way your organization thinks about testing. Gone can be the days of maintaining X different compute environments with Y different configurations. Imagine instead spinning up just the code you need, on the machine type it needs, and only for as long as you need it. In this technical training, Melissa will walk through what containerization means for a legacy code base attempting to practice continuous...

Tuesday, June 4

Allen Holub
Independent Consultant
TA

The Architecture of Microservices

Add to calendar
Tuesday, June 4, 2019 - 8:30am to 4:30pm

Server-side monoliths—single programs that provide all back-end services—just don't work. They are hard to build, impossible to maintain, and gradually accrete so much baggage that forward development slows to a crawl. Agile development is impossible over this sort of system. Allen Holub says that microservices—systems of small, cooperating server-side agents—solve these problems. However, building a microservice system is not easy, and doing it wrong is disastrous. Taking a deep dive into practical microservice architecture and implementation, Allen covers a lot of practical details to...

Danilo Sato
ThoughtWorks
TB

Continuous Delivery in Practice: A Hands-On DevOps Workshop

Add to calendar
Tuesday, June 4, 2019 - 8:30am to 4:30pm

For many organizations, delivering software into production has become increasingly more complex with long testing cycles and a division between development and operations teams. DevOps is a cultural movement that is breaking down those barriers. Focusing on automation, collaboration, tools, and knowledge sharing, DevOps is showing that developers and system engineers have much to learn from each other. Through a series of hands-on exercises, Danilo Sato will use a sample web application to demonstrate how to automate its build and deployment pipeline, using infrastructure and pipeline as...

Glenn_Buckholz
Coveros
TO

Implementing Pipeline as Code Using Jenkins

New
Add to calendar
Tuesday, June 4, 2019 - 8:30am to 4:30pm

As organizations strive to improve the speed with which they deliver software, they increasingly turn to Continuous Integration/Continuous Delivery (CI/CD) pipelines and infrastructure-as-code software architecture and delivery techniques to help leverage value from their DevOps adoptions. While many of the steps in a pipeline are automated, management of the pipeline itself remains a largely manual process which slows the delivery process. Join Glenn as he describes how pipeline as code gives teams the ability to define and manage an entire DevOps CI/CD pipeline in code, allows them to...

Wednesday, June 5

Laura Keaton
Keaton Consulting
AD18

How to Avoid Automation Framework Sinkholes

Add to calendar
Wednesday, June 5, 2019 - 3:00pm to 4:00pm

Test automation frameworks are constantly plagued by runaway costs and huge codebases that become maintenance nightmares. Successful automation frameworks are best defined under the “keep it simple, stupid” philosophy—KISS! Test automation needs to be only as complicated as the most complex variation in the system. Laura Keaton will show how to streamline the development and maintenance of automation by integrating it with development, operations, and project management. If KISS is used properly, the maintenance and cost can be relatively straightforward. Join Laura to learn how to...

Derek Ashmore
Asperitas Consulting
AD23

AWS Lambda: Best Practices and Common Mistakes

Add to calendar
Wednesday, June 5, 2019 - 3:00pm to 4:00pm

Serverless architectures relieve you of hardware and scaling setup concerns, and AWS Lambda functions are used by many organizations for serverless application development and automating DevOps tasks. But many teams start using AWS Lambda and uncover problems such as running into resource limits, debugging nested Lambda defects, managing code change across dozens of AWS accounts, and many more. Derek Ashmore will provide tips and tricks to make your AWS Lambda functions usable in different contexts and easier to develop and support. He will show you how to mitigate common problems teams...

Thursday, June 6

Owen Gotimer
TechWell
B1

Agile+DevOps Feud!

Add to calendar
Thursday, June 6, 2019 - 1:30pm to 2:00pm

Join us for a game of Agile+DevOps Feud, where two teams of thought leaders compete to name the most popular responses to survey questions to win bragging rights and to share their experiences. Questions and voting will be in the TechWell Hub leading up to the conference, where community members will name their greatest concerns, best practices, etc. Our two teals of panelists, Mary Thorn, Ryan Ripley, and Lee Eason, versus Melissa...

Max_Saperstone
Coveros
AD50

Getting to Continuous Testing

Add to calendar
Thursday, June 6, 2019 - 4:30pm to 5:30pm

Max Saperstone tells the story of how a healthcare company striving to get to continuous releases built up their automation to secure confidence in regular releases. Initially, as no test automation existed, Max was able to capitalize on a greenfield test automation opportunity, and in the span of 12 months, develop over 2,000 test cases. A pipeline was created to verify the integrity of the automated tests and build Docker containers for simplified test execution. These containers could be easily re-used by developers and the DevOps team to verify the application. Join Max as he walks...