Rob's Presentations, page 46
Debug Kubernetes with Azure Dev Spaces
kubernetes azure asp.net core node
7/28/2020
at Virtual Azure Community Day
Azure Dev Spaces is a whole new way to debug container-based microservices. Let’s fire up DevSpaces and debug just the microservice we need in context with the rest of the swarm of services....
Databases in the Microservices World
data
7/22/2020
at OpenShift Commons
Web technologies have come leaps and bounds. But are you still using the tired old database from last generation?...
Continuous Security by Design
docker security devops
7/15/2020
at DevSecOps Days Singapore
in Singapore (virtual)
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”?...
Docker for Windows Container Development
docker devops asp.net core
7/14/2020
at LightUp
in India (virtual)
Docker is carefully tucked between virtualization, continuous deployment, and pure awesome, available for Linux and Windows software development....
Vue.js and TypeScript: Working Together like Peanut Butter and Jelly
javascript spa vue.js
7/9/2020
at JavaScript LA
in Los Angeles, CA (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....
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?...