Caleb Tettehvalueforfree.hashnode.dev·Apr 3, 2024How I Automated Onboarding And Offboarding Process at StravaIntroduction My name is Caleb Tetteh. I worked on the API and Platform Team as a software engineer intern in the summer of 2023. I gained a lot of software skills from learning from engineers on the API and Platform Team during my internship at Strav...38 readsstrava
Subash Neupaneblogs.subashneupane3.com.np·Jan 1, 2024Building a Health Monitoring Dashboard with Strava API, Docker, and GrafanaHealth monitoring is crucial for maintaining an active lifestyle. In this tutorial, we'll guide you through the process of creating a health monitoring dashboard using data from Strava, Docker for containerization, and Grafana for visualization. This...30 readsDocker
Alin Iordachealinmx.hashnode.dev·Jun 30, 2023How to Connect with Strava API Using RustImplementing this in Rust is somewhat challenging since, at the time of writing this article, there were no crates available that could accomplish everything I wanted. As a result, I had to implement most of it myself. However, this was a welcome par...TechRust
Charles Whiteheadcharlesw.hashnode.dev·Jun 15, 2023Strava API Guide: How to Authenticate using OAuth 2.0 and Query for Athlete DataStrava's documentation for authenticating with their API is somewhat convoluted and not entirely straightforward. To help the situation, this guide will walk you through the process of authenticating with Strava's API, and by the end of it, you'll ob...99 readsAPIs