blog | sven kanoldt

sharing thoughts on learning rust, open source projects and other tech stuff

What is a CIDR trie and how can it help you?

In this post, we will explore the CIDR trie data structure and how it can help you manage IP addresses and subnets in your Rust project.

Read more ⟶

rethink nested loops in javascript functional

For-i loops are somewhat out, so let's rethink nested and specifically correlated loops in a functional style in Javascript.

Read more ⟶