Rob's Presentations with code, page 15

Mocking in Front-end and Back-end TypeScript Tests

Slides javascript spa testing
4/27/2022 at NDC Porto in Porto, Portugal
When the goal is unit testing, it’s common to swap out dependencies with fake pieces to give more control and to make tests run faster....

Gaining Confidence with Cypress Tests

Slides testing javascript
4/21/2022 at TestBash Mobile
Have you ever wanted to refactor mercilessly but didn’t want to break the fragile tower? Or have you ever pushed to production only to spend the next few days cleaning up the regressions?...

At The Helm of Kubernetes: Repeatable Infrastructure Creation for Mere Mortals

Slides docker kubernetes devops
4/8/2022 at CodeStock in Knoxville, TN
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?...

Minimal APIs with ASP.NET

4/7/2022 at CodeStock in Knoxville, TN
With ASP.NET 6.0, there’s a 4th coding paradigm joining MVC, WebAPI, and Razor Pages: Minimal APIs....

Scaling the Testing Pyramid in TypeScript

Slides spa javascript testing spa
4/5/2022 at DevIntersection in Las Vegas, NV
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....

Moving to Azure

Slides azure asp.net cloud
3/22/2022 at Private Event
How to we get to “the cloud”? What is “the cloud”? In this session we’ll look at modernizing a legacy application, removing single-server technologies like AppData and per-node cache....

Minimal APIs with ASP.NET

3/18/2022 at New Mexico .NET User Group in New Mexico (virtual)
With ASP.NET 6.0, there’s a 4th coding paradigm joining MVC, WebAPI, and Razor Pages: Minimal APIs....

Your Technology Your Way: Full-stack Web and Service with .NET and Node

Slides asp.net core javascript node
3/16/2022 at Utah County .NET User Group in Provo, UT (virtual)
Do you want to build full-stack with your stack? We’ll build an ASP.NET website using Blazor and WebAPI, a back-end service using Service Worker and gRPC....

Minimal APIs with ASP.NET

3/4/2022 at Philly .NET Code Camp 2022 in Philadelphia, PA (virtual)
With ASP.NET 6.0, there’s a 4th coding paradigm joining MVC, WebAPI, and Razor Pages: Minimal APIs....

The Definitive Deep Dive into the .git Folder

git
3/4/2022 at Philly .NET Code Camp 2022 in Philadelphia, PA (virtual)
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....
15