Rob's Presentations with code, page 23
Level-up Your DevOps with GitHub Actions and Kubernetes
devops kubernetes
8/20/2021
at Code PaLOUsa 2021
in Louisville, KY (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....
Gaining Confidence with Cypress Tests
testing javascript
8/19/2021
at Code PaLOUsa 2021
in Louisville, KY (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?...
Gaining Confidence with Cypress Tests
testing javascript
8/6/2021
at TestingUy
in Montevideo, Uruguay (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?...
Making Kubernetes How We Build Things
kubernetes devops docker
8/4/2021
at CloudNative Days with Kubernetes 2021
It’s day 2. The corporate k8s cluster is humming. Everything works perfectly in a local environment, but how do you connect the wires?...
Database DevOps with Containers
devops docker
7/31/2021
at DevOpsDays Medellin 2021
in Medellin, Columbia (virtual)
Unlike CI/CD pipelines for applications, we can’t just delete the database and pop up a new one with each new version....
ASP.NET Core in Containers on .NET 5
docker devops asp.net core
7/14/2021
at Nebraska.Code()
in Lincoln, NE
Docker is carefully tucked between virtualization, continuous deployment, and pure awesome. ASP.NET Core is a cross-platform, open-source reimagination of the Microsoft stack....
Level-up Your DevOps with GitHub Actions and Kubernetes
devops kubernetes
7/14/2021
at Destination: Automation 2021
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....
Making Kubernetes How We Build Things
kubernetes devops docker
7/14/2021
at Nebraska.Code()
in Lincoln, NE
It’s day 2. The corporate k8s cluster is humming. Everything works perfectly in a local environment, but how do you connect the wires?...
The Definitive Deep Dive into the .git Folder
git
7/1/2021
at DeveloperWeek
in Germany (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....
Containerized Deployments for your SPA and API
docker kubernetes asp.net core vue.js
6/30/2021
at DeveloperWeek
in Germany (virtual)
You’ve built a SPA and an API backend, and you’re now looking to deploy with ease....