
Streamlining Logins with Phil Nash | NDC Melbourne 2022
Everyday we interact with sites online, and that means having and using a username and password. Phil talks us through how to streamline the login process, maintain best standards for security and making the user experience smooth and trouble free using Twilio.

Required Members in C# 11 with David Wengier | NDC Melbourne 2022
David Wengier reveals some of C# shortcomings when using person classes. He gives us an elegant solution to constructors to fix errors and address the issues of nullability. The new C# 11 has answers to all these challenges and David will be guiding us through the updates to “Required Members”

Quantum Computers with Richard Campbell | NDC Melbourne 2022
Richard Campbell walks us through the mind-boggling field of Quantum Computing. It’s a global race to see who can make it faster and more efficient. But what is it all for? What’s the use of these leading-edge processors?

Hosting Function Apps with Azure Serverless with Lars Klint | NDC Melbourne 2022
Lars Klint joins us at NDC Melbourne to show us a really cool tip with Azure Serverless that might save you some money.

Event Storming with William Liebenberg
Do you know the value of Event Storming?
Often when building systems it isn’t super clear what all the nuts and bolts should be. There might be several major stakeholders or domain experts each with slightly different ideas understanding that causes contention in how the system functions.

The dangers of your strong suits
“When you have a hammer, everything looks like a nail.”
This saying is often used for developers who want to use their favourite technology to solve every coding issue, even when it’s not the best fit. But this saying is actually relevant to us all.

Do You Know When To Ask For Help?
When you’re working, you will encounter issues that block you from progressing, and force you to do some googling, and investigation on how to move forward. These moments can be stressful, especially for junior developers and the question arises, “When should I ask for help?”

Flexing Your Biceps with Azure – Making laC easy and fun with William Liebenberg
No matter how hard we try, Azure Resource Manager (ARM) JSON templates aren’t easy or fun to maintain for enterprise platforms and applications.
Now we can flex our Infrastructure as Code (IaC) muscles using a new tool called Azure Bicep.