File Archiving and Compression Commands on Linux
In this tutorial, we will show you how to archive and compress files on Linux. Archives are a collection of …
In this tutorial, we will show you how to archive and compress files on Linux. Archives are a collection of …
This tutorial is a brief introduction to arrays in bash. Data Scientists are familiar with arrays, in R, a simple …
There are several reasons why API performance testing is important in data science. Speed: API performance is critical in many …
In Unix, there are three types of redirection such as: Standard Input (stdin) that is denoted by 0. Usually, it’s …
Linux’s Screen lets you run terminal applications to a Server in the background even if you disconnect from the ssh connection. …
The first digit of an HTTP status code indicates the category of the response: Information, Successful, Redirection, Client Error or …
Data scientists are like swiss army knives, we can use our knowledge nearly everywhere if we try to understand and …
Read moreHow I helped a retail Company using my Data Science skills
In this tutorial, we will talk about Git branches. Using simple examples, we will show you how to create, switch, …
In this tutorial, we will show you how to integrate SageMaker with GitHub. There are some steps that need to …
Sed (stream editor) is a very powerful tool for parsing and transforming text that was developed back in 1973 at …