You're already very familiar with the idea of wrapping our code as methods in Ruby in order to make them reusable. In JavaScript, we call them functions and the ...
Peter looks at how to call a JavaScript function from your TypeScript code and do it in a type-safe way. Along the way, he dramatically simplifies a Backbone application by integrating Knockout. I ...
Node.js and npm installed on your local machine. Firebase CLI (Command Line Interface) installed globally. You can install it using npm: npm install -g firebase-tools ...