Basic cURL

Some commands with cURL that I wanted to save somewhere for reference.

Zendesk API

Working to use Zendesk as an agent through their API.

Converting images

I needed to convert many images to another format, and also change their size.

Simple flask payload dump

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...

Setting up an alias for ngrok

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:

Resources

“Shooting is only 20 percent of the course at the Army Sniper School.”

Reduce chartjunk

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 ...

Using Git and Github

I tend to internalise what I learn when I am able to write it down or explain it to someone else.

Learning sources

I’m doing online courses to train myself to become a data scientist.

Some tricks I want to keep in mind (Pandas)

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...