Apache Spark: the New ‘king’ of Big Data

Docker, Django, React, AWS: Deploying Containerized Application to Cloud
In the fast-paced field of web applications, containerization has become not only common but the preferred mode of packaging and delivering web applications. Containers allow us to package our applications and deploy them anywhere without having to reconfigure or adapt our applications to the deployment platform.
Amazon Elastic Container Service (Amazon ECS) is the service Amazon provide to run Docker applications on a scalable cluster.
Natural Language Processing(NLP) for Machine Learning
Machine learning with natural language is faced with one major hurdle – its algorithms usually deal with numbers, and natural language is, well, text. So we need to transform that text into numbers, otherwise known as text vectorization.

A Comprehensive Look at The Multi-Armed Bandit Problem
The multi-armed bandit problem is a class example to demonstrate the exploration versus exploitation dilemma. This post introduces the bandit problem and how to solve it using different exploration strategies.

AWS Solution Architect(Associate) - Topic 3: Database on AWS
Choose from 15 purpose-built database engines including relational, key-value, document, in-memory, graph, time series, and ledger databases.
With AWS databases, you don’t need to worry about database management tasks such as server provisioning, patching, setup, configuration, backups, or recovery.

AWS Solution Architect(Associate) - Topic 2: Elastic Compute Cloud (Amazon EC2)
Amazon Elastic Compute Cloud (Amazon EC2) is a web service that provides secure, resizable compute capacity in the cloud. It is designed to make web-scale cloud computing easier for developers.
Amazon EC2’s simple web service interface allows you to obtain and configure capacity with minimal friction. It provides you with complete control of your computing resources and lets you run on Amazon’s proven computing environment.

Study Notes of MySQL 3 —— Variables, Procedures and Functions
Study Notes of MySQL 2 —— Manipulation, Definition and Transaction Control
Study Notes of MySQL 1 —— Query Function