Rob's Presentations, page 54
Build a DevOps Pipeline for .NET Apps and Databases
devops sql asp.net core
12/20/2018
at Southeast Valley .NET User Group
in Chandler, AZ
Tired of long manual error prone deployments? Wish you could deploy with just a click of a button?...
JavaScript Tools and Syntax for the Modern Web
12/6/2018
at DevIntersection
in Las Vegas, NV
Curious about EcmaScript 6 / 7 / 8 +? Want to use it today? JavaScript has come of age, and these new versions add lots of syntactical sugar to make our code clearer....
JavaScript Async Deep-dive
javascript node async
12/5/2018
at DevIntersection
in Las Vegas, NV
Callbacks, promises, async, oh my! Asynchrony in JavaScript has come of age. We’ll start with a quick history of the 3 techniques....
Kubernetes Test Drive
docker devops kubernetes
11/11/2018
at SoCal Code Camp
in Los Angeles, CA
Are you a Docker aficionado or are you new to the Docker ecosystem? Come see how Kubernetes (K8s) adds a mature solution for running containers in production and development....
Git 101 & GitHub 102
git
11/10/2018
at SoCal Code Camp
in Los Angeles, CA
Git is now the defacto-standard version control system. We almost take for granted that we all know Git....
JavaScript Async Deep-dive
javascript node async
11/10/2018
at SoCal Code Camp
in Los Angeles, CA
Callbacks, promises, async, oh my! Asynchrony in JavaScript has come of age. We’ll start with a quick history of the 3 techniques....
JavaScript Tests in Node, the Browser, and CI
javascript node testing
11/2/2018
at RVA JavaScript Conference
in Richmond, VA
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
10/23/2018
at DevOpsDays Phoenix
in Phoenix, AZ
Unlike CI/CD pipelines for applications, we can’t just delete the database and pop up a new one with each new version....
Kubernetes Test Drive
docker devops kubernetes
10/23/2018
at DevOpsDays Phoenix
in Phoenix, AZ
Are you a Docker aficionado or are you new to the Docker ecosystem? Come see how Kubernetes (K8s) adds a mature solution for running containers in production and development....
Git Scenarios: How Do I Fix That?
git
10/20/2018
at Code Camp Vegas
in Las Vegas, NV
Have you ever wondered how to get out of a bad merge? Have you ever gotten stuck trying to push your changes?...