Rob's Presentations with code, page 7
A Database DevOps Pipeline
devops data
4/25/2023
at GIDS Developer Summit
in Bangalore, India
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?...
Building Great .NET Microservices
asp.net core docker kubernetes devops
4/11/2023
at Private Event
What is the right size for a microservice? What are the critical pieces in a service?...
Getting Started with Jupyter
python
4/6/2023
at DevOpsDays Nashville
in Nashville, TN
Jupyter notebooks are a great way to move data, build runbooks-as-code, do data analysis, and interactively build applications....
Local Development Techniques with Kubernetes
kubernetes devops docker
4/5/2023
at DevOps Global Summit '23
It’s day 2. The corporate k8s cluster is humming. Everything works perfectly in a local environment, but how do you connect the wires?...
Scaling the Testing Pyramid in TypeScript
spa javascript testing spa
3/29/2023
at KWalty Talk
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....
.NET Testing Best Practices
asp.net core testing
3/28/2023
at Tulsa .NET User Group
in Tulsa, OK (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....
Scaling the Testing Pyramid in TypeScript
spa javascript testing spa
3/23/2023
at Software Craftsmanship Luxembourg
in Luxembourg (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....
How to Automate a Process with PowerShell
devops
3/22/2023
at Private Event
Are you tired of working harder and want to work smarter instead? Is there a process you’re constantly doing that is a rote set of steps?...
Minimal APIs with ASP.NET
3/22/2023
at Munich.NET
in Munich, Germany (virtual)
With ASP.NET 6.0, there’s a 4th coding paradigm joining MVC, WebAPI, and Razor Pages: Minimal APIs....
Async Python, Good it is
python
3/17/2023
at Python Web Conference
Have you loved async & await in JavaScript and other languages? Wished you could add it to your Python?...