Rob's Presentations on javascript, page 10
JavaScript the Grumpy Parts
javascript
1/9/2020
at CodeMash
in Sandusky, OH
We love JavaScript, but we must admit: it’s weird. Why does this behave as it does?...
Redux: the MVC framework for data
javascript react
10/23/2019
at Prairie Dev Con
in Regina, Saskatchewan, Canada
The MVC Pattern provides elegant abstractions for web requests. Redux provides similar patterns for data movement in React....
Your Technology Your Way: Full-stack Web and Service with .NET and Node
asp.net core javascript node
9/25/2019
at Utah Valley .NET User Group
in Provo, UT
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....
async and await with Node and Express
javascript node async
8/2/2019
at JavaScript and Friends Conference
in Columbus, OH
Express is the defacto Node web server, but it’s built with callbacks. Can we use modern JavaScript like async and await?...
Docker Isn't All Hype; Create Robust Deployments for your SPA and API
docker asp.net core javascript node
6/27/2019
at Southeast Valley .NET User Group
in Chandler, AZ
You’ve built a SPA and an API backend, and you’re now looking to deploy with ease....
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....