Rob's Presentations with code, page 4

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....

Kubernetes hands-on (Workshop)

docker devops kubernetes
9/5/2023 at Private Event
Kubernetes is how you run Docker in production. Bring your laptop with Docker for Windows or Docker for Mac edge version installed....

Local Development Techniques with Kubernetes

kubernetes devops docker
7/20/2023 at Utah Java Users Group in South Jordan, UT
It’s day 2. The corporate k8s cluster is humming. Everything works perfectly in a local environment, but how do you connect the wires?...

Scaling the Testing Pyramid in TypeScript

Slides spa javascript testing spa
6/29/2023 at S&S Media Webinar
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
6/20/2023 at Private event
In this talk we don’t look at the syntax of Python. Though that’s interesting, that’s the easy part....

.NET Testing Best Practices

asp.net core testing
6/16/2023 at NMUG - New Mexico .NET Users Group in Albuquerque, NM (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....

Level-up Your DevOps with GitHub Actions and Kubernetes

devops kubernetes
6/8/2023 at CodeMentor
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....

Level-up Your DevOps with GitHub Actions and Kubernetes

devops kubernetes
6/6/2023 at Pittsburgh .NET User Group in Pittsburgh, PA (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....

Minimal APIs with ASP.NET

5/18/2023 at SDD London in London, England
With ASP.NET 6.0, there’s a 4th coding paradigm joining MVC, WebAPI, and Razor Pages: Minimal APIs....
4