Rob's Presentations with code, page 32
ASP.NET Core in Linux and Windows Containers
asp.net core docker
10/22/2020
at Big Mountain Data and Dev
in Salt Lake City, UT (virtual)
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....
From Build Script to Dockerfile
docker devops
10/15/2020
at PowerShell & DevOps Global Conference
The quest of CI/CD is a uniform build in a neutral environment. With Docker’s multi-stage builds, you can get lean production images while ensuring software quality metrics, and bundling optimization is done exactly right each time....
JavaScript Tests in Node, the Browser, and CI
javascript node testing
10/15/2020
at TestCon Europe
in Lithuania (virtual)
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....
Containerized Deployments for your SPA and API
docker kubernetes asp.net core vue.js
10/14/2020
at API Conference
in Berlin, Germany (virtual)
You’ve built a SPA and an API backend, and you’re now looking to deploy with ease....
Redux: the MVC framework for data
javascript react
10/14/2020
at Connect.Tech
in Atlanta, GA (virtual)
The MVC Pattern provides elegant abstractions for web requests. Redux provides similar patterns for data movement in React....
Level-up Your DevOps with GitHub Actions and Kubernetes
devops kubernetes
10/8/2020
at .NET Vegas
in Las Vegas, NV (virtual)
Are you looking to rapidly deploy your content? Are Docker containers in your future? Come for this demo-only presentation where we start from scratch, live-code a Dockerfile, build up a DevOps pipeline in GitHub Actions, and deploy to Kubernetes....
Making Kubernetes How We Build Things
kubernetes devops docker
10/6/2020
at Tanzu Tuesdays
It’s day 2. The corporate k8s cluster is humming. Everything works perfectly in a local environment, but how do you connect the wires?...
Docker for Windows Container Development
docker devops asp.net core
10/3/2020
at TDevConf
in Tennessee (virtual)
Docker is carefully tucked between virtualization, continuous deployment, and pure awesome, available for Linux and Windows software development....
Containerized Deployments for your SPA and API
docker kubernetes asp.net core vue.js
10/1/2020
at GIDS.Web
in India (virtual)
You’ve built a SPA and an API backend, and you’re now looking to deploy with ease....
Vue.js and TypeScript: Working Together like Peanut Butter and Jelly
javascript spa vue.js
10/1/2020
at GIDS.Web
in India (virtual)
Have you struggled to get TypeScript and Vue to play well together? Me too. Vue is a fantastic SPA framework, and TypeScript is a great way for catching errors faster....