Rob's Presentations with code, page 21
Gaining Confidence with Cypress Tests
testing javascript
9/29/2021
at Cypress User Group Philippines
in Philippines (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?...
JavaScript Tests in Node, the Browser, and CI
javascript node testing
9/28/2021
at Accento 2021 - Java/JavaScript/Ops
in Europe (virtual)
Good software practices don’t end just because you’re building a thick client in the browser. The JavaScript community is a flourishing boutique of high-quality tools and techniques....
Making Kubernetes How We Build Things
kubernetes devops docker
9/27/2021
at DevOps Con New York
in New York, NY (virtual)
It’s day 2. The corporate k8s cluster is humming. Everything works perfectly in a local environment, but how do you connect the wires?...
Making Kubernetes How We Build Things
kubernetes devops docker
9/24/2021
at Scenic City Summit
in Chattanooga, TN (virtual)
It’s day 2. The corporate k8s cluster is humming. Everything works perfectly in a local environment, but how do you connect the wires?...
Vue.js and TypeScript: Working Together like Peanut Butter and Jelly
javascript spa vue.js
9/24/2021
at Scenic City Summit
in Chattanooga, TN (virtual)
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....
Local Development Techniques with Kubernetes
kubernetes devops docker
9/23/2021
at Southeast Valley .NET User Group
in Chandler, AZ (virtual)
It’s day 2. The corporate k8s cluster is humming. Everything works perfectly in a local environment, but how do you connect the wires?...
At The Helm of Kubernetes: Repeatable Infrastructure Creation for Mere Mortals
docker kubernetes devops
9/22/2021
at WeAreDevelopers Cloud Day
in Europe (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?...
Level-up Your DevOps with GitHub Actions and Kubernetes
devops kubernetes
9/21/2021
at Container Days
in Europe (virtual)
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....
Database DevOps with Containers
devops docker
9/17/2021
at DataCon LA
in Los Angeles, CA (virtual)
Unlike CI/CD pipelines for applications, we can’t just delete the database and pop up a new one with each new version....
From Build Script to Dockerfile
docker devops
9/17/2021
at PowerShell, DevOps, and Cloud Conference
in India (virtual)
The quest of CI/CD is a uniform build in a neutral environment. With Docker’s multi-stage builds, you can get lean production images while ensuring software quality metrics, and bundling optimization is done exactly right each time....