2022-11-28
|~1 min read
|160 words
The tag is an interesting HTML tag I’d not come across before. It’s primary use seems to be to facilitate interaction between the browser…
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
|~8 min read
|1402 words
Recently, I was working on a project where the API I was using would sometimes decide to include an offset for the timestamp and other times…
2022-11-28
|~2 min read
|240 words
I was recently trying to find the parts of my python application that were lagging in performance and so I went in search of a way to…