A curated list of awesome NodeJS and JavaScript frameworks, libraries, tools and resources
- Express - Fast, unopinionated, minimalist web framework for Node.js.
- Apollo - Unify APIs, microservices, & databases into a graph that you can query with GraphQL.
- Lerna - Lerna is a fast modern build system for managing and publishing multiple JavaScript/TypeScript packages from the same repository
- NX - Next generation build system with first class monorepo support and powerful integrations.
- What the heck is the event loop - Learn how the javascript engine really works under the hood. #non-blocking #callback #asynchronous #single-threaded #concurrency
- Object Creation in Javascript - A playlist that will go over all topic regarding object creation in javascript: object creation, context, prototype, contructor functions, proto vs prototype, javascript classes.
- JavaScript: Understanding the Weird Parts - An advanced JavaScript course for everyone! Scope, closures, prototypes, 'this', build your own framework, and more.