Monday, 18 February 2019

Creating RESTful APIs with NodeJS and MongoDB Tutorial

Welcome to this tutorial about RESTful API using Node.js (Express.js) and MongoDB (mongoose)! We are going to learn how to install and use each component individually and then proceed to create a RESTful API http://on.morioh.net/fbe1b4d77a

Submitted February 19, 2019 at 12:26AM by HazelMadsen

I'm trying to set up a very basic file upload and download site as a project. How do I let the text the user entered download locally on their machine?

https://codepen.io/LawlessWalrus/project/editor/AzKBdR

Submitted February 18, 2019 at 10:02PM by LawlessWalrus1

Fastify and Preact for quick web app prototyping

https://loige.co/fastify-and-preact-for-quick-web-app-prototyping

Submitted February 18, 2019 at 08:33PM by loigiani

PostgreSQL Arrays and Node.js

Easy Problem, easy question.Is there anything resembling JSON.stringify that converts an array to the PostgreSQL array Format? Would Like to not go over stringified arrays and modify Them every time i want to insert or select from my DB.

Submitted February 18, 2019 at 07:45PM by Saik1992

Routes set up with express and proxy pass on nginx question

Let's say I want my proxy pass to work for just /test. How can I get my routes to show up as /test/route1 /test/route2 without putting the /test part in express and only making the routes route1 route2. Basically I want the node.js part of my website to be under /test and I want express to work regardless of where I put it.

Submitted February 18, 2019 at 08:09PM by 0xabcde

What if each database could be made realtime?

Wouldn't it be great if the database could notify it's clients whenever a watched table or record was updated??

Submitted February 18, 2019 at 04:14PM by YourTechBud

How & what do you monitor in a node application?

When your node app is going live, how do you monitor it: practices, tools, metrics. Any tip that pops to your mind

Submitted February 18, 2019 at 03:17PM by yonatannn