Rob's Presentations, page 55
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....
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?...
What is this .NET Core thing anyway?
asp.net core
8/17/2018
at Central California .NET User Group
in Clovis, CA
Have you heard the buzz? .NET Core 2.0 is released, and with it a great compatability story with regular ....
ASP.NET Core in Linux and Windows Containers
asp.net core docker
8/16/2018
at Bay.NET
in Mountain View, CA
Docker is carefully tucked between virtualization, continuous deployment, and pure awesome. ASP.NET Core is a cross-platform, open-source reimagination of the Microsoft stack....
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....