Rob's Presentations with code, page 16
Minimal APIs with ASP.NET
2/22/2022
at Louisville .NET User Group
in Louisville, KY (virtual)
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
2/8/2022
at Kubernetes Philly Meetup
in Philadelphia, PA (virtual)
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?...
Vue.js and TypeScript: Working Together like Peanut Butter and Jelly
javascript spa vue.js
2/3/2022
at Thursdays Matter
Have you struggled to get TypeScript and Vue to play well together? Me too. Vue is a fantastic SPA framework, and TypeScript is a great way for catching errors faster....
Gaining Confidence with Cypress Tests
testing javascript
1/29/2022
at DevConf.CZ
in Czech Republic (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?...
Level-up Your DevOps with GitHub Actions and Kubernetes
devops kubernetes
1/26/2022
at DevOpStars'22
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
1/13/2022
at Tulsa .NET User Group
in Tulsa, OK (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
1/13/2022
at CodeMash
in Sandusky, OH
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
12/15/2021
at Southeast Valley .NET User Group
in Chandler, AZ (virtual)
With ASP.NET 6.0, there’s a 4th coding paradigm joining MVC, WebAPI, and Razor Pages: Minimal APIs....
Mocking in Front-end and Back-end TypeScript Tests
javascript spa testing
12/9/2021
at DevIntersection
in Las Vegas, NV
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....
Vue.js and TypeScript: Working Together like Peanut Butter and Jelly
javascript spa vue.js
12/9/2021
at DevIntersection
in Las Vegas, NV
Have you struggled to get TypeScript and Vue to play well together? Me too. Vue is a fantastic SPA framework, and TypeScript is a great way for catching errors faster....