




Graphing Your Way Through the Cosmos: Common Data Problems Solved with Graphs - Chad Green
Data as it appears in the real world is naturally connected, but traditional data modeling focuses on entities which can cause for complicated joins of these naturally connected data. That is where graph databases come...

Ordering the chaos - cleaning logs and ordering events in microservices - Adam Furmanek
No more monoliths! Let's use microservices and asynchronous invocations everywhere! But how to track logs when multiple calls are in place, clocks are skewed, network is faulty and something goes wrong? How to figure...


Modernizing an existing system to take a more domain-driven approach - William Penberthy
Domain-driven design seems “straight-forward” when looking at green field development. Implementing that in an existing enterprise system, however, is daunting.In this session we will go over some of the refactoring...


Easier infrastructure and safer secrets with Pulumi, Azure, and .Net Core - Rian Finnegan
'Infrastructure as code' is best practice for cloud applications. But your apps are complex beasts, with many dependencies and secrets to manage. If you've ever checked secrets into a repository, or had nightmares about...

Common mistakes and misconceptions in Web App Security using OAuth 2.0 and OpenId Connect
Nahid FarrokhiAuthorization and authentication are two of main problems on modern web application’s security,. They were both solved by OAuth 2.0 and OpenId Connect(OIDC). But this is not the end of story. Like most...




Fixing poor performance patterns in Azure SQL Database applications - Martin Cairney
Cloud databases by their nature are different from on-premises databases. The way that your application interfaces with the database becomes more important as you deal with things like latency. Some application access...



Introduction to PASETO (platform-agnostic security tokens) - Ruby Jane Cabagnot
JSON Web Tokens (JWTs) have become ubiquitous in the web authentication landscape over the last four years. In this talk, I'll introduce you to their successor: PASETO tokens (platform agnostic security tokens).Unlike...
