2022-11-28
|~1 min read
|144 words
The JSON specification does not actually support comments, but sometimes it would be really handy to be able to comment your JSON. There are…
2022-11-28
|~2 min read
|377 words
I’m working on a project where it’s convenient to publish a new package of the project on every build. In order to facilitate the workflow…
2022-11-28
|~3 min read
|460 words
A problem I’ve run into a number of times when working with Python is when I have a object that I want to include in an API call. The first…
2022-11-28
|~1 min read
|186 words
I like pretty things. Particularly when they hold the answer to my questions! As a result, when working with objects (aka Dictionaries in…
2022-11-28
|~2 min read
|378 words
I wrote in the past about Array Intersections in Postgres, which alluded to operators and functions available for arrays within Postgres…
2022-11-28
|~3 min read
|467 words
I’ve gotten in the habit recently of printing my variables as object literals. For example, if I have a variable, , that I want to inspect…