Infrastructure as Code with Terraform on Azure | Tom Harvey

Managing infrastructure through a user interface can often create a situation where it is difficult, if not impossible to reproduce your infrastructure consistently. Because of this, many operators have adopted the concept of Infrastructure as Code, where you model and create infrastructure using a highly declarative language similar to application code. In this session, I…

Read More

When Serverless Meets Containers | Justin Yoo at DDD Sydney 2018

One of benefits using serverless architecture is “no need to worry about infrastructure management”. On the other hand, container technology is about “no need to worry about setting up infrastructure”. They are two different directions of evolving cloud services. Now, they get together and play together. Actually they get along each other quite seamlessly. At…

Read More

Intro to Machine Learning | Damian Brady at DDD Sydney 2018

What exactly is machine learning? And more importantly, will I understand the answer without doing a Masters and a PhD? Sure! Join Damian, a fellow AI/ML-newbie, as he walks through what machine learning is, how it can be applied in your applications, and how you can actually create predictive models without accumulating a massive HELP…

Read More

Full Stack RX Programming – Brendan Richards

Like many of us, Brendan first started working with reactive programming patterns under JavaScript based user interfaces with RxJS. But Reactive Programming is a pattern available to most modern languages, including Reactive Extensions for .NET and Entity Framework RX. This talk is an introduction to using Reactive Extensions on the server side with ASP.NET Core…

Read More

I have a container… now what? | Thiago Passos

This is not the same container 101 talk you’ve seen a dozen times. The point of this talk is how to ship a container to production, once you’ve built it. We’ll containerize a .net core app, debug locally, set up continuous deployment, set up a container cluster and deploy to it.

Read More

Full Stack RX Programming | Brendan Richards

Like many of us, Brendan first started working with reactive programming patterns under JavaScript based user interfaces with RxJS. But Reactive Programming is a pattern available to most modern languages, including Reactive Extensions for .NET and Entity Framework RX. This talk is an introduction to using Reactive Extensions on the server side with ASP.NET Core…

Read More