# How to get users for your open source project

A recording of a talk I gave at an OpenSUSE meetup.

# Developing WebAssembly Rust plugins for Zellij

A recording of a talk I gave at RustLab Florence 2023.

# Interview of Aram the maintainer of Zellij

A long form interview of me for Bedroom Builds.

# Various blog posts about Zellij releases

When there’s a major Zellij release, I blog about it on the Zellij site.

# Some screencasts/tutorials I recorded about Zellij

These are introductory screencasts and tutorials about how to use different features of the tool.

# 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.