Articles

Intro to Redis - with Docker Compose

Intro to Redis — with Docker Compose What is Redis? Redis is a high throughput, in-memory key-value store used for fast lookup. It supports common data structures such as strings, lists, sets, hashes, and more (redislabs). Since Redis stores data in-memory, it does not face the same read/write (I/O) … Read More…Intro to Redis - with Docker Compose

Handling AWS Spot Instance Termination (the old-fashioned way)

A simplification of spot instance termination with Amazon Web Services (AWS) and how we can use spot instances to increase horsepower for computations and number crunching. I illustrate how we can handle this type of termination with bash scripts through the Amazon Linux operating system … Read More…Handling AWS Spot Instance Termination (the old-fashioned way)