Latest posts
-
The perfect technical interview
Finding the right candidate for a tech role is a non-deterministic process. I've developed a clearer view of what an ideal technical interview format should look like. ... Read more
-
From Rust to AVR assembly: Dissecting a minimal blinky program
Ever wondered how high-level Rust code gets compiled into assembly before being executed on a target microcontroller? This article is a detailed workthrough of the process on an AVR microcontroller, sharing low-level insights and explaining interesting Rust features. ... Read more
-
Publishing my first Rust crate
For years I've been wondering how I can contribute to open source in Rust. Today, I completed a first milestone by publishing my first Rust crate. ... Read more
-
Thoughts of a first-time conference speaker
Public speaking can be intimdating, especially for software engineers. Personally, I never was comfortable performing in front of an audience. This article is a short note on some observations I made while giving a public talk for the first time. ... Read more
-
Advent of Code, yet another reason to wake up early
Waking up early for fun and profit (climbing AoC's leaderboard) ... Read more
-
2 years of fiddling with Rust
For almost two years, I've been learning and using Rust profesionally. In this article I share some insights and observations from this journey. ... Read more
-
Unlocking uplink frame retries mecanism on Telecom Design's Sigfox modules
Hacking a Sigfox RF closed-source library using Ghidra. What could go wrong? ... Read more