
10 aug. 2023
Kubernetes in Action
At brainhive, our responsibilities extend beyond writing code; we also provide monitoring, support, and maintenance for our clients. Currently overseeing about 5 clusters with a total of 24 nodes, a pivotal aspect of our service is managing containerized applications on Kubernetes.

21 mei 2023
Rusty Docker? Never Again!
At brainhive we primarily use Rust for most projects (assuming it's a good fit). We are quite happy with it but as we started to use it for bigger projects we ran into a couple of issues. Most of them were easy to fix, but one major issue remained…

5 aug. 2022
Memory Alignment
We will explore memory alignment in Rust, highlighting the influence of padding and field order on struct size. Through practical examples, we learn how automatic re-ordering in Rust works, which is different from languages like C, C++, or Go.