-
Auto reload makes the experience of developing web apps with Rust and Actix more pleasant. I had some issues with the official documentation to get auto reload enabled.
May 18, 2022
•
1 min read
-
When doing local development work and handling environment variables, direnv is a tool that simplifies life. Let’s say you have a myriad of environment variables. You need to export the variables each time you run an application that depends on them. With direnv installed, you can create a .envrc...
May 13, 2022
•
1 min read
-
When we treat cloud infrastructure as code, we write code to manage each resource within the platform. The code acts both as living documentation and as a declarative set of instructions that manages our cloud resources.
Apr 12, 2022
•
1 min read
-
As a Data Engineer, chances are that you‘ll be developing custom solutions to move data from one platform to the other, let’s say from an sftp server to an s3 bucket.
Apr 12, 2022
•
1 min read
-
Bikepacking doesn’t have to be expensive. You can have fun on a low budget. Warm clothes, spare parts, and motivation are all you need. Motivation is paramount. That’s the biggest lesson that a solo bike trip through Patagonia taught me.
Mar 5, 2022
•
1 min read
-
I’m a big fan of the python library csv-diff. I’ve used it in some custom projects that required me to compare raw datasets over time. With a few python commands, you can output JSON that contains all changes between an old and a new dataset:
{
"added": [
{
"id": "3",
...
Mar 2, 2022
•
1 min read
-
I’ve had this experience many times: during a presentation, someone uses charts with a temporal dimension on the x-axis to portray the evolution of a specific feature over time. However, when looking deeper at the source code behind the analysis, survivorship bias is unfortunately not an uncommon...
Feb 16, 2022
•
2 mins read
-
I’ve built this website using a static site generator. Setting it up was a fast and hassle-free process.
What’s a static site generator?
A static site generator parses markdown files and generates static HTML output ready to be rendered by the browser. Tools like Jekyll make this process simple...
Feb 16, 2022
•
2 mins read
-
Although I grew up in Rome, which is not exactly a bike-friendly city, bicycles have played a central role in my life. I remember the first time I rode a bicycle without training wheels as if it was yesterday. The moment is still fresh in my mind. I can see the yellow, red and blue tones of my fi...
Feb 16, 2022
•
1 min read