Rob's Presentations, page 54
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....
Git Scenarios: How Do I Fix That?
git
10/9/2018
at DevUp
in St. Louis, MO
Have you ever wondered how to get out of a bad merge? Have you ever gotten stuck trying to push your changes?...
Anatomy of a Web Request
10/6/2018
at Desert Code Camp
in Chandler, AZ
What happens after you type the web address before the page renders? Is it a black box to you?...
Kubernetes for the Docker Developer
docker devops kubernetes
10/6/2018
at Desert Code Camp
in Chandler, AZ
So you’ve gotten good at Docker, and you’re ready to take it to the next level....
What is this .NET Core thing anyway?
asp.net core
10/6/2018
at Desert Code Camp
in Chandler, AZ
Have you heard the buzz? .NET Core 2.0 is released, and with it a great compatability story with regular ....
Serverless Architecture in Azure
azure serverless cloud
9/26/2018
at Microsoft Ignite
in Orlando, FL
AWS has Lambda, Azure has Azure Functions, Web Jobs, and App Service. Whether you want to script pay-by-the-drink web endpoints or build more traditional micro services or run custom workloads in Docker....