Best of NPMOctober 2022

  1. 1
    Article
    Avatar of communityCommunity Picks·4y

    Deno 1.27: Major IDE Improvements

    Deno 1.27 has been tagged and released with the following new features and changes. Language Server/IDE improvements inlay Hints TypeScript added support for inlay hints in Improvements to npm compatibility. Deno now supports Node-API (formerly N-API) when used within Node.js. It means that packages like parcel, sqlite3, usb or fs-xattr can now be used with Deno. The new version of Deno can be used.

  2. 2
    Article
    Avatar of gcgitconnected·4y

    [Next.js + Strapi] Build Portfolio Website with Next.js, TailwindCSS, and Strapi V4)

    Strapi enables content-rich experiences to be created, managed, and exposed to any digital product, channel, or device. Next.js, Tailwind CSS, and StRapi V4 are the client side and Strap i V4 as the CMS as well as Restful API provider. We will discuss how to set up and implement TailwindCSS in the Next.JS app.

  3. 3
    Article
    Avatar of softbinatorSoftbinator·4y

    JavaScript’s Newest Runtime Shows Increased Speed

    Bun.js is described as ‘a fast all-in-one Javascript runtime’ It uses the JavaScriptCore (from WebKit) as its engine. This is totally different from Node.js and Deno, both using V8, and it's one of the reasons why it’s such a fast using the AutoCannon tool that fires several requests on the servers.

  4. 4
    Article
    Avatar of communityCommunity Picks·4y

    Setting up Storybook in your Development Environment

    Storybook is a playground for testing UI components that runs alongside your app in development mode. Storybook editions are available for React, React Native, Vue, Angular, Svelte, Ember, Ember and React Native. It acts as an aid to you UI component library as it builds and indexes the components.

  5. 5
    Article
    Avatar of asayerasayer·4y

    Get started with Bulma CSS in 5 minutes

    Bulma CSS is ready to use, accelerating UI development and making reusable UI components easier. Bulma can be accessed directly through a cloud CDN provider like jsDelivr and Node.js. The technology offers 419 Sass variables in 4 different levels that can be access and customized and customized. Let’s see the output after adding some sass variables to the file.

  6. 6
    Article
    Avatar of dockerDocker·4y

    9 Tips for Containerizing Your Node.js Application

    Multi-stage Docker builds help ensure your builds are 100% reproducible and lean. You can containerize your Node application using a multi-layer approach. Each layer may contain different app components like source code, resources, and even snapshot dependencies.

  7. 7
    Article
    Avatar of telerikTelerik·4y

    How To Build a CLI With Node.js and React

    The command-line interface (CLI) is a computer program that processes commands in the form of text inputs. In the early days of computing, the only way to interact with a computer was through the terminal. In this tutorial, you will learn how to build a CLI using Node.js and React.js.