Rob's Presentations on javascript, page 10
Redux: the MVC framework for data
javascript react
6/5/2019
at PrairieDevCon
in Winnipeg, MB, Canada
The MVC Pattern provides elegant abstractions for web requests. Redux provides similar patterns for data movement in React....
Docker Isn't All Hype; Create Robust Deployments for your SPA and API
docker asp.net core javascript node
6/4/2019
at PrairieDevCon
in Winnipeg, MB, Canada
You’ve built a SPA and an API backend, and you’re now looking to deploy with ease....
JavaScript Async Deep-dive
javascript node async
4/25/2019
at Indy.Code()
in Indianapolis, IN
Callbacks, promises, async, oh my! Asynchrony in JavaScript has come of age. We’ll start with a quick history of the 3 techniques....
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....
JavaScript Async Deep-dive
javascript node async
12/5/2018
at DevIntersection
in Las Vegas, NV
Callbacks, promises, async, oh my! Asynchrony in JavaScript has come of age. We’ll start with a quick history of the 3 techniques....
JavaScript Async Deep-dive
javascript node async
11/10/2018
at SoCal Code Camp
in Los Angeles, CA
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
11/2/2018
at RVA JavaScript Conference
in Richmond, VA
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....
async and await with Node and Express
javascript node async
10/17/2018
at Prairie Dev Con
in Regina, Saskatchewan, Canada
Express is the defacto Node web server, but it’s built with callbacks. Can we use modern JavaScript like async and await?...
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....