Rob's Presentations, page 3
ngrok Developer Roundtable
devops
3/26/2024
at ngrok Developer Roundtable
Join us for the ngrok Developer Roundtable! The roundtable is a time for folks who use ngrok to connect, see what’s new with ngrok, and ask questions....
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....
Kubernetes hands-on (Workshop)
docker devops kubernetes
2/20/2024
at ConFoo
in Montreal, Québec, Canada
Kubernetes is how you run Docker in production. Bring your laptop with Docker for Windows or Docker for Mac edge version installed....
.NET Testing Best Practices
asp.net core testing
2/16/2024
at NDC Sydney
in Sydney, Australia
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
2/12/2024
at NDC Sydney
in Sydney, Australia
Kubernetes is how you run Docker in production. Bring your laptop with Docker for Windows or Docker for Mac edge version installed....
The Definitive Deep Dive into the .git Folder
git
1/31/2024
at NDC London
in London, England
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....
.NET Testing Best Practices
asp.net core testing
1/24/2024
at Cleveland C# User Group
in Cleveland, OH (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....
Minimal APIs with ASP.NET
1/23/2024
at Visual Studio Toolbox
With ASP.NET 6.0, there’s a 4th coding paradigm joining MVC, WebAPI, and Razor Pages: Minimal APIs....