Agile + DevOps USA 2024 - Containers & Serverless
Monday, October 14
How to DevOps Your Testing Strategy – An Exercise in Value Stream Analysis
The DevOps movement is here. Companies across many industries are breaking down siloed IT departments and federating them into product development teams. Testing and its practices are at the heart of these changes. Traditionally, IT organizations have been staffed with mostly manual testers and a limited number of automation and performance engineers. To keep pace with development in the new “you build it, you own it” environment, testing teams and individuals must develop new technical skills and even embrace coding to stay relevant and add greater value to the business. DevOps really...
Tuesday, October 15
Agile Project Failures: Root Causes and Corrective Actions
Agile initiatives always begin with high expectations—accelerate delivery, meet customer needs, and improve software quality. The truth is that many agile projects do not deliver on some or all of these expectations. If you want help to ensure the success of your agile project or to get an agile project back on track, this tutorial is for you. Jeffery Payne discusses the most common causes of agile project failure and how you can avoid these issues or mitigate their damaging effects. Poor project management, ineffective requirements development, failed communications, software development...
An Agile-Not-Fragile Introduction to Microservices
The microservices architecture provides guidance for decomposing systems into small, loosely coupled, independently deployable and scalable services. Microservices align well with agile development and DevOps practices because they enable new increments of the system to be delivered earlier, more frequently, and even continuously throughout the lifecycle. However, as with all new paradigms, there are pros and cons that must be considered when transitioning onto a new landscape. Join Kaushal Dalvi as he gives you an agile-not-fragile introduction to microservices. You'll learn the...
Wednesday, October 16
Clean Your Cloud with Cloud Custodian
One of the great things about using the cloud is how easy it is to spin up resources and use them. The downside is it is really easy to spin up resources and forget about them. Sprawl becomes a real problem. You waste money if you fail to shut them down when you finish with them or even overnight. And it isn’t just costs. Managing a cloud infrastructure can be a real pain. Who spun this up? What project is it for? Does it need to be shut down? When? Shouldn’t it be encrypted? Cloud Custodian is an easy-to-use framework that allows simple YAML files to specify how to gather, filter,...
Scale Test Environments Using Cloud Infrastructure for Continuous Testing
PreviewThe challenges of managing test environments in the fast-paced world of software development are numerous, ranging from complexity and resource limitations. Traditional on-premises solutions often offer limited scalability and cause bottlenecks that hinder continuous testing. This presentation tackles these challenges head-on by proposing a shift to cloud-based test environments underpinned by Infrastructure as Code. By embracing the cloud, organizations can dynamically create and tear down test environments as needed, freeing up valuable resources. Integration with CI/CD pipelines...
Designing Resilient Event-Driven Data Mesh Architecture
Most enterprises deal with large scale data. There are common challenges involved in managing data. One such challenge faced by distributed applications is effective processing, identifying transactional boundaries, and exchange of data across disparate systems, where governance, modeling, ownership, and consumption considerations are tenets. An event-driven data mesh provides capabilities to power both operational & analytical use cases, in both real time & batch. It provides the framework necessary for creating, communicating, and using data. In request-response architecture,...
AI & The Impact on How We Work
Our industry has been transformed by new technologies, radically changing how we work. Thirty years ago, deployment cycles took 3-5 years; today, they happen in seconds. This rapid pace is largely due to our focus on investing in tools that boost developer productivity. We're still driven to create tools that simplify developers' work and make it easier for others to join the field. Many companies are heavily invested in enhancing productivity. However, the abundance of productivity tools doesn't automatically lead to increased productivity. Companies need to examine and adapt their...
Continuous Integration of AWS Serverless Applications
The primary draw for implementation of AWS serverless applications is the supposed simplicity. Anyone that has attempted to implement testing within a CI pipeline on a serverless application, however, knows that it is anything but simple. Serverless technologies allow for the faster construction of more complex applications with more complex integrations while also providing new technologies and execution environments, all of which pose a challenge to those used to testing in a more traditional way. This presentation looks at an API-based serverless application as an example and introduces...
Maximizing Observability in Cloud-Native Architecture: The Role of OpenTelemetry
PreviewCloud-native architecture involves breaking down software components into smaller, loosely coupled applications known as microservices. While this approach can effectively address scalability issues in the cloud, it can also introduce greater complexity. Identifying the root cause of a microservice failure can be challenging if there is not enough data available. As such, a well-designed cloud-native system should incorporate logs, metrics, and traces to facilitate effective root cause analysis. OpenTelemetry offers simple and effective tools for implementing observability in a...
Thursday, October 17
Containerization and Orchestration: Transforming Healthcare Apps with DevOps Automation
PreviewThis session will focus on the application of containerization and orchestration technologies within healthcare and integration of HIPAA compliance and robust security measures in healthcare DevOps. These technologies not only enhance operational efficiency but also ensure adherence to critical security and regulatory standards in healthcare. Sindu will cover case studies and future strategies on evolving security and HIPAA regulations and cybersecurity threats with patient data. Attendees will walk away with: the basics of container technologies and HIPAA compliance, Microsoft...