PinnedMapping All My Sports Activities Using Rust, Leaflet.js and OpenAIA while ago, I decided to learn Rust and thought it would be a great opportunity to combine it with my second biggest interest besides coding: sports! I came up with the idea of displaying all my Strava activities on a single map. The purpose was to ...Jun 30, 2023·16 min read
How to Use OpenAI SQL Translate API to Query your Own DatabaseI've always been fascinated by the idea of querying data using natural language, effortlessly exploring and analyzing data without worrying about the technicalities. Redirecting the mental energy spent on crafting queries towards truly understanding ...Jun 30, 2023·6 min read
Integrating MongoDB in a Rust applicationRust has excellent support for interacting with MongoDB through the official Rust MongoDB driver and if you are using Visual Studio Code, I highly recommend installing the following extension before proceeding. The documentation on MongoDB's website...Jun 30, 2023·5 min read
How 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...Jun 30, 2023·4 min read
Processing 2 Million GPS Points Using RustThis article is part of a series in which I explain how I built a web app to visualize all my Strava activities on a single map. The overarching parent article can be read here. What is Strava?"Strava is an American internet service for tracking phys...Jun 30, 2023·8 min read