BLOG

Latest Articles

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

git set upstream Explained [Practical Examples]

Applying git set upstream saves you a ton of development, push and project collaboration time since you can manage a repo with minimal effort

By stevealila · 7 min read · GIT

SQL Data Types Explained [Practical Examples]

an overview of SQL data types, also define a list of SQL data types, we have explained each category of data types and described each category data type with …

By falgunithakker · 11 min read · SQL