Rob's Presentations, page 53
Building Applications in C# 8 and .NET Core 3
asp.net core
4/16/2019
at Visual Studio 2019 Launch
in Phoenix, AZ
What’s new in .NET Core 3 and C# 8 for Windows and Web Developers? Come see as we build a WinForms app, a Windows Service, and a Web API with Swagger all in ....
Taking DevOps to the Next Level with GitHub and Azure DevOps
devops azure
4/16/2019
at Visual Studio 2019 Launch
in Phoenix, AZ
GitHub is the industry leader in source control, and Azure DevOps allows building for any platform and any cloud....
Securing Docker Containers: Kubernetes just does that, right?
docker devops security
4/12/2019
at DevSecOps Phoenix 2019
in Phoenix, AZ
Securing a container is like securing a virtual or physical machine. You need to understand what’s installed, ensure it’s patched, and reduce the attack surface....
ASP.NET Dos and Don'ts for highly maintainable code
asp.net core
3/15/2019
at ConFoo
in Montreal, Québec, Canada
What is legacy code? Did I just write more of it? ASP.NET rebooted itself to make it more maintainable and performant....
JavaScript Async Deep-dive
javascript node async
3/14/2019
at ConFoo
in Montreal, Québec, Canada
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
3/11/2019
at Ministry of Testing
in Scottsdale, AZ
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....
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....
Welcome to Docker
docker
2/7/2019
at Southeast Valley .NET Newbies
in Chandler, AZ
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....
Database DevOps with Containers
devops docker
1/10/2019
at CodeMash
in Sandusky, OH
Unlike CI/CD pipelines for applications, we can’t just delete the database and pop up a new one with each new version....
Kubernetes hands-on (Workshop)
docker devops kubernetes
1/9/2019
at CodeMash
in Sandusky, OH
Kubernetes is how you run Docker in production. Bring your laptop with Docker for Windows or Docker for Mac edge version installed....