Rob's Presentations with code, page 2
.NET Testing Best Practices
asp.net core testing
8/21/2024
at Private Event
in Salt Lake City, UT (virtual)
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....
Kubernetes hands-on (Workshop)
docker devops kubernetes
7/29/2024
at Private Event
in Rhode Island (virtual)
Kubernetes is how you run Docker in production. Bring your laptop with Docker for Windows or Docker for Mac edge version installed....
Level-up Your DevOps with GitHub Actions and Kubernetes
devops kubernetes
6/20/2024
at Nine Brains Meetup
in Riga, Latvia
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....
.NET Testing Best Practices
asp.net core testing
6/13/2024
at NDC Oslo
in Oslo, Norway
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....
Level-up Your DevOps with GitHub Actions and Kubernetes
devops kubernetes
6/12/2024
at NDC Oslo
in Oslo, Norway
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
6/10/2024
at NDC Oslo
in Oslo, Norway
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
5/22/2024
at DevOpsCon San Diego
in San Diego, 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
3/19/2024
at UtahJS
in Salt Lake City, UT
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....
Scaling the Testing Pyramid in TypeScript
spa javascript testing spa
2/22/2024
at ConFoo
in Montreal, Québec, Canada
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....
The Culture of Python
python
2/21/2024
at ConFoo
in Montreal, Québec, Canada
In this talk we don’t look at the syntax of Python. Though that’s interesting, that’s the easy part....