Rob's Presentations, page 50
Git Scenarios: How Do I Fix That?
git
10/22/2019
at Prairie Dev Con
in Regina, Saskatchewan, Canada
Have you ever wondered how to get out of a bad merge? Have you ever gotten stuck trying to push your changes?...
Database DevOps with Containers
devops docker
10/12/2019
at Desert Code Camp
in Chandler, AZ
Unlike CI/CD pipelines for applications, we can’t just delete the database and pop up a new one with each new version....
HTTPS in ASP.NET Core in Docker Linux Containers Deep Dive
docker asp.net core
10/12/2019
at Desert Code Camp
in Chandler, AZ
ASP.NET Core lights up HTTPS by default. Running from the command line or from Visual Studio installs and trusts self-signed certificates so we don’t get the browser error when debugging....
Debug Kubernetes with Azure Dev Spaces
kubernetes azure asp.net core node
10/4/2019
at DogFoodCon
in Columbus, OH
Azure Dev Spaces is a whole new way to debug container-based microservices. Let’s fire up DevSpaces and debug just the microservice we need in context with the rest of the swarm of services....
Your Technology Your Way: Full-stack Web and Service with .NET and Node
asp.net core javascript node
9/25/2019
at Utah Valley .NET User Group
in Provo, UT
Do you want to build full-stack with your stack? We’ll build an ASP.NET website using Blazor and WebAPI, a back-end service using Service Worker and gRPC....
Istio, a Service Mesh on Kubernetes. When do I need it?
kubernetes devops security
9/24/2019
at WeaveWorks
in San Francisco, CA (virtual)
You may be hearing about service meshes and technologies like Istio. There are benefits that the technologies address, but they also bring in added levels of complexity....
Kubernetes hands-on (Workshop)
docker devops kubernetes
9/5/2019
at Music City Code
in Nashville, TN
Kubernetes is how you run Docker in production. Bring your laptop with Docker for Windows or Docker for Mac edge version installed....
Choosing from the many ways to Docker in Azure
docker devops azure
8/23/2019
at Code PaLOUsa
in Louisville, KY
You’re ready to go cloud native with containers. Now where do you begin on Azure? There’s a dizying amount of container options available in Azure....
Database DevOps with Containers
devops docker
8/22/2019
at Code PaLOUsa
in Louisville, KY
Unlike CI/CD pipelines for applications, we can’t just delete the database and pop up a new one with each new version....
Docker is more than Kernel Virtualization
docker
8/14/2019
at PPAI Tech Summit
in Dallas, TX
Docker is carefully tucked between virtualization, continuous deployment, and pure awesome. We’ll look at the commands and ecosystem around building infrastructure as code, deploying a swarm, and sharing images on Docker Hub....