Rob's Presentations, page 20
The Definitive Deep Dive into the .git Folder
git
3/4/2022
at Philly .NET Code Camp 2022
in Philadelphia, PA (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....
Data Warehouse, Data Lake, Data Mesh, Oh My: The History of Data Storage
data
3/3/2022
at Worldwide Software Architecture Summit '22
Are you looking to modernize your data infrastructure? Or are you confused at what all the terms mean?...
Level-up Your DevOps with GitHub Actions and Kubernetes
devops kubernetes
2/25/2022
at GDG Minsk Cloud Meetup
in Minsk (virtual)
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....
Leaving Shared Database Accounts Behind: Securing Snowflake and MongoDB
data security
2/24/2022
at Cyral Webinar
How can we possibly secure data when we don’t even know who is using the database?...
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....
The Definitive Deep Dive into the .git Folder
git
2/24/2022
at ConFoo
in Montreal, Québec, Canada (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....
Level-up Your DevOps with GitHub Actions and Kubernetes
devops kubernetes
2/23/2022
at Utah County .NET User Group
in Provo, UT (virtual)
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....
Vue.js and TypeScript: Working Together like Peanut Butter and Jelly
javascript spa vue.js
2/23/2022
at ConFoo
in Montreal, Québec, Canada (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....
Getting Started with DevOps in Azure
azure devops asp.net
2/22/2022
at Private Event
In this session we’ll look at spinning up a DevOps pipeline on Azure DevOps to build and deploy web properties....
Minimal APIs with ASP.NET
2/22/2022
at Louisville .NET User Group
in Louisville, KY (virtual)
With ASP.NET 6.0, there’s a 4th coding paradigm joining MVC, WebAPI, and Razor Pages: Minimal APIs....