Database
August 12, 2019
How to Implement Multiple Queries Transactions with Node.JS & MySQL
What Are MySQL transactions Transactions solve a very common and particular problem when there is…
Database
May 19, 2018
NodeJS – Insert Multiple Records Into MySQL
Preamble (Insert Multiple Records) So lets assume you have a large array of data, and…
Blog
January 4, 2019
Integrating Mongoose Models and Schemas with Typescript – Node.js
Introduction Having recently migrated a legacy project from MySQL to MongoDB, I’ve had to fight…
Blog
December 8, 2018
Bcrypt: Implementing Encryption With Node.js
Getting Started I’m not going to go over all of the pro’s and con’s of…