Murewa Ashiru
Murewa Writes

Murewa Writes

Follow
homeAboutSupport mebadgesnewsletter
Tag

Node.js

#nodejs

More content

Read more stories on Hashnode


Articles with this tag

Getting started with MongoDB transactions using Node.js

Nov 25, 202111 min read

The need to maintain database integrity cannot be overemphasized. One of the ways to ensure this is by performing ACID transactions; this simply means...

Getting started with MongoDB transactions using Node.js

Payment Service Integration- 200 countries covered

Dec 12, 20208 min read

Hope I didn't give you a scare with 200 countries. Whoop! Don't worry, you're safe. Handling payments for goods and services rendered back in the days...

Payment Service Integration- 200 countries covered

Node.js and PostgreSQL without an ORM

Oct 22, 20208 min read

Object-Relational Mapping (ORM) is a technique that lets you query and manipulate data from a database using an object-oriented paradigm. An...

Node.js and PostgreSQL without an ORM

Exploring The Movie DB in Node.js

Oct 18, 20205 min read

TMDB is a free movie database. Although you can't actually watch movies from it, it provides a lot of data for its movies (rating, creator, actors,...

Exploring The Movie DB in Node.js

Uploading images in your Node.js app using Express and Cloudinary

Oct 10, 20204 min read

Storing media directly in your database can be considered poor practise as it leads to the poor performance of a system, amongst other issues. To...

Uploading images in your Node.js app using Express and Cloudinary

Deploying your Node.js app on Heroku using Github

Sep 30, 20205 min read

Won't it be wonderful to show the world something you've created so they can interact with it as opposed to just running that amazing application on...

Deploying your Node.js app on Heroku using Github