Rob's Presentations with code, page 20
Database DevOps with Containers
devops docker
10/16/2021
at Data Saturday #13 Minnesota
in Minnesota (virtual)
Unlike CI/CD pipelines for applications, we can’t just delete the database and pop up a new one with each new version....
The Definitive Deep Dive into the .git Folder
git
10/16/2021
at Northern VA Code Camp
in Virginia (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....
Database DevOps with Containers
devops docker
10/15/2021
at DBCC 2021 International edition
in Germany (virtual)
Unlike CI/CD pipelines for applications, we can’t just delete the database and pop up a new one with each new version....
Level-up Your DevOps with GitHub Actions and Kubernetes
devops kubernetes
10/14/2021
at DevOps Days Buffalo
in Buffalo, NY (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
10/12/2021
at KubeCon Cloud Native Data Management Day
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....
ASP.NET Core in Containers on .NET 5
docker devops asp.net core
10/9/2021
at Virtual .NET Core Conf
in Madrid, Spain (virtual)
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....
Database DevOps with Containers
devops docker
10/9/2021
at Central Wisconson IT Conference (CWITC)
in Wisconson (virtual)
Unlike CI/CD pipelines for applications, we can’t just delete the database and pop up a new one with each new version....
Database DevOps with Containers
devops docker
10/6/2021
at Open Source Automation Days 2021
in Munich, Germany (virtual)
Unlike CI/CD pipelines for applications, we can’t just delete the database and pop up a new one with each new version....
Level-up Your DevOps with GitHub Actions and Kubernetes
devops kubernetes
9/30/2021
at Conf42: SRE 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....
Vue.js and TypeScript: Working Together like Peanut Butter and Jelly
javascript spa vue.js
9/30/2021
at iJS New York
in New York, NY (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....