Developer

ToolUp Tuesday - #3
ToolUp Tuesday is all about showing the thought process and decisions made when creating an application. Join Chris and Matt as they build a new application from the ground up, including development processes, tooling, service choices and architectural decisions!

Azure Quantum & Microsoft Q#
You've probably heard about quantum computing, but it still remains a mystery? In this session, Chris is joined by Johnny Hooybergs who will explain important concepts like qubits, superposition and entanglement and how quantum computing can hopefully help us to solve exponentially large problems. Some theoretical knowledge about quantum physics, quantum gates and quantum algorithms will be combined with examples using a simulated environment on a local PC and on real quantum hardware using Azure Quantum. Most of these examples will use the new quantum language Q# from Microsoft and some additional examples will use Python to solve optimization problems using the Azure Quantum Inspired Optimization (QIO).

ToolUp Tuesday #2
ToolUp Tuesday is all about showing the thought process and decisions made when creating an application. Join Chris and Matt as they build a new application from the ground up, including development processes, tooling, service choices and architectural decisions!

ToolUp Tuesday - #1
ToolUp Tuesday is all about showing the thought process and decisions made when creating an application. Join Chris and Matt as they build a new application from the ground up, including development processes, tooling, service choices and architectural decisions!

Using Azure Arc to run your Application Services on-premises or in any cloud
Azure Arc is a suite of Azure Services that simplifies management of workloads in a Hybrid and Multicloud deployment. You've likely heard about this from the Infrastructure or Virtual Machine perspective, but how can it help with your applications? We'll explore how App Services, Logic Apps, Azure Functions, Event Grid and API Management Gateways can be deployed to on-premises and other clouds using Azure Arc!

Getting into DevRel
In this session, Chris is joined by Martin Woodward - Director of Developer Relations at GitHub to talk about building communities, building experience talking and leading communities and then of Developer Relations, what it means and how to get into that role as your job.

Find vulns in your code before they find you
In this session, Chris is joined by DeveloperSteve Coochin, a Developer Advocate at Snyk. In this episode, Chris and Steve talk about vulns in the wild for a bit (well and to geek out in general), especially on the back of some research that Steve did recently on the likes of PHP. Steve has recently been looking into the security vulns that get let in without developers even knowing (Teaser: He was really surprised at some of them!)

V022 - Weekly Technology Vlog #22
Welcome to weekly Vlog #22! We'll be covering all of the latest from Microsoft Build!

36 - Application Insights: The Tool You Never Knew You Needed
Understanding how our applications function in the wild is essential for developers when issues arise. With the power of knowledge, we can enable ourselves to provide the best experience to our fellow developers, and our stakeholders. One of the solutions that supplies this power is Application Insights. Application Insights is a service provided by Microsoft allowing you to monitor your application live, detect performance anomalies, and observe this data with powerful analytics. Together we will see how easy it is to add Application Insights to our applications, whether we have access to the codebase or not. Once instrumented, we will dive deeper into the capabilities of Application Insights and show how to leverage all the rich data collected from our application. Finally, as developers the last thing we want to do is troubleshoot an issue in Production, with everyone watching and the stakes are high. Watch as we monitor a live application that is throwing exceptions and how Application Insights can be used to help us solve the problem faster. When we are done, attendees will be empowered with the knowledge to leverage Application Insights to be more productive with their work.

32 - Accelerate .NET to Azure with GitHub Actions
GitHub Actions makes it easy to automate all your software workflows, now with world-class CI/CD. Build, test, and deploy your code right from GitHub. Make code reviews, branch management, and issue triaging work the way you want. With .NET Core bringing a cross platform approach, getting your applications to the Cloud is easier than ever. In this session we will learn the different ways to deploy our .NET applications to the cloud and how we can use GitHub Actions to make it faster!