Approaches in Cloud Development ErgonomicsWhere we discuss the ways modern devtool companies are trying to make life easier for cloud developers.
Hooking Go from Rust - Hitchhiker’s Guide to the Go-laxyHow did we hook Go functions from Rust to work with mirrord? A quick dive into the Go Runtime and switching from the Go stack to the system stack.
Starting a Backend Developers CommunityLaunching a new Discord community for backend developers to hang, discuss and learn from.
Getting Started With Ephemeral ContainersGetting started with Ephemeral Containers, and a short case study on how we used them with mirrord
mirrord internals - hooking libc functions in Rust and fixing bugsPractical example of how to hook functions in Rust and a guide to detours in mirrord