Rob's Presentations, page 47
Building Stateful Workloads in Kubernetes
kubernetes
6/15/2020
at Integration Monday
It’s day 2. Kubernetes is running. You have your deployments and services set. Now how do you migrate the data store?...
Vue.js and TypeScript: Working Together like Peanut Butter and Jelly
javascript spa vue.js
5/7/2020
at JS VidCon
in Israel (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....
The Definitive Deep Dive into the .git Folder
git
4/17/2020
at DotNet Open Source Days
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....
Your Technology Your Way: Full-stack Web and Service with .NET and Node
asp.net core javascript node
4/17/2020
at DotNet Open Source Days
Do you want to build full-stack with your stack? We’ll build an ASP.NET website using Blazor and WebAPI, a back-end service using Service Worker and gRPC....
Database DevOps with Containers
devops docker
4/1/2020
at Redgate Streamed
in Cambridge, England (virtual)
Unlike CI/CD pipelines for applications, we can’t just delete the database and pop up a new one with each new version....
Building Stateful Workloads in Kubernetes
kubernetes
3/31/2020
at DZone Webinar
It’s day 2. Kubernetes is running. You have your deployments and services set. Now how do you migrate the data store?...
Building Stateful Workloads in Kubernetes
kubernetes
3/8/2020
at Scale 18x
in Pasadena, CA
It’s day 2. Kubernetes is running. You have your deployments and services set. Now how do you migrate the data store?...
Service Mess to Service Mesh
kubernetes security
3/8/2020
at Scale 18x
in Pasadena, CA
In our quest to secure all the things, do we jump in too quickly? We’ll use Istio and Linkerd as example service meshes, and look at the features we would expect from a service mesh....
Kubernetes Test Drive
docker devops kubernetes
3/7/2020
at Scale 18x
in Pasadena, CA
Are you a Docker aficionado or are you new to the Docker ecosystem? Come see how Kubernetes (K8s) adds a mature solution for running containers in production and development....
Service Mess to Service Mesh
kubernetes security
3/4/2020
at CNCF Webinar
We are witnessing the rise of microservices and cloud-native technologies. However, one big challenge of microservice architecture is the overhead of having to request services across a well-defined API....