Best of Node.jsJanuary 2023

  1. 1
    Article
    Avatar of awstipAWS Tip·3y

    MERN stack for Web Development

    MERN stack comprises a collection of four frameworks used to develop full-stack javascript solutions for rapid, scalable, and secure applications. All frameworks are open-source and have room for designing flexible and scalable applications. Ease of learning the frameworks as they follow similar patterns and support quality collaboration.

  2. 2
    Article
    Avatar of towardsdevTowards Dev·3y

    Top level await() without async()⇒{…} in NodeJs

    The top-level await doesn’t need an explicit async function wrapper. This only works when call is made at the top level of modules. There are ways to mix things up without adding to the file.

  3. 3
    Article
    Avatar of thisdotThis Dot·3y

    Introducing the express-typeorm-postgres Starter Kit

    The starter kit provides you with infrastructure for development, and integrations with these infrastructures. It comes with a working Redis instance for caching and a second Redis for queues. It also starts up a Postgres instance for you, which you can seed with TypeORM. The infrastructure runs on docker using docker-compose.

  4. 4
    Article
    Avatar of joshwcomeauJosh W Comeau·3y

    Clever Code Considered Harmful

    Project Euler is a repository of challenges based around advanced mathematics, meant to be solved with software. It takes a tremendous amount of skill to solve such a hard problem with such a small amount of code. In the context of a shared codebase, good code is simple code that doesn’t do anything fancy.