Best of Node.jsNovember 2021

  1. 1
    Article
    Avatar of devdojoDevDojo·4y

    Free 100+ MERN / MEAN Stack resources

    I have gathered all the resources that you will require to become a MERN or MEAN stack developer. All these resources will include Articles, Videos, Course, Websites, Tutorials, Books etc. And everything is FREE. You should know the basics of HTML, CSS AND JS.

  2. 2
    Article
    Avatar of devtoDEV·4y

    Deep dive into Node.js Architecture

    Node.js is a single-threaded, asynchronous, event-driven runtime environment for running Javascript code on the server. It uses a mechanism called synchronous event demultiplexing to handle concurrent non-blocking resources in an efficient way. In this article, we are going to deep dive into the architecture and understand the asynchronous nature of node.js.

  3. 3
    Article
    Avatar of devdojoDevDojo·4y

    How to Build a Web Scraper With Node.JS

    This tutorial will demonstrate how to automate scraping data off of the website and using it for whatever purpose. The project will be built with Node.js and Express. The source code of the completed project can be found on CodeSandbox. Fork, tweak the scripts and run the code.

  4. 4
    Article
    Avatar of devtoDEV·4y

    Features of clean code architecture | Node.js

    Software architecture is primarily the structure of the software components to be arranged in a purposeful and efficient system. The goal of software architecture is to minimize the human effort required to build and maintain software systems. Clean code architecture, created by Robert Cecil Martin (a.k.a Uncle Bob), shines.

  5. 5
    Article
    Avatar of faunaFauna·4y

    How to fetch data from a database using Node.js

    If you enjoyed our blog, and want to work on systems and challenges related to globally distributed systems, serverless databases, GraphQL, and Jamstack, Fauna is hiring. .css-zxpal7:not(:last-of-type(){margin-bottom:8px;.css-1913dxb:not (: last- of-type) {margin:0;min-width: 0;}.css- 1913dxc:not() {margin-top:8pt;}. CSS-1912dxc :not(last- of type: "";.css: ";";.js: "}.css": "",.css

  6. 6
    Article
    Avatar of reactnativeexampleReact Native Example·4y

    A web3 chat app built with react native

    Web3 Etherium Mobile Chat App using MoralisChat Screen Wallet. Shows how you can easily create your own Web3 mobile app with Moralis. Can be used to build any Etherium app with the Moralis app. Can also be used as a way to build a web app for the Bitcoin network.

  7. 7
    Article
    Avatar of gcgitconnected·4y

    Do not laugh — A simple AI powered game using TensorFlow.js and Electron

    A simple AI powered game using TensorFlow.js and Electron. The game itself is dead simple. It will start playing a random funny video from YouTube and your only job is: Do not laugh! If the AI catches you laughing it’s game over.

  8. 8
    Article
    Avatar of dzDZone·4y

    Create a Multi-tenancy Application In Nest.js

    In Create a Multi-tenancy Application In Nest.js - Part 1, we set up the Nest framework, configured, and tested the microservice application. In this application, we will work with MySQL and MongoDB. We will also use the popular Js libraries including Sequelize as ORM for MySQL and mongoose for Mongo DB.

  9. 9
    Article
    Avatar of devdojoDevDojo·4y

    Build Crud API with Node.js, Express, and MongoDB

    In this blog, we’ll be building a CRUD App with Node.js, Express, and MongoDB. CRUD is an acronym for Create, Read, Update and Delete. We will use Mongoose for interacting with the MongoDB instance. We'll heavily use ES6 features like let, const, arrow functions, promises.

  10. 10
    Article
    Avatar of logrocketLogRocket·4y

    Kafka vs. RabbitMQ: Comparing Node.js message brokers

    A message broker is a computer program that allows software, systems, and services to communicate with each other and exchange data. Message brokers rely on a component called message queues that store messages until a consumer service can process them. In this article, we’ll compare two Node.js message brokers: Apache Kafka and RabbitMQ.

  11. 11
    Article
    Avatar of phProduct Hunt·4y

    PoemKit - React toolkit for fast web design and development