Rob's Presentations, page 17
Minimal APIs with ASP.NET
5/19/2022
at SDD Conf London 2022
in London, England
With ASP.NET 6.0, there’s a 4th coding paradigm joining MVC, WebAPI, and Razor Pages: Minimal APIs....
Git Scenarios: How Do I Fix That?
git
5/18/2022
at SDD Conf London 2022
in London, England
Have you ever wondered how to get out of a bad merge? Have you ever gotten stuck trying to push your changes?...
Securing Docker Containers: Kubernetes just does that, right?
docker devops security
5/18/2022
at SDD Conf London 2022
in London, England
Securing a container is like securing a virtual or physical machine. You need to understand what’s installed, ensure it’s patched, and reduce the attack surface....
Level-up Your DevOps with GitHub Actions and Kubernetes
devops kubernetes
5/17/2022
at GDG Minsk
in Minsk, Belarus (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....
The Complexity of Software Development
docker
5/10/2022
at DockerCon
Complexity is inherent to software development, but there are ways to mitigate it. In this panel, we’ll dissect software development in a simple way....
At The Helm of Kubernetes: Repeatable Infrastructure Creation for Mere Mortals
docker kubernetes devops
5/6/2022
at StirTrek
in Columbus, OH
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?...
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....
Minimal APIs with ASP.NET
4/28/2022
at NDC Porto
in Porto, Portugal
With ASP.NET 6.0, there’s a 4th coding paradigm joining MVC, WebAPI, and Razor Pages: Minimal APIs....
The Definitive Deep Dive into the .git Folder
git
4/28/2022
at NDC Porto
in Porto, Portugal
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....
Mocking in Front-end and Back-end TypeScript Tests
javascript spa testing
4/27/2022
at NDC Porto
in Porto, Portugal
When the goal is unit testing, it’s common to swap out dependencies with fake pieces to give more control and to make tests run faster....