Tuesday, 23 February 2021

Is Node.js Really Single-Threaded?

 https://betterprogramming.pub/is-node-js-really-single-threaded-7ea59bcc8d64

Monday, 22 February 2021

PM2 setup on production

 https://www.tecmint.com/install-pm2-to-run-nodejs-apps-on-linux-server/


https://www.digitalocean.com/community/tutorials/how-to-use-pm2-to-setup-a-node-js-production-environment-on-an-ubuntu-vps

Thursday, 4 February 2021

Integer to comma separated string

ShopCategoryIds.stream().map(String::valueOf)

        .collect(Collectors.joining(","));