Rob's Presentations, page 16
Service Mess to Service Mesh
kubernetes security
6/8/2022
at RSA Conference 2022
in San Francisco, CA
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 Scenarios: How Do I Fix That?
git
6/2/2022
at International PHP Conference (IPC)
in Berlin, Germany
Have you ever wondered how to get out of a bad merge? Have you ever gotten stuck trying to push your changes?...
At The Helm of Kubernetes: Repeatable Infrastructure Creation for Mere Mortals
docker kubernetes devops
6/1/2022
at International PHP Conference (IPC)
in Berlin, Germany
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?...
Scaling the Testing Pyramid in TypeScript
spa javascript testing spa
5/26/2022
at Vue.js Global Summit '22
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....
Gaining Confidence with Cypress Tests
testing javascript
5/25/2022
at Vue.js Global Summit '22
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?...
A Database DevOps Pipeline
devops data
5/24/2022
at GroupBy
Are your automation practices accounting for the database? How do you verify database software quality? Most importantly, how do you care for customer data as the schema evolves?...
Level-up Your DevOps with GitHub Actions and Kubernetes
devops kubernetes
5/24/2022
at DevOps Pro Europe
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....
The Definitive Deep Dive into the .git Folder
git
5/24/2022
at THAT Conference Texas 2022
in Round Rock, TX (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....
Choosing from the many ways to Docker in Azure
docker devops azure
5/19/2022
at SDD Conf London 2022
in London, England
You’re ready to go cloud native with containers. Now where do you begin on Azure? There’s a dizying amount of container options available in Azure....
JavaScript the Grumpy Parts
javascript
5/19/2022
at SDD Conf London 2022
in London, England
We love JavaScript, but we must admit: it’s weird. Why does this behave as it does?...