Rob's Presentations with code, page 27
Making Kubernetes How We Build Things
kubernetes devops docker
4/29/2021
at GIDS Live
in India (virtual)
It’s day 2. The corporate k8s cluster is humming. Everything works perfectly in a local environment, but how do you connect the wires?...
The Definitive Deep Dive into the .git Folder
git
4/29/2021
at GIDS Live
in India (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....
Cypress: Your Automated Sous Chef
testing javascript
4/28/2021
at GIDS Live
in India (virtual)
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?...
Blazor: The C# SPA Framework
asp.net spa
4/27/2021
at Private Event
For the C# Developer, should I learn JavaScript? Is there a way to build interactive websites without it?...
At The Helm of Kubernetes: Repeatable Infrastructure Creation for Mere Mortals
docker kubernetes devops
4/22/2021
at DevOpsCon London
in London, England (virtual)
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?...
Level-up Your DevOps with GitHub Actions and Kubernetes
devops kubernetes
4/17/2021
at Global Azure Mexico
in Mexico (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....
Making Kubernetes How We Build Things
kubernetes devops docker
4/17/2021
at Global Azure Bootcamp Bulgaria
in Sofia, Bulgaria (virtual)
It’s day 2. The corporate k8s cluster is humming. Everything works perfectly in a local environment, but how do you connect the wires?...
Level-up Your DevOps with GitHub Actions and Kubernetes
devops kubernetes
4/16/2021
at Global Azure Virtual 2021
in Russia (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....
Level-up Your DevOps with GitHub Actions and Kubernetes
devops kubernetes
4/15/2021
at Virtual Global Azure
in Verona, Italy (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....
Entity Framework Core on .NET 5
asp.net data
4/7/2021
at Private Event
When we look to data in .NET, we land on Entity Framework – the .NET ORM built by Microsoft....