Best of NPM โ€” February 2025

  1. 1
    Article
    Avatar of codemotionCodemotionยท1y

    Queueing Without a Queue: Enter fastq

    The post describes how to use fastq, an npm package for Node.js, to create in-memory queues for decoupling processes. It explains the installation and setup of fastq, creating a queue worker, pushing items into the queue, and building a retry strategy. While fastq is easy to use in certain scenarios, challenges like retry strategy implementation and loss of queue status on process termination must be addressed.

  2. 2
    Article
    Avatar of expressotsExpressoTSยท1y

    Better NPM

    Better NPM aims to enhance the npm package ecosystem with improved security, maintenance insights, and adoption statistics. It offers a unified marketplace for vetted plugins and extensions, a detailed security information layer, and better analytics for maintainers. Developers can gain comprehensive transparency into packages to make more informed decisions.

  3. 3
    Article
    Avatar of rndevsReact Nativeยท1y

    Drop the tools/NPM you use in React Native EXPO๐Ÿ‘‡๐Ÿ‘‡

    The author is transitioning from web to app development using React Native Expo and is seeking recommendations for essential tools and NPM packages used in this development framework.