Architecting and Building Serverless Solutions in Azure
Presented by: Brian Gorman
This workshop is a guided activity to learn, architect, and implement a real-world, serverless solution in the Microsoft Azure ecosystem. ...
Format: PreCompilerLevel: IntermediateEvent Streaming, Catch of the Day!
Presented by: Barry Tarlton, David Day
Have you heard enough event streaming fish stories to fill a cooler? Are you ready to wade in deeper and lure out some new skillz on event-driven architectures? Come join our catch-of-the-day session to experience first-hand designing and building an event-driven solution from start to finish. We'll...
Format: PreCompilerLevel: IntermediatePrepare Your ASP.NET Core Application for 🚀 Liftoff: Hardening Your Applications for Production 1/2
Presented by: Kevin Griffin, Kendall Miller
You're about to push your latest project out to the launch pad - nearly every feature is complete, it's quick, and you're excited for launch day. But are you ready to achieve orbit and stay there safely? ...
Format: PreCompilerLevel: IntermediateRealizing The Benefits Of Container DevSecOps With AWS
Presented by: James Strong, Colin Detwiller, Matthew Garber
Attendees will learn how to set up, harden, & secure a container pipeline in AWS in this workshop using no servers for that pipeline. Please attend, If you’re interested in integrating security and compliance into a container pipeline to realize the benefits of DevSecOps. We will be using these...
Format: PreCompilerLevel: IntermediateThe Demystifying Docker DOJO
Presented by: Barry Tarlton, Mark Ramsey
Hearing all about the container craze, but haven’t had time to really learn about it yet? Well, this session has you covered. Come roll up your sleeves and get ready to learn all about Docker in this hands on session. There will be no long pontificating about how Docker is better than other...
Format: PreCompilerLevel: IntermediatePrepare Your ASP.NET Core Application for 🚀 Liftoff: Hardening Your Applications for Production 2/2
Presented by: Kevin Griffin, Kendall Miller
Part 2 of "Prepare Your ASP.NET Core Application for 🚀 Liftoff: Hardening Your Applications for Production"
Format: PreCompilerLevel: IntermediateLife in the Fastlane: App Store Deployments That Won't Make You Lose Your Mind
Presented by: Keith Kurak
Imagine deploying your shiny new app to the Apple App Store- creating certs, uploading your app to Testflight, adding testers, taking screenshots on four different devices, filling in dozens of fields on the store description, clicking through EULA’s, and resubmitting five times because the...
Format: General SessionLevel: IntermediateModern Cross-Platform Development with .NET 6
Presented by: Sam Basu
Slated for Nov 2021, .NET 6 ushers in modern development stacks and polished tooling throughout much of the .NET ecosystem. With .NET MAUI, developers get to build native cross-platform apps for mobile & desktop from single codebase. With Blazor component model, C# can power modern web apps on the...
Format: General SessionLevel: IntermediateThe Four Principles of Accessibility
Presented by: Homer Gaines
Within the WCAG 2.1, web-accessible content is broken into four principles collectively referred to as POUR. This acronym stands for Perceivable, Operable, Understandable, and Robust. These four areas specifically target areas where users have the most trouble when accessing digital content and...
Format: General SessionLevel: IntermediateAre You Ready for a Senior Role?
Presented by: Jenny Bramble
Moving from being a mid level engineer a senior role can feel like a huge leap--especially when your new responsibilities aren't well defined. What does it mean to embrace a senior role? It's not just about experience and years on the job; it's an entire mindset shift. ...
Format: General SessionLevel: IntermediateWhat a global pandemic can tell you about better DevOps practices
Presented by: Jeremy Meiss
In early 2020 a global pandemic set in motion events which none of us could predict. With anonymous data collected from 900k+ devs, 50K orgs, and 60m+ builds/mo we found some interesting insights into better DevOps practices. Since then, we've seen even more interesting activities happen, which shed...
Format: General SessionLevel: Intermediate10 Ways to Write Clean JavaScript Code
Presented by: Avindra Fernando
Written in just 10 days, JavaScript continues to be very successful in modern software development. The flexibility of JavaScript empowered rapid innovation in software. But, this flexibility comes at a cost of readable, maintainable, and scalable JavaScript code.

 ...
