SQL Server vs PostgreSQL vs NoSQL DatabaseWhat is SQL, PostgreSQL, NoSQL and what is the difference?Sep 12, 2023·4 min read·31
Adding custom domain on Heroku application : Everything you need to knowHere's the case: you have bought a domain from a domain registrar like Namecheap, Name, GoDaddy etc. and you have deployed a free heroku application. Now, all that's to be done is addition of custom domain on heroku app. These are the steps involved...Oct 23, 2022·2 min read·7
How to add images in MongoDB using Mongoose (without GridFS)Accessing images from server side and storing in MongoDB is the easiest thing, if you do it right. In your Node.js application, simply write the command: npm i express-fileupload Your server.js should look something like this: const app = express() ...Oct 23, 2022·1 min read·132