Automating & Monitoring Seedling Growth in the Cloud Using IoT, Messaging & Micronaut
Presented by: Todd Sharp
It all started with a small project to pass the time during The Great Quarantine of 2020. I bought some chiles from the local farmer’s market (with proper face coverings and social distancing, of course), fermented my first batch of hot sauce, and shared it with a few friends around the globe. I...
Format: General SessionLevel: Introductory and overviewThe Elegance of “The Simplest Possible Thing”: Applying Simplicity Principles to Complex Problems
Presented by: Nate Berent-Spillson
Software development is complex work. Business requirements, platforms, and technology itself are all complex elements. Through all this complexity, software developers often try to create complex solutions that meet all the requirements at once. Similarly, when faced with a complex problem, they...
Format: General SessionLevel: IntermediateEnterprise Observability with OpenTelemetry
Presented by: Christopher Judd
Enterprise applications are complex. A transaction starting in the browser will go through proxies, api gateways, security appliances, application performance monitoring tools, logs, microservices and more microservices. Historically there has been no standard way to get observability and...
Format: General SessionLevel: Introductory and overviewImplementing an Event Sourcing strategy on Azure
Presented by: Eldert Grootenboer
In recent years the Event Sourcing pattern has become increasingly popular. By storing a history of events it enables us to decouple the storage of data from the implementation of the logic around it. And we can rebuild the state of our data to any point in time, giving us a wide range of...
Format: General SessionLevel: IntermediateTime traveling in the cloud. Time series analytics with Microsoft Azure.
Presented by: Sam Vanhoutte
The data collected in IoT scenarios are often thought of as a ‘time series”. Through this data it’s possible to understand the past and use this data to anticipate the future. But time traveling is never straight forward. That’s why in this session Sam will walk you through the processing of...
Format: General SessionLevel: IntermediateConnecting Systems that Never Planned for Each Other - An Introduction to Apache NiFi
Presented by: David Snyder
Apache NiFi can be described as a Swiss army knife for data flow programming. Joe Witt, the creator of NiFi, describes it as a "broker between systems that never knew to plan for each other". This session will illuminate the main features of Apache NiFi, expand on the problems it is best suited...
Format: General SessionLevel: Introductory and overviewMaking the most of your DevOps Artifacts
Presented by: Matthew Sheehan
With greater emphasis placed on automating the creation of predictable software bundles, you may be asking what are DevOps artifacts and what can you do with them? Well, it turns out you can do many things with them. Artifacts can be the compiled output for your app deployment, or a Nuget or NPM...
Format: General SessionLevel: Introductory and overviewMonolith Decomposition and Evolutionary Architectures: How to Safely Modernize Legacy Systems
Presented by: Ben Hoffman
Replacing and re-engineering a new system to replace a legacy or monolithic system, in its entirety, is risky. And after significant investment, the new system often suffers from many of the same issues the old system had. When you combine long development times with big-bang-style deployment, the...
Format: General SessionLevel: IntermediateBuilding rugged DevOps pipelines with GitHub Actions
Presented by: Brian Gorman
This session dives into using GitHub actions to build out robust DevOps pipelines. In the session, we'll implement an architecture to build a temporary dev environment, and then push the code changes through the pipeline to an end release into production. In addition to just getting the CI/CD...
Format: General SessionLevel: IntermediateConsistent cloud environments with Infrastructure as Code
Presented by: Matthew Sheehan
Your SaaS app is doing great, but your cloud environment is growing more and more complex. After years of provisioning additional resources to keep it growing, nobody on the team remembers all of the dependencies anymore, and deployments are hitting snags because the development, testing, and...
Format: General SessionLevel: Introductory and overviewPerformance tuning for Azure Cosmos DB
Presented by: Hasan Savran
Azure Cosmos DB is a fully managed service that takes database administration off your hands. Fully Managed Database sounds good, but developers end up with some of the database administration work anyway. ...
Format: General SessionLevel: IntermediateTen Things Every Voice Application Should Do
Presented by: Jeff Blankenburg
In my experience building dozens of skills for Alexa, and working with hundreds of developers on their own voice applications, I've identified ten specific patterns that are common to the most successful of the bunch. This presentation will cover these ten topics, giving you the insight an...
Format: General SessionLevel: Introductory and overviewJakarta EE 10 is Coming Your Way!
Presented by: Ivar Grimstad
Jakarta EE 9 lowered the barriers of entry and established a foundation for future innovation paving the way for Jakarta EE 10. ...
Format: General SessionLevel: IntermediateMoving Massive Mountains of Magnificent Data
Presented by: Barret Blake
Data over here. Data over there. These days there are massive piles of data everywhere. Companies use many different systems. Those systems need to interact and share data to be useful. But how to get that data from place to place? Most of the time, what's built in to these various systems doesn't...
Format: General SessionLevel: Introductory and overviewScaling Systems: Architectures that grow
Presented by: Kendall Miller
It's harder than ever to predict the load your application will need to handle in advance, so how do you design your architecture so you can afford to implement as you go and be ready for whatever comes your way. It's easy to focus on optimizing each part of your application but your application...
Format: General SessionLevel: Intermediate