Rob's Presentations, page 15
JavaScript Tests in Node, the Browser, and CI
javascript node testing
7/7/2022
at Developer Week '22
in Nuremberg, Germany
Good software practices don’t end just because you’re building a thick client in the browser. The JavaScript community is a flourishing boutique of high-quality tools and techniques....
Data Warehouse, Data Lake, Data Mesh, Oh My: The History of Data Storage
data
7/5/2022
at Developer Week '22
in Nuremberg, Germany
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
7/5/2022
at Developer Week '22
in Nuremberg, Germany
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....
Minimal APIs with ASP.NET
7/5/2022
at Developer Week '22
in Nuremberg, Germany
With ASP.NET 6.0, there’s a 4th coding paradigm joining MVC, WebAPI, and Razor Pages: Minimal APIs....
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?...
Unit Testing in .NET with XUnit and MoQ
asp.net core testing
6/21/2022
at Utah County .NET User Group
in Provo, UT (virtual)
This is a #NoSlides presentation where we’ll live-code all the tests. We’ll start with a code sample, discuss the tests we want to build, use xUnit and MoQ to build the tests, then refactor the code to be more testable....
At The Helm of Kubernetes: Repeatable Infrastructure Creation for Mere Mortals
docker kubernetes devops
6/15/2022
at Visual Studio Live Austin 2022
in Austin, TX
As we get deeper into Kubernetes yaml files, we see a lot of duplication. Can we move to a higher level that eliminates this duplication?...
Choosing from the many ways to Docker in Azure
docker devops azure
6/15/2022
at Visual Studio Live Austin 2022
in Austin, TX
You’re ready to go cloud native with containers. Now where do you begin on Azure? There’s a dizying amount of container options available in Azure....
Database DevOps with Containers
devops docker
6/10/2022
at SQL Start
in Italy (virtual)
Unlike CI/CD pipelines for applications, we can’t just delete the database and pop up a new one with each new version....
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....