Rob's Presentations, page 15
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?...
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....
Git Scenarios: How Do I Fix That?
git
4/5/2022
at DevIntersection
in Las Vegas, NV
Have you ever wondered how to get out of a bad merge? Have you ever gotten stuck trying to push your changes?...
Scaling the Testing Pyramid in TypeScript
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....
Continuous Security by Design
docker security devops
4/1/2022
at IR Conf
Have you struggled to get security baked into your DevOps process or have your security needs taken a back seat to “run fast and break things”?...
Container Scanning: Run Fast and Stay Safe
docker security devops
3/23/2022
at Code to Cloud Summit
Have you struggled to get security baked into your DevOps process or have your security needs taken a back seat to “run fast and break things”?...
Building Stateful Workloads in Kubernetes
kubernetes
3/22/2022
at Python Web Conference
It’s day 2. Kubernetes is running. You have your deployments and services set. Now how do you migrate the data store?...