Rob's Presentations, page 64
Testing in ASP.NET Core with XUnit and MoQ
asp.net core testing
11/25/2016
at SoCal Code Camp
in Los Angeles, CA
ASP.NET Core has been designed from the ground up with testability in mind. XUnit is the testing framework the ASP....
What is this .NET Core thing anyway?
asp.net core
11/25/2016
at SoCal Code Camp
in Los Angeles, CA
Have you heard the buzz? .NET Core 2.0 is released, and with it a great compatability story with regular ....
Anatomy of a Web Request
11/13/2016
at SoCal Code Camp
in Los Angeles, CA
What happens after you type the web address before the page renders? Is it a black box to you?...
Welcome to Docker
docker
11/13/2016
at SoCal Code Camp
in Los Angeles, CA
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....
Welcome to Docker
docker
10/28/2016
at Prairie.Code()
in Des Moines, IA
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....
What is this .NET Core thing anyway?
asp.net core
10/28/2016
at Prairie.Code()
in Des Moines, IA
Have you heard the buzz? .NET Core 2.0 is released, and with it a great compatability story with regular ....
Introduction to the ES6 workflow: Syntax, Webpack, React, and Angular 2 (Workshop)
javascript node devops
10/26/2016
at Prairie.Code()
in Des Moines, IA
Curious about EcmaScript 6 / 2015? Want to use it today? JavaScript has come of age, and this latest version adds lots of syntactical sugar to make our code clearer....
Custom Git Deployment to Azure
git azure devops cloud
10/13/2016
at IT/Dev Connections
in Las Vegas, NV
Did you know you can run a CI pipeline in Azure as you Git deploy your Web App?...
Git Scenarios: How Do I Fix That?
git
10/12/2016
at IT/Dev Connections
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?...
JavaScript Tests in Node, the Browser, and CI
javascript node testing
10/11/2016
at IT/Dev Connections
in Las Vegas, NV
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....