Rob's Presentations, page 52
Rob Richardson on Containers in Azure
docker devops azure
4/29/2019
at Azure DevOps Podcast
Today’s guest is Rob Richardson — a software craftsman building web properties in ASP.NET, Node, Angular, and Vue....
Anatomy of a Web Request
4/26/2019
at Indy.Code()
in Indianapolis, IN
What happens after you type the web address before the page renders? Is it a black box to you?...
Kubernetes Test Drive
docker devops kubernetes
4/26/2019
at Indy.Code()
in Indianapolis, IN
Are you a Docker aficionado or are you new to the Docker ecosystem? Come see how Kubernetes (K8s) adds a mature solution for running containers in production and development....
JavaScript Async Deep-dive
javascript node async
4/25/2019
at Indy.Code()
in Indianapolis, IN
Callbacks, promises, async, oh my! Asynchrony in JavaScript has come of age. We’ll start with a quick history of the 3 techniques....
Docker Hands-on Workshop
docker
4/24/2019
at Indy.Code()
in Indianapolis, IN
Docker is carefully tucked between virtualization, continuous deployment, and pure awesome. Bring your Windows 10 Anniversary Update or Mac OS X El Capitan 10....
Building Applications in C# 8 and .NET Core 3
asp.net core
4/16/2019
at Visual Studio 2019 Launch
in Phoenix, AZ
What’s new in .NET Core 3 and C# 8 for Windows and Web Developers? Come see as we build a WinForms app, a Windows Service, and a Web API with Swagger all in ....
Taking DevOps to the Next Level with GitHub and Azure DevOps
devops azure
4/16/2019
at Visual Studio 2019 Launch
in Phoenix, AZ
GitHub is the industry leader in source control, and Azure DevOps allows building for any platform and any cloud....
Securing Docker Containers: Kubernetes just does that, right?
docker devops security
4/12/2019
at DevSecOps Phoenix 2019
in Phoenix, AZ
Securing a container is like securing a virtual or physical machine. You need to understand what’s installed, ensure it’s patched, and reduce the attack surface....
ASP.NET Dos and Don'ts for highly maintainable code
asp.net core
3/15/2019
at ConFoo
in Montreal, Québec, Canada
What is legacy code? Did I just write more of it? ASP.NET rebooted itself to make it more maintainable and performant....
JavaScript Async Deep-dive
javascript node async
3/14/2019
at ConFoo
in Montreal, Québec, Canada
Callbacks, promises, async, oh my! Asynchrony in JavaScript has come of age. We’ll start with a quick history of the 3 techniques....