Rob's Presentations with video, page 3
The Definitive Deep Dive into the .git Folder
git
11/8/2022
at Øredev 2022
in Malmö, Sweden
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....
Level-up Your DevOps with GitHub Actions and Kubernetes
devops kubernetes
11/2/2022
at All Things Open
in Raleigh, NC
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....
Create Robust Deployments for your SPA and API
docker kubernetes asp.net core vue.js
9/22/2022
at JCON-Online 2022
You’ve built a SPA and an API backend, and you’re now looking to deploy with ease....
A Database DevOps Pipeline
devops data
9/18/2022
at Data Platform Virtual Summit
in Australia & New Zealand (virtual)
Are your automation practices accounting for the database? How do you verify database software quality? Most importantly, how do you care for customer data as the schema evolves?...
Scaling the Testing Pyramid in TypeScript
spa javascript testing spa
7/28/2022
at Full Stack eXchange
in London, England (virtual)
Unit tests? Integration tests? Mocks? Stubs? Fakes? How does this apply to the web? Let’s look at all the ways you can test a web app and demo all the tools you’d use....
Data Warehouse, Data Lake, Data Mesh, Oh My: The History of Data Storage
data
6/28/2022
at Cloud Data Management Day
in Detroit, MI (virtual)
Are you looking to modernize your data infrastructure? Or are you confused at what all the terms mean?...
The Definitive Deep Dive into the .git Folder
git
6/9/2022
at Interface by apidays
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....
Minimal APIs with ASP.NET
5/5/2022
at Twin Cities .NET User Group
in Twin Cities, MN (virtual)
With ASP.NET 6.0, there’s a 4th coding paradigm joining MVC, WebAPI, and Razor Pages: Minimal APIs....
Building Stateful Workloads in Kubernetes
kubernetes
3/22/2022
at Python Web Conference
It’s day 2. Kubernetes is running. You have your deployments and services set. Now how do you migrate the data store?...
Pro Microservices in .Net 6 By Sean Whitesell, Rob Richardson, Matthew Groves
asp.net devops kubernetes
2/24/2022
at Cleveland C#/VB.NET User Group
in Cleveland, OH (virtual)
The microservices architecture is a way of distributing process workloads to independent applications. It also enables developers to dismantle large applications into smaller, easier-to-maintain, scalable parts....