python

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

The Value in Legacy Code

I’ve been contemplating recently if there is value in legacy code and if so, what is it? It's the result…

4 years ago

Personal Spotify Music Trend Analysis

I was curious to see if over time the type of music I listen to has changed. Have I started…

4 years ago

Modern Web Engineering & Micro Frontends

Let me start with a question, how many software engineers do you know that enjoy Frontend development? One question has…

5 years ago

Live streaming to ReactJS with Websockets

After the success of the post “Building a Python REST API with Flask”, a worthy follow up is how to…

5 years ago

Python 3 Features Worth Mentioning

The entire software engineering community has focused on converting their Python 2.7 code to Python 3. From Jan 1st 2020,…

5 years ago

PyCon Cleveland 2019 Takeaways

For the first time ever, I attended the Python Software Foundation's PyCon Conference in Cleveland, USA. I was nothing short…

5 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

From Coder to Software Engineer [Part III]

Welcome to Part III of the coder to software engineer series. You might be interested in reading the first two…

5 years ago

Chart Your HealthKit Data in Jupyter Notebook

Let me start by saying I’m a visual learner, so I’ve always had an inclination towards UML graphs and charts.…

7 years ago