Encounters in Software Engineering

N-API - writing node modules like it's 2018

Yesterday, I gave a tech talk at work about Node’s new N-API for ABI-compatible native addons across node versions. Enjoy!

Rust - A Safe Alternative to C++

I recently gave a workshop at work that gives a short introduction to Rust and shows how it can make developers much more productive by eliminating memory errors and data races.

Almost Always Auto

Here’s a short presentation I gave at work as part of a C++ course I held. It’s about the usage of the auto keyword and why you should almost always prefer it to explicitly specifying the type.