Download a directory/folder in a Google Cloud Storage bucket using the Python SDK.
panaetius.io
Tech blog showcasing Python, Rust, Homelab and various other technologies to try at home.
January 23, 2022
1 min read
Download Directory From a Google Cloud Storage Bucket in Python
Download a directory/folder in a Google Cloud Storage bucket using the Python SDK.
October 20, 2021
17 min read
Add Search to a Hugo Website Using Algolia Docsearch
In this tutorial we will show how you can add search to your Hugo website/blog to index your posts/tags/categories and any other taxonomies using the free tier of Algolia together with the convenience …
November 1, 2020
11 min read
The difference between mod and use in Rust
When starting out in Rust there can be some confusion around the differences between using mod
and use
in Rust projects, especially if you are coming from a language such as Python/Java.
In this …