Skip to content

Latest commit

 

History

History
64 lines (43 loc) · 3.03 KB

File metadata and controls

64 lines (43 loc) · 3.03 KB

Javascript

References

Online Books

Package Search

  • npm - Node package search
  • npms - A better and open source search for node packages.

Package Managers

Interesting Packages

  • bull-board - Queue visualizer for Bull/BullMQ
  • minimatch - A minimal matching utility.
  • SolidJS - Simple and performant reactivity for building user interfaces.
  • verror - Rich JavaScript errors.
  • XState - State machines and statecharts for the modern web.
  • Yargs - Yargs helps you build interactive command line tools, by parsing arguments and generating an elegant user interface.
  • Yjs - Conflict-free Replicated Data Types (CRDT) implementation that exposes its internal data structure as shared types.

Engines

  • V8 Javascript Engine - V8 is Google's open source JavaScript engine.
  • Deno - The easiest, most secure JavaScript runtime.

Guides

Videos

Style Guides

  • AirBnb - Airbnb JavaScript Style Guide() {

Node

Guides