Rob's Presentations, page 15
Scaling the Testing Pyramid in TypeScript
spa javascript testing spa
5/26/2022
at Vue.js Global Summit '22
Unit tests? Integration tests? Mocks? Stubs? Fakes? How does this apply to the web? Let’s look at all the ways you can test a web app and demo all the tools you’d use....
Gaining Confidence with Cypress Tests
testing javascript
5/25/2022
at Vue.js Global Summit '22
Have you ever wanted to refactor mercilessly but didn’t want to break the fragile tower? Or have you ever pushed to production only to spend the next few days cleaning up the regressions?...
A Database DevOps Pipeline
devops data
5/24/2022
at GroupBy
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?...
Level-up Your DevOps with GitHub Actions and Kubernetes
devops kubernetes
5/24/2022
at DevOps Pro Europe
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....
The Definitive Deep Dive into the .git Folder
git
5/24/2022
at THAT Conference Texas 2022
in Round Rock, TX (virtual)
What’s in the .git folder? How are commits stored? How do branches work? We’ll dive deep into the objects folder, unpack commits, look at the types of DAG nodes, examine object content, and build a complete visualization of the stored content....
Choosing from the many ways to Docker in Azure
docker devops azure
5/19/2022
at SDD Conf London 2022
in London, England
You’re ready to go cloud native with containers. Now where do you begin on Azure? There’s a dizying amount of container options available in Azure....
JavaScript the Grumpy Parts
javascript
5/19/2022
at SDD Conf London 2022
in London, England
We love JavaScript, but we must admit: it’s weird. Why does this behave as it does?...
Minimal APIs with ASP.NET
5/19/2022
at SDD Conf London 2022
in London, England
With ASP.NET 6.0, there’s a 4th coding paradigm joining MVC, WebAPI, and Razor Pages: Minimal APIs....
Git Scenarios: How Do I Fix That?
git
5/18/2022
at SDD Conf London 2022
in London, England
Have you ever wondered how to get out of a bad merge? Have you ever gotten stuck trying to push your changes?...
Securing Docker Containers: Kubernetes just does that, right?
docker devops security
5/18/2022
at SDD Conf London 2022
in London, England
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....