Rob's Presentations with code, page 15
The Definitive Deep Dive into the .git Folder
git
5/24/2022
at THAT Conference Texas 2022
in Round Rock, TX (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....
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....
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....
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....
Gaining Confidence with Cypress Tests
testing javascript
4/21/2022
at TestBash Mobile
Have you ever wanted to refactor mercilessly but didn’t want to break the fragile tower? Or have you ever pushed to production only to spend the next few days cleaning up the regressions?...
At The Helm of Kubernetes: Repeatable Infrastructure Creation for Mere Mortals
docker kubernetes devops
4/8/2022
at CodeStock
in Knoxville, TN
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?...