Cover Image of the post 'Let's build a Load Balancer in Rust - Part 3'

Let's build a Load Balancer in Rust - Part 3

Third and last part of the “Build your own load balancer in rust” series! In this last part, we implement a healthcheck procedure to avoid forwarding requests to unavailable nodes.
Cover Image of the post 'Let's build a Load Balancer in Rust - Part 2'

Let's build a Load Balancer in Rust - Part 2

This is the second part of the “Build your own load balancer in rust” series! In this post, we’ll see how to implement a round-robin policy, to forward our requests to multiple backends.
Cover Image of the post 'Let's build a Load Balancer in Rust - Part 1'

Let's build a Load Balancer in Rust - Part 1

Hi 👋 welcome to a new post! This will be the first of a short series of posts, in which I explain my poor attempt at creating a simple HTTP load balancer in Rust. In this first part, we create a simple HTTP forwarder to a single upstream server.
Cover Image of the post 'Polenta & Deploy 2024'

Polenta & Deploy 2024

Hi 👋 welcome to a new post. Today, I want to share a small glimpse of my experience at the 2024 Polenta & Deploy event! Polenta&Deploy is an event taking place nestled beneath the mountains at Pinzolo. Over the course of three days, developers (and others) come together to enjoy the fresh air and discuss about tech (and not only that…) in an open space setup. (Disclaimer: I didn’t attend the previous editions, so please correct me if I’m mistaken)
Cover Image of the post 'Show your Work!'

Show your Work!

Hi 👋 and welcome to a new post! This blog is becoming more and more a journal and a collection of book summaries 😅 I promise I’ll write more about technical stuff soon. Today I’m going to give a small summary and comment of a book I recently read: “Show Your Work!” by Austin Kleon . Austin is a “writes who draws”, and his books on creativity are all formatted in crazy ways (and with a really nice finish)!
Cover Image of the post 'My First Open Source contribution ever @ Open Source Saturday Milan'

My First Open Source contribution ever @ Open Source Saturday Milan

Hi 👋 welcome to a new post!

Today I want to write a short post about my recent adventure with open source software, and in particular the experience at my very first Open Source Saturday Milan!