Rob's Presentations with video, page 11
HTTPS in ASP.NET Core in Docker Linux Containers Deep Dive
docker asp.net core
3/1/2019
at NDC Porto
in Porto, Portugal
ASP.NET Core lights up HTTPS by default. Running from the command line or from Visual Studio installs and trusts self-signed certificates so we don’t get the browser error when debugging....
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 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....
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....
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....
Moving from .NET to .NET Core
asp.net core
9/25/2018
at Microsoft Ignite
in Orlando, FL
.NET Core is the new hotness. Can you transition your existing website to .NET Core and get benefits like running on Linux?...
Automating Database Deployments on the Microsoft Stack
devops sql
9/5/2018
at SQL in the City Streamed
in Cambridge, England
Are your automation practices accounting for the database? How do you verify database software quality? Most importantly, how do you care for customer data as the schema evolves?...
Post jQuery
javascript
8/15/2018
at JavaScript OC
in Irvine, CA
jQuery was a wonderful tool that paved over the irregularities of browsers and offered a simple interface for making very powerful applications....