DevOps and Development

How to Install Yarn on Windows

October 14, 2021

Yarn is an alternative to NPM (Node Package Manager) developed by Facebook. This tutorial takes you through the different methods of installing Yarn on Windows.

Read more

How to Deploy Redis Cluster on Kubernetes

September 30, 2021

Redis is an in-memory data store supporting multiple abstract data structures. Redis Cluster is a set of Redis instances that automatically shards data across nodes. This tutorial shows you how to deploy a Redis Cluster on Kubernetes.

Read more

What is Docker Compose

September 29, 2021

Docker Compose is software used for defining and running multi-container Docker applications. It can handle multiple containers simultaneously in the production, staging, development, testing, and CI environment.

Read more

Bash wait Command with Examples

September 23, 2021

The wait command helps control the execution of background processes. Learn how to use the wait command through hands-on examples in bash scripts.

Read more

How to Upgrade or Downgrade TensorFlow

September 20, 2021

Learn how you can use the Python package manager PIP to upgrade or downgrade TensorFlow automatically.

Read more

Linux curl Command Explained with Examples

September 16, 2021

Linux offers multiple tools for data transfer to and from a server, the most popular being curl and wget. This tutorial will show you how to use the curl command, and provide you with an exhaustive list of the supported protocols and available options.

Read more

Complete Kibana Tutorial to Visualize and Query Data


Kibana is the user interface of the ELK stack with many querying and visualization features. Learn how to filter through the data using the Kibana Query Language (KQL) and use it to create graphs and dashboards.

Read more

How Does Git Work?


Git is the world's most popular version control system. This article showcases how Git works and explains each Git function in detail.

Read more

What Is Git Bash; Working with Git Bash Commands

September 8, 2021

Git Bash lets you manage your code and repository using a command-line interface on Windows. Learn how to use Git Bash effectively.

Read more

How to Deploy Elasticsearch on Kubernetes


The tutorial gives two examples for deploying Elasticsearch on seven dedicated pods. Learn how you can configure and create a custom Elasticsearch cluster on Kubernetes manually.

Read more
1 28 29 30 31 32 46