Self-hosting Python DASH Apps: Docker and Cloudflare Tunnel

After deploying the Trip Planner DASH app in GCR last month, I got an interesting bill to pay. That made me consider to use the Docker DASH image of the App together with Cloudflare to deploy it securely.

Python Trip Planner

Discovering Weather Data before Trips with Python

Are you planning your next adventure but not sure if the weather will be fine? This Python Dash app allows you to explore historical weather data for any location you are planning to visit.

Building Docker Images: Github Actions vs Local Builds

Discovering the differences between building Docker images using the Cloud and Local Builds. Comparing the advantages and limitations, such as automation, resource usage, and build times. Example: Python DASH

Python Polar Analysis

Analyzing your Sport Performance with Python and Polar data

As I plan to make a complete route by bike from Tallin to Athens, I need to see how my fitness level improves over the months, to be ready for the next challenge. Polar and Python are helping me with it.

Exposing Services Safely: Cloudflare Zero-Trust Tunnel

Accessing Your Self Hosted Services WITHOUT Port Forwarding with Cloudflare. Discover the benefits of Cloudflare Zero Tunnel deployed with Docker for securing connections and expose services globally.