BLOG

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 …

By sahilhulage · 5 min read · Azure

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 …

By bashiralam · 8 min read · Python

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 …

By admin · 5 min read · Rocky Linux

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 …

By rohantimalsina · 7 min read · CheatSheet