Azure

Infrastructure as Code with Terraform on Azure | AMA with Tom Harvey from HashiCorp

Infrastructure as Code with Terraform on Azure | AMA with Tom Harvey from HashiCorp

NDC returned to Sydney this year and SSW TV was there alongside .NET Rocks! to catch all of the action with our Ask Me Anything! sessions. As usual there were a host of top industry pros talking about various subjects related to software development. This year, SSW TV worked alongside .NET Rocks! to run an…

Azure Functions Aren’t Enterprisy, Are They? | Thiago Passos at DDD Sydney 2018

Azure Functions Aren't Enterprisy, Are They? | Thiago Passos at DDD Sydney 2018

Starting with Azure Functions is easy, but how do they fit together in an enterprise context? In this talk, Thiago shows you how to set up continuous integration and delivery and how to manage different environments and versions! Now go back to your company and be a serverless rock star!

Infrastructure as Code with Terraform | AMA with Tom Harvey from HashiCorp

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…

When Serverless Meets Containers | Justin Yoo at DDD Sydney 2018

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…

Intro to Machine Learning | Damian Brady at DDD Sydney 2018

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…

Security devolution with Troy Hunt – HTTPS + content security + CAA + WTF

Security devolution with Troy Hunt – HTTPS + content security + CAA + WTF

Web security has come a long way in recent years. These days, there’s a whole bunch of browser security features that can not only make your site more secure than ever, but make your job as a developer even easier. But the features remain largely unused with many developers not knowing of their existence nor…

full-stack-rx-programming-brenda

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…

I have a container… now what? | Thiago Passos

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.

Full Stack RX Programming – Brendan Richards

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…