A source from Node.js Foundation

Nowadays, many developers wanted to learn Node.js programming skills to match the current market and industry needs.

Node.js became very popular over the past few years. According to the Node.js Foundation report, more than a billion download of Node.js. So what are the reasons that make many developers choose Node? In this article, I will give you a brief summary of Node, what it is, key features, how it works and list out relevant keywords that I think we should take a look at and understand the big picture if you want to deeply explore Node and its architecture.

Read More

ETL with AWS Glue

In this article, we will explore the process of extracting data from an AWS RDS database, and then publishing it to S3 with AWS Glue. We will cover the following details:

  • The ability to support data stored in Amazon Aurora and all other Amazon RDS engines, Amazon Redshift, and Amazon S3 (such as XML, CSV format)
  • Big data size
  • Different data schemas
  • A solution to easily switch environments from Development → Test → User Acceptance Testing (UAT) → Staging → Production
  • Autoscale hardware related to data size

Read More