Best of Node.jsNovember 2020

  1. 1
    Article
    Avatar of dailydaily.dev·5y

    5 Node.js/Express Tutorials To Go From Beginner to Expert

    Mozilla MDN is an excellent website with many tutorials, including a tutorial on Node.js and Express. FreecodeCamp is a great way to get up and running with Node.JS and Express, but you would need to complete the material with other resources for advanced concepts.

  2. 2
    Article
    Avatar of hashnodeHashnode·5y

    Become a Full Stack Developer by building these amazing applications

    There are very few job opportunities for Just HTML or Just CSS or Just JavaScript developers. Most of the companies are looking for developers who know how to design front-end, backend, and also HTML and CSS. If you're a React/Angular Developer, that's not enough nowadays. You need to learn Node.js also. In this article, I have listed out some of the articles which will help you to become a full-stack developer.

  3. 3
    Article
    Avatar of hashnodeHashnode·5y

    Building APIs with GraphQL, Node.js and Express

    In this article, we will learn what GraphQL is and how to use it. We will create a blog application using GraphQL to create users, posts, and comments. We can then update, change, and delete these attributes with GraphQL mutations. We'll also create the query resolvers to get all the users and posts.

  4. 4
    Article
    Avatar of devtoDEV·5y

    How a developer broke the internet by un-publishing his package containing 11 lines of code

    Azer Koçulu is an open-source developer who had been publishing and maintaining his packages on npm for other developers to use and include in their packages. One of his packages was called kik, which helped programmers set up templates for their projects. One day, Azer received an email from one of Kik’s patent agents, asking him to rename his package called kk as they were planning to publish a package on NPM. Azer declined the request citing the company's trademark and potential confusion. NPM decided to side with Kik and took kik away from Azer, handing the name over to the company. Two days after Azer sent this email, on 22

  5. 5
    Article
    Avatar of swlhThe Startup·5y

    The Complete Microservice Tutorial — Part 1 Building User Service With GRPC, Node.JS, and MongoDB

    The Complete Microservice Tutorial — [Part 1] Building User Service With GRPC, Node.JS, and MongoDB MD Ahad Hasan Follow Nov 19, 2020 · 4 min read Project Link: https://github.com/Joker666/microservice-demo/

  6. 6
    Article
    Avatar of itnextITNEXT·5y

    Popular Node.JS + React admin panel, AdminBro just got version 3.3 — the biggest release this year

    admin-bro is an automated admin panel for Node.js apps. In v3.3 we’ve introduced options for nesting actions — the same way you nest resources into parents. Users has been moved to the “root” level. Nesting actions look like this:You can nest either bulk, record or resource actions as well.

  7. 7
    Article
    Avatar of jsPlainEnglishJavaScript in Plain English·5y

    Libraries for using localStorage in your Node.js Project

    Libraries for using localStorage in your Node.js Project. Manish Mandal explains how to use the feature in your node js project. Using any of these libraries you can interchange data from one file to another without importing and exporting the whole module. There are so many different ways you can use these libraries which I can't even explain in this tutorial alone.