Rob's Presentations with code, page 13

A Database DevOps Pipeline

Slides devops data
7/7/2022 at Developer Week '22 in Nuremberg, Germany
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?...

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....

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....

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

Slides 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?...

Database DevOps with Containers

Slides 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....

At The Helm of Kubernetes: Repeatable Infrastructure Creation for Mere Mortals

Slides docker kubernetes devops
6/1/2022 at International PHP Conference (IPC) in Berlin, Germany
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?...

Scaling the Testing Pyramid in TypeScript

Slides spa javascript testing spa
5/26/2022 at Vue.js Global Summit '22
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....
13