Skip to content
Home » how to » Page 5

how to

Solve Docker error: “unable to delete (must be forced) – image is referenced in multiple repositories”

I’ve had to brush up my Docker skills again due to some side projects I’m working on. So I ran into some basic issues I wanted to elaborate on. In this blog post: “image is referenced in multiple repositories.” I had to remove a Docker image from my machine using… 

Using TA-Lib in Deepnote

Using TA-Lib in a Jupyter notebook isn’t straightforward, and using it in a hosted solution like Deepnote could use a tutorial too. In this blog post, we’ll set up the popular Python wrapper for TA-lib. A prerequisite for installing the TA-lib Python wrapper is that you have the TA-lib library… 

Track ‘Dark Theme’ in Google Analytics 4 (GA4 and GTM)

In this blog post, we’ll use media queries particular user (device) properties using Google Tag Manager and Google Analytics 4. Some JavaScript knowledge is not a luxury. Using media queries, developers can personalize their app or website based on device and personal preferences by the user. Using the matchMedia method…