Rob's Presentations with video, page 1
.NET Testing Best Practices
asp.net core testing
9/12/2024
at SLC.NET
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....
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....
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....
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....
Data Warehouse, Data Lake, Data Mesh, Oh My: The History of Data Storage
data
4/28/2023
at GIDS Developer Summit
in Bangalore, India
Are you looking to modernize your data infrastructure? Or are you confused at what all the terms mean?...
JavaScript Tests in Node, the Browser, and CI
javascript node testing
4/28/2023
at GIDS Developer Summit
in Bangalore, India
Good software practices don’t end just because you’re building a thick client in the browser. The JavaScript community is a flourishing boutique of high-quality tools and techniques....
Choosing from the many ways to Docker in Azure
docker devops azure
4/27/2023
at GIDS Developer Summit
in Bangalore, India
You’re ready to go cloud native with containers. Now where do you begin on Azure? There’s a dizying amount of container options available in Azure....
Minimal APIs with ASP.NET
4/27/2023
at GIDS Developer Summit
in Bangalore, India
With ASP.NET 6.0, there’s a 4th coding paradigm joining MVC, WebAPI, and Razor Pages: Minimal APIs....
Local Development Techniques with Kubernetes
kubernetes devops docker
4/26/2023
at GIDS Developer Summit
in Bangalore, India
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
spa javascript testing spa
4/26/2023
at GIDS Developer Summit
in Bangalore, India
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....