Latest Articles
Azure Logic Apps Tutorial [Practical Examples]
The Azure Logic Apps are a logical container for one workflow you can define using triggers and actions. A trigger can instantiate a workflow, which can consist …
Configure S3 bucket as Terraform backend [Step-by-Step]
Step y step instructions to use AWS S3 bucket as terraform backend. Create AWS S3 Bucket along with DynamoDB table to store the terraform backend content on …
Python None Keyword Usage [Practical Examples]
In this tutorial, we learned about Python None. We discussed how we can declare and assign a None value to a variable and then compared the None value with …
Install GCC on Rocky Linux PROPERLY [Step-by-Step]
step-by-step guide to install GCC on Rocky Linux. We also went further and wrote a C program to add two numbers, and further looked at how GCC carries out …
lscpu command examples in Linux [Cheat Sheet]
lscpu command in Linux is used to get CPU information in different format such as JSON. You can collect the output and then parse it using JSON module from …
