Rob's Presentations, page 47
Service Mess to Service Mesh
kubernetes security
7/8/2020
at DevSecOps Days Pittsburgh
in Pittsburgh, PA (virtual)
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....
Databases in the Microservices World
data
7/1/2020
at Open Source Summit
Web technologies have come leaps and bounds. But are you still using the tired old database from last generation?...
The Definitive Deep Dive into the .git Folder
git
6/29/2020
at Open Source Summit
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....
Continuous Security by Design
docker security devops
6/25/2020
at LessCon
Have you struggled to get security baked into your DevOps process or have your security needs taken a back seat to “run fast and break things”?...
Building Stateful Workloads in Kubernetes
kubernetes
6/23/2020
at Camp Cloud Native
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
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....