DevOps and Development

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

How to Use Git {Beginner's Guide}

September 2, 2021

Git is the most popular version control system in the world. Learn to use Git effectively with this step-by-step beginner's guide that covers the basic Git functions.

Read more

Shared Nothing Architecture Explained


The Shared Nothing Architecture allows you to build a scalable, fault tolerant system consisting of independent, self-sufficient nodes. Learn more about Shared Nothing and how it compared to other models.

Read more
1 27 28 29 30 31 46