Recent publications by Consumer Reports and the NSA have launched countless conversations in development circles about safety and its benefits.
In these conversations, I’ve seen many misunderstandings about what safety means in programming and h... (more…)
Read more »
Having a CI system is very convenient to ensure that your project contains no
bugs. But running tests locally before pushing is also a great solution. By
running tests before every commit, we ensure that each of them is working
independently (as they shou... (more…)
Read more »
Often I read that for simple tasks Rust is not a good choice. Go is more adopted when we need to create a small script to automatize our jobs. But is it true? (more…)
Read more »
Let’s demystify video codecs by writing one from scratch in about a hundred lines of Rust. (more…)
Read more »
[I have been updating this post continually in response to suggestions and questions. (more…)
Read more »