|
"Technology is just a tool. In terms of getting the kids working together and motivating them, the teacher is the most important"
|
|
—Â
Bill Gates,
Software Developer and Microsoft co-founder
|
|
|
|
Best 7 links of week #34, 2019
|
|
|
|
A list of interesting and helpful applications of destructing assignments in JavaScript.
|
|
|
|
|
Functional programming (FP) provides many advantages, and its popularity has been increasing as a result. However, each programming paradigm comes with its own unique jargon and FP is no exception. By providing a glossary, we hope to make learning FP easier.
|
|
|
|
|
Improving performance in serverless functions using WebAssembly. Use C, C++ or Rust code compiled to Wasm modules from Node.js serverless functions.
|
|
|
|
|
Learn how to build different task schedulers with AWS Lambda
|
|
|
|
|
workers-graphql-server is a batteries-included Apollo GraphQL server, designed to get you up and running quickly with GraphQL on Cloudflare Workers platform.
|
|
|
|
|
Zebu is a JavaScript library for building little languages with tagged template literals.
|
|
|
|
|
Async can throw a real wrench into the cogs of our programming workflows, all despite the fact that async is the modern JavaScript pattern. While async/await helps, there's sometimes confusion about the way to have a single function that returns a value whether it exists or needs a Promise to retrieve.
|
|
|
|
Â
|
Add a comment: