Rob's Presentations on javascript, page 3
Scaling the Testing Pyramid in TypeScript
spa javascript testing spa
7/28/2022
at Full Stack eXchange
in London, England (virtual)
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....
JavaScript Tests in Node, the Browser, and CI
javascript node testing
7/7/2022
at Developer Week '22
in Nuremberg, Germany
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....
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?...
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?...
Mocking in Front-end and Back-end TypeScript Tests
javascript spa testing
4/27/2022
at NDC Porto
in Porto, Portugal
When the goal is unit testing, it’s common to swap out dependencies with fake pieces to give more control and to make tests run faster....
Gaining Confidence with Cypress Tests
testing javascript
4/21/2022
at TestBash Mobile
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?...
Scaling the Testing Pyramid in TypeScript
spa javascript testing spa
4/5/2022
at DevIntersection
in Las Vegas, NV
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....
Your Technology Your Way: Full-stack Web and Service with .NET and Node
asp.net core javascript node
3/16/2022
at Utah County .NET User Group
in Provo, UT (virtual)
Do you want to build full-stack with your stack? We’ll build an ASP.NET website using Blazor and WebAPI, a back-end service using Service Worker and gRPC....
Vue.js and TypeScript: Working Together like Peanut Butter and Jelly
javascript spa vue.js
2/23/2022
at ConFoo
in Montreal, Québec, Canada (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....