Rob's Presentations with code, page 13
Minimal APIs with ASP.NET
9/7/2022
at MADdotNET
in Madison, WI (virtual)
With ASP.NET 6.0, there’s a 4th coding paradigm joining MVC, WebAPI, and Razor Pages: Minimal APIs....
Kubernetes Test Drive
docker devops kubernetes
8/23/2022
at Utah County .NET User Group
in Provo, UT (virtual)
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....
Level-up Your DevOps with GitHub Actions and Kubernetes
devops kubernetes
8/19/2022
at Code PaLOUsa
in Louisville, KY (virtual)
Are you looking to rapidly deploy your content? Are Docker containers in your future? Come for this demo-only presentation where we start from scratch, live-code a Dockerfile, build up a DevOps pipeline in GitHub Actions, and deploy to Kubernetes....
The Definitive Deep Dive into the .git Folder
git
8/18/2022
at Code PaLOUsa
in Louisville, KY (virtual)
What’s in the .git folder? How are commits stored? How do branches work? We’ll dive deep into the objects folder, unpack commits, look at the types of DAG nodes, examine object content, and build a complete visualization of the stored content....
At The Helm of Kubernetes: Repeatable Infrastructure Creation for Mere Mortals
docker kubernetes devops
8/11/2022
at VS Live Redmond
in Redmond, WA
As we get deeper into Kubernetes yaml files, we see a lot of duplication. Can we move to a higher level that eliminates this duplication?...
Minimal APIs with ASP.NET
8/10/2022
at VS Live Redmond
in Redmond, WA
With ASP.NET 6.0, there’s a 4th coding paradigm joining MVC, WebAPI, and Razor Pages: Minimal APIs....
Minimal APIs with ASP.NET
8/9/2022
at KCDC
in Kansas City, MO
With ASP.NET 6.0, there’s a 4th coding paradigm joining MVC, WebAPI, and Razor Pages: Minimal APIs....
Minimal APIs with ASP.NET
8/4/2022
at Iowa .NET User Group
in Des Moines, IA (virtual)
With ASP.NET 6.0, there’s a 4th coding paradigm joining MVC, WebAPI, and Razor Pages: Minimal APIs....
At The Helm of Kubernetes: Repeatable Infrastructure Creation for Mere Mortals
docker kubernetes devops
7/30/2022
at Scale 19x
in Los Angeles, CA
As we get deeper into Kubernetes yaml files, we see a lot of duplication. Can we move to a higher level that eliminates this duplication?...
Scaling the Testing Pyramid in TypeScript
spa javascript testing spa
7/28/2022
at Full Stack eXchange
in London, England (virtual)
Unit tests? Integration tests? Mocks? Stubs? Fakes? How does this apply to the web? Let’s look at all the ways you can test a web app and demo all the tools you’d use....