Rob's Presentations with code, page 1
Minimal APIs with ASP.NET
11/28/2023
at Prairie DevCon Calgary
in Calgary, AB, Canada
With ASP.NET 6.0, there’s a 4th coding paradigm joining MVC, WebAPI, and Razor Pages: Minimal APIs....
.NET Testing Best Practices
asp.net core testing
11/27/2023
at Prairie DevCon Calgary
in Calgary, AB, Canada
This is a #NoSlides presentation where we’ll live-code all the tests. We’ll start with a code sample, discuss the tests we want to build, use xUnit and MoQ to build the tests, then refactor the code to be more testable....
A Database DevOps Pipeline
devops data
10/26/2023
at All Day DevOps
Are your automation practices accounting for the database? How do you verify database software quality? Most importantly, how do you care for customer data as the schema evolves?...
.NET Testing Best Practices
asp.net core testing
10/10/2023
at ICS Con
in Salt Lake City, UT
This is a #NoSlides presentation where we’ll live-code all the tests. We’ll start with a code sample, discuss the tests we want to build, use xUnit and MoQ to build the tests, then refactor the code to be more testable....
Minimal APIs with ASP.NET
10/10/2023
at ICS Con
in Salt Lake City, UT
With ASP.NET 6.0, there’s a 4th coding paradigm joining MVC, WebAPI, and Razor Pages: Minimal APIs....
Level-up Your DevOps with GitHub Actions and Kubernetes
devops kubernetes
10/4/2023
at DockerCon
in Los Angeles, CA
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....
Kubernetes hands-on (Workshop)
docker devops kubernetes
9/27/2023
at DevOpsCon New York
in New York, NY
Kubernetes is how you run Docker in production. Bring your laptop with Docker for Windows or Docker for Mac edge version installed....
At The Helm of Kubernetes: Repeatable Infrastructure Creation for Mere Mortals
docker kubernetes devops
9/25/2023
at DevOpsCon New York
in New York, NY
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?...
The Definitive Deep Dive into the .git Folder
git
9/15/2023
at UtahJS
in South Jordan, UT
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....
Minimal APIs with ASP.NET
9/14/2023
at SLC.NET Meetup
in Salt Lake City, UT (virtaul)
With ASP.NET 6.0, there’s a 4th coding paradigm joining MVC, WebAPI, and Razor Pages: Minimal APIs....