flask

Charting Apple Health data in Grafana

One of the most interesting datasets I have is my own Apple Health data, which I've always liked playing with. Some…

3 years ago

Setting up GraphQL for an SQL database in Python

In this post we'll explore what is GraphQL and when it makes sense to use it. We'll map an existing…

3 years ago

Building a Python REST API with Flask

What is a REST API? It stands for REpresentational State Transfer. This means each unique URL is a representation of…

5 years ago