HGHarsha Geliviinwhiletrue.hashnode.dev·Jul 26, 2025 · 2 min readSerialization Formats: When and Why They MatterWhether you're sending data over the wire, storing it on disk, or just trying to squeeze the last bit of performance from your microservices, you’ve probably had to think about serialization - the process of turning in-memory objects into a format th...00
HGHarsha Geliviinwhiletrue.hashnode.dev·Jul 20, 2025 · 4 min readRust in Linux code - How does it work with C?I recently came across a youtube video from recent KubeCon 2025 that talked about how kernel drivers and modules can be written in Rust now. If you’re wondering how it stitches with C, read on. This post talks about object files, shared libraries tha...00