Skip to content

Brian Cline

Solution Architect skilled in Salesforce, NetSuite and JavaScript Development

  • About
  • Resume
  • JavaScript
  • Salesforce
  • Contact
  • Articles
  • About
  • Resume
  • JavaScript
  • Salesforce
  • Contact
  • Articles

Tag: Database

Introduction to Relational Database Scaling

January 18, 2022Brian Cline3 CommentsProgrammingDatabase, software architecture

Scaling relational databases can be hard especially if you don’t take the time upfront to prepare for it. Replication, denormalization, and federation are all explored in this article.

Outputting a CSV File from Node.js

June 22, 2021Brian ClineJavaScript, ProgrammingCSV, Database, javascript

After reading this article, you will understand how to export data from a database or other system using a csv library in Node.js.

CSV stands for common separated values file which means that data can be stored in a tabular format with commas separating each value.

Introduction to Amazon RDS

March 2, 2021Brian ClineCloud Computing, Programmingaurora rds, AWS, aws rds, Database

AWS has hundreds of services available through their console or through their SDK. Amazon RDS is one of the most commonly used services. Amazon RDS standards for Relational Database Service – essentially it’s a large collection of different SQL databases.

nodeJS Logo

Connecting to MySQL from Node.js

June 2, 2020Brian ClineJavaScript, ProgrammingDatabase, NodeJS, ORM

For the most part, it seems to be that NodeSQL databases are the defacto standard with Node and JavaScript developers. Using MySQL is still an option and can make a lot of sense if the project already has an existing database.

Introduction to the Knex.js Database Module

May 29, 2018Brian ClineJavaScript, ProgrammingDatabase, DevOps, javascript, Knex, MySQL, NodeJS

Knex is a JavaScript / Node.js library that is designed to make working with relational databases easier. Knex.js is a SQL query builder.

It has the potential to make tdd and database versioning much easier.

Developed by Think Up Themes Ltd. Powered by WordPress.