nodejs
-
Node JS
Node.js Environment Variables & Enforcing Strict Types
Learn how to use environment variables with strict type checking in TypeScript.
Read More » -
Database
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 more that one source or…
Read More » -
Blog
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 a fair bit getting models…
Read More » -
Node JS
How To Setup and Integrate Sentry.io with Node.js
Spending time boing over what sentry is and what it’s used for seems a little redundant in this article. If…
Read More » -
Programming
How To Nest Typescript Interfaces
Nesting TypeScript interfaces can be a great way of keeping your code neat and clean. To clarify the term ‘nesting’,…
Read More » -
Blog
Bcrypt: Implementing Encryption With Node.js
Getting Started I’m not going to go over all of the pro’s and con’s of bcrypt or encryption, how it…
Read More » -
Node JS
JSON Web Tokens
What are JSON Web Tokens JWT is an acronym for JSON Web Token. They are little packages of data that…
Read More » -
Node JS
Importing CSV Data Into MySQL
We’re going to be looking at how to read a CSV file and how to dump that data into a…
Read More » -
Database
NodeJS – Insert Multiple Records Into MySQL
Preamble (Insert Multiple Records) So lets assume you have a large array of data, and you’d like to insert all…
Read More » -
node.js
Enviroment Variables in Node.js
[vc_row][vc_column][vc_column_text]Environment variables are very simple to use, and amazinlgy useful to have! What do they do? Well, think of them…
Read More »