Rob's Presentations, page 9
Minimal APIs with ASP.NET
1/25/2023
at NDC London
in London, England
With ASP.NET 6.0, there’s a 4th coding paradigm joining MVC, WebAPI, and Razor Pages: Minimal APIs....
At The Helm of Kubernetes: Repeatable Infrastructure Creation for Mere Mortals
docker kubernetes devops
1/12/2023
at CodeMash
in Sandusky, OH
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
1/10/2023
at Wisconson .NET
in Milwaukee, WI
With ASP.NET 6.0, there’s a 4th coding paradigm joining MVC, WebAPI, and Razor Pages: Minimal APIs....
Level-up Your DevOps with GitHub Actions and Kubernetes
devops kubernetes
1/4/2023
at Devm.io Live Workshop
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....
Gaining Confidence with Cypress Tests
testing javascript
12/14/2022
at Utah County .NET User Group
in Provo, UT (virtual)
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?...
Gaining Confidence with Cypress Tests
testing javascript
12/8/2022
at DevIntersection
in Las Vegas, NV
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?...
Minimal APIs with ASP.NET
12/8/2022
at DevIntersection
in Las Vegas, NV
With ASP.NET 6.0, there’s a 4th coding paradigm joining MVC, WebAPI, and Razor Pages: Minimal APIs....
Async Python, Good it is
python
11/26/2022
at Pyjamas
Have you loved async & await in JavaScript and other languages? Wished you could add it to your Python?...
Horizontal Autoscaling with Kubernetes
kubernetes
11/21/2022
at DevOpsCon Singapore
in Singapore (virtual)
Now that the app is running in Kubernetes, how do we scale it to meet demand?...
Scaling the Testing Pyramid in TypeScript
spa javascript testing spa
11/21/2022
at LogRocket 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....