Basic cURL
Some commands with cURL that I wanted to save somewhere for reference.
Some commands with cURL that I wanted to save somewhere for reference.
Working to use Zendesk as an agent through their API.
I needed to review a large number of text files and pick those that included a string pattern. grep is awesome for this.
I needed to convert many images to another format, and also change their size.
I’m building an integration between two services and wanted to know what was being sent. This simple flask app allowed me to check the payload. Run this, and...
ngrok is awesome. If you download it from https://ngrok.com/download and follow the instructions, you’ll still need to run in your terminal:
“Shooting is only 20 percent of the course at the Army Sniper School.”
Plotting
I’m doing the course Data Scientist In Python.
Chartjunk is basically anything in a graph that does not help to comprehend the data that the chart is showing; anything that distracts the reader away from ...
I tend to internalise what I learn when I am able to write it down or explain it to someone else.
I’m doing online courses to train myself to become a data scientist.
I’m doing online courses to train myself to become a data scientist.
Lots of people say that you should code thinking that you will forget reasons why you wrote things the way you did. You should write comments explaining to y...