Format: General SessionLevel: IntermediateThe 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: IntermediateImplementing 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: IntermediateRock-Solid Components with TypeScript and GraphQL
Presented by: Mat Warger
Most recent javascript frameworks bring a solid component model to modern web development, but how can you guarantee that your components work correctly? In this session, you learn how the features of TypeScript can be leveraged to bring clarity and dependability when constructing components with...
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: IntermediateWho’s Afraid of the Big Bad Bluetooth?
Presented by: Leah Vogel
With the buzz around IoT devices, Bluetooth Low Energy technology has become increasingly popular. Apple's CoreBluetooth has been around since iOS 5, and offers a host of utility APIs. ...
Format: General SessionLevel: IntermediateKeeping your Kubernetes Cluster Secure
Presented by: Gene Gotimer
Many organizations are shifting to containers and Kubernetes, and that move means learning new ways to secure their environments. Kubernetes clusters have to be hardened at different levels. We have to consider the nodes where the Kubernetes control plane is running. We also need to secure the...
Format: General SessionLevel: IntermediateBetter Interviews, Better Work
Presented by: John Lange
Being an interviewer for technical jobs is hard. Checking for technical competency can feel impossible. Asking questions that start with "tell me about a time when" can feel like it has no value. And for many people giving interviews, there is no training; you're left to figure it out on your own. ...
Format: General SessionLevel: IntermediateGetting started with Kubenetes Policy Development
Presented by: Robert Sirchia
This session is designed to get a user started in writing Kubernetes policies in Rust. We will, touch on what is a policy. How we are going to leverage Rust and Web Assembly to write our policy. What tools you will need to develop a policy. Build out a sample policy and test it on a local...
Format: General SessionLevel: IntermediateMonolith 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: IntermediatePutting the FUN back in Fundamentals: Data Structures, Algorithms, and More!
Presented by: Matt Williams
In this session, we will bring FUN back to Fundamentals as we: ...
Format: General SessionLevel: IntermediateVisualizing Code
Presented by: Matt Eland
What happens if we combine the fields of software architecture and data visualization? In this talk, we'll explore what git can tell us about software projects and the teams supporting them by looking at a variety of ways to visualize codebases. ...
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: IntermediateEffective React State: 7 Years of Lessons Learned
Presented by: Cory House
Managing React state is hard. Why? Because there are so many options to consider! Local state, reducers, custom hooks, context, and over a dozen third-party libraries. In this session, we’ll explore the lessons I’ve learned from managing complex state in React over the last seven years. I’ll...
Format: General SessionLevel: IntermediatePerformance 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: IntermediateChatOps and DevOps: How to Use Comms as Incident Response
Presented by: Pj Hagerty
The most important tool in your DevOps toolbox is communication. Without it, nothing can be accomplished, especially resolving incidents when they occur. ...
Format: General SessionLevel: IntermediateExtending Spring Data and Spring Data Redis
Presented by: Brian Sam-Bodden
In this session, Brian will take you along for a journey into the codebases of Spring Data and Spring Data Redis to help you understand how to build your own annotation-based Spring Data extensions. Whether you are building a framework or a business/application-specific extension, understanding the...
Format: General SessionLevel: IntermediateSupercharge Your ASP.NET Core Applications
Presented by: Kevin Griffin
For many developers, the transition from ASP.NET 4.0+ to ASP.NET Core was a minor change. Depending on your application's complexity, you could make a couple syntax changes and be fully upgraded within a couple of days. ...
Format: General SessionLevel: IntermediateCSS Houdini - Just what CSS needed, more JavaScript
Presented by: John Lange
Coming soon to a browser near you is a brand new technology that will revolutionize your websites. Finally, JavaScript can be embedded into your CSS! ...
Format: General SessionLevel: IntermediateDesign Patterns for Loosely Coupled Applications in .NET
Presented by: Barry Stahl
Building loosely coupled applications is critical to creating solutions that follow good object oriented principles. These principles help make sure our applications are testable, maintainable and extensible. In this session we will explore several design patterns that are key to building...
Format: General SessionLevel: IntermediateThe Super Spectacular Interactive Event Driven Light Show
Presented by: Barry Tarlton
The ability to properly design and implement highly resilient event driven systems is critical in our data centric world. But getting one’s mind around the complex choreography of this data driven architecture can be absurdly difficult. By using a Raspberry Pi Kafka Cluster, light bars, and...
Format: General SessionLevel: IntermediateJakarta 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: IntermediateScaling 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