BLOG

Latest Articles

Python Operators Explained in Detail with Examples

There are different Python operators. Arithmetic operators, logic operators, assignment operators, augmented operators, bitwise operators, and two special kinds …

By bashiralam · 19 min read · Python

Install MariaDB on Rocky Linux 8.4 [Step-by-Step]

In this tutorial, we will learn how to install MariaDB on Rocky Linux 8.4. You may also check the mariadb page link for the official instructions to install

By admin · 5 min read · Rocky Linux

Terraform: EKS Cluster Provision on AWS [10 Steps]

This article shall cover how to deploy an EKS cluster on AWS using Terraform. There are many ways to deploy an EKS cluster on AWS such as using the web

By admin · 15 min read · Kubernetes Tutorial