Must Read
Async Concurrency in JavaScript
Software engineer Jason Amador shares how he use a fake request function that accepts an arbitrary value and returns a Promise that resolves to an object containing the value and the interval.
Sponsor (Thank You)
Build Stateful Javascript Apps Effortlessly with GraphQL
FaunaDB is a serverless database with a native GraphQL API. With fast global access, built-in auth, and no cold starts, FaunaDB makes it simple to manage state for your browser-based apps. Get started now with industry’s most generous free data tier!
Learn
How to Memoize Components in React
Using React.memo, useMemo other APIs to limit re-rendering of components
How to check for null in JavaScript
Because of a historical bug, typeof null in JavaScript returns “object” — so how do you check for null? Dr. Derek Austin has the answer.
Tools & Code
Building a JavaScript SDK for Dremio
A brief introduction to what is an SDK and also what are the roles on the APIs.
Misc
Top 12 Things That Destroy Developer Productivity
Avoid these 12 things to keep yourself productive at all times.
How TO - JS Validation For Empty Fields
Learn how to add form validation for empty input fields with JavaScript.