Posts
Members
Info
Problem with the pages of my website made with gatsby and prismic
Hi, I have a problem with the pages on my website. When I refresh a page I see a slash / which appears and disappears at the end of my url. Like this a redirect is trying to be done. Does anyone know how to help me so that I don't get this slash when I refresh the pages? Thank…
0
Node js basics
Please tell me the things on which I should have command before learning Node js. Also which is the best free platform where I can learn Node js from beginner to pro level?
1
THE VALUE AN INTEGRATED SUPPLY CHAIN MANAGEMENT
In a post-coronavirus-world, С-level executives seek new ways to boost their internal operations to drive the bottom line. Almost 80% of businesses with highly efficient supply chains generate more revenues than the average ones. What’s the key to their success? Keeping in mind…
0
deploy the nodejs app in aws ec2 in which nginx and pm2 are running.
I want to configure to connect one pm2 process is running at cecertain port.
0
Developer survey
Hello Node.js community! We are a group of researchers from Concordia University (Canada) and we are conducting a survey on Node.js dependency management issues. We would be very grateful if you would take the time to participate in our short (5 minute)…
2
Learn how to setup, create and use class decorators in Javascript
Hi! https://dev.to/dpkshrma/learn-javascript-class-decorators-in-5-minutes-4em7 I just wrote my first dev.to article about class decorators using babel plugin! …
0
Node.js Version 14 Available Now!
We’re excited to announce that #Nodejs14 was released! Node.js 14 replaces Node.js 13 as our current release line Here's a video describing its new features …
0
Auto scaling and deployment of Node.js
https://medium.com/@jothibasuofficial/auto-scaling-and-deployment-of-node-js-327b381a95d8
2
There is an array of orders which is queried from DB.Order model has user ID.
I want to do orders.forEach and make a User.findByID query. Which is the best way to send User details to UI? 1. Push to an array and res.send …
1