Rob's Presentations, page 11
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....
Horizontal Autoscaling with Kubernetes
kubernetes
10/20/2022
at Conf42: Kube Native 2022
Now that the app is running in Kubernetes, how do we scale it to meet demand?...
Local Development Techniques with Kubernetes
kubernetes devops docker
10/14/2022
at NDC Sydney
in Sydney, Australia
It’s day 2. The corporate k8s cluster is humming. Everything works perfectly in a local environment, but how do you connect the wires?...