Rez Moss

Rez Moss

Personal Musings: A Blog for the Tech-Savvy and Curious Mind

Node.js and JSON: The Basics - Apr 2017

JSON (JavaScript Object Notation) is a lightweight data format that’s easy for humans to read and write, and easy...

Creating a Simple Web Server in Node.js - Mar 2016

Node.js makes it incredibly easy to create a basic web server. Here’s how you can do it in just a few lines of co...

Load Balancing Amazon RDS Mysql Simple Way - Jan 2016

I have been using Amazon RDS MySQL for several years in many projects. One of the best points of using AWS RDS instead...