# A talk I gave at Rust Linz

Here’s a recording of a talk I gave at the virtual Rust Linz meetup. The talk is about Zellij (then called Mosaic).

# Adding package-lock.json support to yarn

Back when I worked a lot in the javascript space, I thought it would be great if the then two major package managers supported each other’s lockfile format. This is a post I wrote after implementing support for npm’s package-lock.json file in yarn.