API
As I expand my knowledge I have extra interest in automation and how multiple programs can work together to accomplish something greater than the individual application. While scripting and CLI tools are helpful, I see extra benefit in the realm of APIs. While I learn this area, I’ll document how I’ve used APIs for applications I’m interacting with.
I prefer to do API calls in a more native Python format, instead of tool sets, such as postman. This helps me get more comfortable with Python but also makes it easier to script in different use cases.