D
September 25, 2020
Drop Users in RedShift

Dropping users in Amazon Redshift is a simple task, but sometimes you may encounter an error message if the user you are trying to drop is an owner of an object in the database, such as a schema, table, or view.

Read More
AWS RedShift Logo Feature
September 25, 2020
Create a Test AWS RedShift Cluster

Here’s a simple guide on creating a new AWS RedShift Cluster within a personal AWS test environment. Warning, if you’re testing this AWS Service you have to be rigorous with managing the cluster for billing reasons.

Read More
Installing Git on Windows
September 7, 2020
Install Git on Windows

This is a post on how to install Git (version control system) on a Windows computer. For more information have a look at the git-scm page, which is where we can download the client.

Read More