Best of Node.jsNovember 2022

  1. 1
    Article
    Avatar of communityCommunity Picks·3y

    React Soft Dashboard - FullStack & Live Deploy

    React Soft Dashboard is a modern design crafted and released for free by Creative-Tim. The product is built with over 70 frontend elements, like buttons, inputs, navbars, cards, or alerts. The UI now uses the latest version provided by and also supports Drag & Drop deployment using the LIVE Deployer Service.

  2. 2
    Article
    Avatar of communityCommunity Picks·3y

    Movies app in 7 frameworks - which is fastest and why?

    A performance comparison of the same "movies" app built with 7 different frontend frameworks: Next.js, Angular, Nuxt, Lit, Astro, SvelteKit, and Qwik.

  3. 3
    Article
    Avatar of awstipAWS Tip·3y

    Build a Visual Serverless REST API with MongoDB and NodeJS

    We’ll build a visual Serverless RESTful API using MongoDB and NodeJS. We will create endpoints for creating data, reading data, updating data, and deleting data. To set up a HTTP trigger simply look through the embedded library functions that Lolo provides you with.

  4. 4
    Article
    Avatar of communityCommunity Picks·3y

    Announcing 3.0 • Nuxt

    Nuxt 3.0 is a modern rewrite of the Nuxt framework based on Vite, Vue3, and Nitro with first-class Typescript support. The core browser set targets Chrome, Firefox, and Edge on a monthly basis and Safari on a yearly basis.

  5. 5
    Article
    Avatar of communityCommunity Picks·3y

    The Full Guide to Web Scraping & Automation with JavaScript and NodeJS

    Node has created an enormous ecosystem and use cases ranging from data science, game development, AI and of course, web automation. The Full Guide to Web Scraping & Automation with JavaScript and NodeJS is a guide for anyone who wants to start web automation in 2022 using this incredible JavaScript platform.

  6. 6
    Article
    Avatar of communityCommunity Picks·3y

    ES modules: A cartoon deep-dive

    With the release of Firefox 60 in May (currently in beta), all major browsers will support ES modules. The Node modules working group is currently working on adding ES module support to Node.js. Many JavaScript developers know that ES modules have been controversial, but few actually understand how they work.