Rob's Presentations, page 18
At The Helm of Kubernetes: Repeatable Infrastructure Creation for Mere Mortals
docker kubernetes devops
5/6/2022
at StirTrek
in Columbus, 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
5/5/2022
at Twin Cities .NET User Group
in Twin Cities, MN (virtual)
With ASP.NET 6.0, there’s a 4th coding paradigm joining MVC, WebAPI, and Razor Pages: Minimal APIs....
Minimal APIs with ASP.NET
4/28/2022
at NDC Porto
in Porto, Portugal
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
4/28/2022
at NDC Porto
in Porto, Portugal
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....
Mocking in Front-end and Back-end TypeScript Tests
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....
Building Stateful Workloads in Kubernetes
kubernetes
4/21/2022
at Chicago .NET User Group
in Chicago, IL (virtual)
It’s day 2. Kubernetes is running. You have your deployments and services set. Now how do you migrate the data store?...
Gaining Confidence with Cypress Tests
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?...
Service Mess to Service Mesh
kubernetes security
4/20/2022
at DevOpsDays Atlanta
in Atlanta, GA
In our quest to secure all the things, do we jump in too quickly? We’ll use Istio and Linkerd as example service meshes, and look at the features we would expect from a service mesh....
Git Best Practices and Workflows
git
4/12/2022
at Private Event
Want to level-up in Git? We’ll look at Git workflow strategies like GitFlow, GitHub Flow, and branch-on-release....
At The Helm of Kubernetes: Repeatable Infrastructure Creation for Mere Mortals
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?...