Rob's Presentations with code, page 9
Gaining Confidence with Cypress Tests
testing javascript
11/17/2022
at Conf42.com: JavaScript 2022
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
11/16/2022
at Cloud & Containers Live 360 Orlando 2022
in Orlando, FL
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....
Mocking in Front-end and Back-end TypeScript Tests
javascript spa testing
11/16/2022
at SIGiST's Testing, Diversity, AI Conference
in London, England (virtual)
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....
Level-up Your DevOps with GitHub Actions and Kubernetes
devops kubernetes
11/15/2022
at Geekle's Worldwide Software Architecture Summit
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....
Level-up Your DevOps with GitHub Actions and Kubernetes
devops kubernetes
11/10/2022
at All Day DevOps
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....
A Database DevOps Pipeline
devops data
11/9/2022
at Øredev 2022
in Malmö, Sweden
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?...
The Definitive Deep Dive into the .git Folder
git
11/8/2022
at Øredev 2022
in Malmö, Sweden
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....
Level-up Your DevOps with GitHub Actions and Kubernetes
devops kubernetes
11/2/2022
at All Things Open
in Raleigh, NC
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....
Vue.js and TypeScript: Working Together like Peanut Butter and Jelly
javascript spa vue.js
10/27/2022
at iJS Munich
in Munich, Germany
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....
From Build Script to Dockerfile
docker devops
10/26/2022
at IPC Munich
in Munich, Germany
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....