Published onApril 10, 2022How to use quotes around shell variableslinuxbashHow to use quotes around shell variables - Single Quote, Double Quote and No Quote
Published onFebruary 22, 2022How to check if a directory exists in a Bash Script?linuxbashHow to check if a directory or folder exists in a Bash Script or Shell?
Published onFebruary 20, 2022Pretty Print or Format JSON in a shelllinuxbashHow to pretty print JSON in a formatted manner when you print it in your shell
Published onFebruary 19, 2022Linux command to rename extensions of multiple fileslinuxbashHow to rename extensions of multiple files using bash or linux commands
Published onMay 17, 2020Create directory recursively in PythonpythonHow to create directory recursively in Python
Published onApril 29, 2020Create MD5 Hash of a file in PythonpythoncryptoHow to create MD5 Hash of a file in Python? Learn how to create MD5 Hash of a file in Python
Published onApril 29, 2020Create MD5 Hash of a string in PythonpythoncryptoHow to create MD5 Hash of a string in Python? Learn how to create MD5 Hash of a string in Python
Published onApril 28, 2020Check if an Object is a Promise in JavaScriptjavascriptHow to check if an Object is a Promise in JavaScript?
Published onApril 25, 2020Install Node.js v14 on Linux, MAC and WindowsnodejsInstall Node.js v14 on Linux, MAC and Windows
Published onApril 24, 2020Concatenate Strings in GolanggoHow to concatenate Strings in Golang? Learn several ways to concatenate strings in Go