In this card we will learn to write code that scales with a large number of database records. We will...
Understand how asynchronous JavaScript works: Read Henning's presentation about asynchronous Javascript (there's also a German video presentation...
In a web application you often need to move data between the client (HTML, Javascript) and the server (Ruby, Rails...
Best results in other decks
You may remember to use the || operator with caution to set defaults. We'll see that && and other conditionals come...
TypeScript basically uses structural typing, which is conceptually quite similar to duck typing, but with static compile-time type checking...