Rob's Presentations, page 33
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....
Local Development Techniques with Kubernetes
kubernetes devops docker
6/30/2021
at WeAreDevelopers World Congress
It’s day 2. The corporate k8s cluster is humming. Everything works perfectly in a local environment, but how do you connect the wires?...
Building Stateful Workloads in Kubernetes
kubernetes
6/26/2021
at Kubernetes Community Days Bengaluru
in Bengaluru, India (virtual)
It’s day 2. Kubernetes is running. You have your deployments and services set. Now how do you migrate the data store?...
JavaScript the Grumpy Parts
javascript
6/24/2021
at Thursdays Matter Meetup
We love JavaScript, but we must admit: it’s weird. Why does this behave as it does?...
Gaining Confidence with Cypress Tests
testing javascript
6/23/2021
at Web Dev Week Guinea 2021
in Radoma, Guinea (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?...
Level-up Your DevOps with GitHub Actions and Kubernetes
devops kubernetes
6/23/2021
at Toronto .NET Meetup
in Toronto, ON, Canada
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....
Service Mess to Service Mesh
kubernetes security
6/23/2021
at DevSecCon 24
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....
Solo.Coder Podcast: The Client Server Cycles
6/22/2021
at Solo.Coder Podcast
I spoke with Rob Richardson. Rob is a veteran developer with over 18 years of experience in the field....
Vue.js and TypeScript: Working Together like Peanut Butter and Jelly
javascript spa vue.js
6/21/2021
at Web Dev Week Guinea 2021
in Ratoma, Guinea (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....