DevOps and Development

Vim Commands Cheat Sheet

July 22, 2020

Vim is an open-source text editor found in most Linux distributions. This article lists all the commonly used Vim commands and includes a downloadable one-page cheat sheet for future reference.

Read more

How to Create Keyspace in Cassandra

July 14, 2020

Find out how to quickly create different kinds of keyspaces by following the examples in this tutorial. Once you create a keyspace, you can follow the instructions to learn how to alter or delete Cassandra keyspaces.

Read more

How to Use Linux Cat Command (With Examples)

July 13, 2020

The cat command, short for concatenate, is used to display the contents of one or more files, without having to open the file for editing. Learn how to use the cat command by following this article.

Read more

How to Create, Drop, Alter, and Truncate Tables in Cassandra

July 2, 2020

The process for creating tables in Cassandra depends on what type of information you want to query. Follow the instructions in this guide to create a table in Cassandra using different types of keys, and to learn how to alter, drop, or truncate a table.

Read more

How to Install Cassandra on Ubuntu

June 23, 2020

This tutorial covers everything you need to do in order to install Apache Cassandra on your Ubuntu machine. Follow the steps for installing Java and other dependencies before you run the Cassandra installation.

Read more

How to Exit (Quit) Linux Vim/Vi editor

June 17, 2020

Vim text editor is one of the most widely used text editor. For that reason, you should learn some of the basic commands used in Vim. This article shows you how to exit a file, using a Vim command or shortcut key.

Read more

How to Install Jenkins on Debian 10 (Buster)

June 15, 2020

If you are a software developer working on a Debian 10 Buster you may want to install Jenkins. Jenkins is software that automates different aspects of building, testing, delivering, and deploying of software applications.

Read more

Cassandra Data Types: Built-in, Collection, & User-defined

June 10, 2020

Apache Cassandra, a NoSQL database, supports a variety of data types, including built-in, collection, and user-defined data types. This article explains how these differ from each other and help you decide when to use one over the other.

Read more

NoSQL Database Types


NoSQL databases are an alternative to the traditional SQL databases. They are more flexible, scalable and functional for working with big data. There are different types of NoSQL databases. The most widely used types include: key-value databases, document databases, wide-column databases, and graph databases.

Read more

Hadoop vs Spark – Detailed Comparison

June 4, 2020

This article explains how Hadoop and Spark are different in multiple categories. The tools are both free, but there is more than meets the eye. Learn how they compare working alone and if they can work together.

Read more
1 37 38 39 40 41 46