Rob's Presentations, page 57
ASP.NET Core in Linux and Windows Containers
asp.net core docker
8/6/2018
at LA.NET
in Los Angeles, CA
Docker is carefully tucked between virtualization, continuous deployment, and pure awesome. ASP.NET Core is a cross-platform, open-source reimagination of the Microsoft stack....
CI/CD on the Microsoft Stack
devops
7/13/2018
at KCDC
in Kansas City, MO
Right-click Publish is easy, but it’s evil. FTP it up is fragile and error prone. You know you need to run tests and deploy in a consistent way....
Kubernetes for the Docker Developer
docker devops kubernetes
7/12/2018
at KCDC
in Kansas City, MO
So you’ve gotten good at Docker, and you’re ready to take it to the next level....
Kubernetes hands-on (Workshop)
docker devops kubernetes
7/5/2018
at Sela Developer Practice
in Tel Aviv, Israel
Kubernetes is how you run Docker in production. Bring your laptop with Docker for Windows or Docker for Mac edge version installed....
Docker Killer Features
docker devops
7/4/2018
at Sela Developer Practice
in Tel Aviv, Israel
Every Docker talk starts by saying Kernel Virtualization. Stop selling it short. Docker is a game changer; a cloud-agnostic universal platform for deployment; a tool that changes the way we behave....
Mastering Docker (Workshop)
docker devops
7/3/2018
at Sela Developer Practice
in Tel Aviv, Israel
Docker is carefully tucked between virtualization, continuous deployment, and pure awesome. Bring your Windows 10 Anniversary Update or Mac OS X El Capitan 10....
JavaScript Tests in Node, the Browser, and CI
javascript node testing
6/20/2018
at Phoenix JavaScript
in Phoenix, AZ
Good software practices don’t end just because you’re building a thick client in the browser. The JavaScript community is a flourishing boutique of high-quality tools and techniques....
Database DevOps with Containers
devops docker
6/18/2018
at Utah County SQL Server Users Group
in Provo, UT
Unlike CI/CD pipelines for applications, we can’t just delete the database and pop up a new one with each new version....
Git Scenarios: How Do I Fix That?
git
6/6/2018
at PrairieDevCon
in Winnipeg, MB, Canada
Have you ever wondered how to get out of a bad merge? Have you ever gotten stuck trying to push your changes?...
JavaScript Async Deep-dive
javascript node async
6/5/2018
at PrairieDevCon
in Winnipeg, MB, Canada
Callbacks, promises, async, oh my! Asynchrony in JavaScript has come of age. We’ll start with a quick history of the 3 techniques....