Learn how to use Nodemailer, a Node.js module with zero dependencies, to easily send emails from within your application’s server.
Use Notion to create a database, connect to the Notion API, and create a small Node.js server.
Learn to create and deploy your own non-fungible token (NFT) using JavaScript to digitally transfer ownership of either a real or intangible asset.
Create a Slackbot that can house a database, respond to commands and mentions, and accept and store new data from users.
Discover how the Chromium team is attempting to bridge the gap between native apps and the web through Project Fugu.
React.memo
vs. useMemo
: Major differences and use casesLearn what memoization is, how memoization works in React, and the major differences between React.memo() and useMemo().