Rob's Presentations on javascript, page 10
Docker Isn't All Hype; Create Robust Deployments for your SPA and API
docker asp.net core javascript node
6/26/2019
at Northwest Valley .NET User Group
in Glendale, AZ
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
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?...