Rob's Presentations, page 54
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?...
CI/CD on the Microsoft Stack
devops
10/17/2018
at All Day DevOps
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....
async and await with Node and Express
javascript node async
10/17/2018
at Prairie Dev Con
in Regina, Saskatchewan, Canada
Express is the defacto Node web server, but it’s built with callbacks. Can we use modern JavaScript like async and await?...
Git Scenarios: How Do I Fix That?
git
10/16/2018
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?...
Disambiguating .NET Technologies
asp.net
10/12/2018
at MDI Group
in Tempe, AZ
As a recruiter, do you have trouble understanding the alphabet soup of technologies and platforms? Have you ever struggled to match ....
Git 101 & GitHub 102
git
10/10/2018
at DevUp
in St. Louis, MO
Git is now the defacto-standard version control system. We almost take for granted that we all know Git....