Debugging UB in `unsafe` Rust Code

This blog post explores how we faced UB in some `unsafe` Rust code and how the issue was finally resolved.

Read more...

Rust `serde` Practical Guide

This blog post explores some practical tips while using with the excellent `serde` crate.

Read more...

Rust Performance Measurement Initial Steps

This blog post explores the Rust ecosystem tools for performance measurement and explains how the tools were used in solving a performance issue in a crate that we are developing.

Read more...

Docker Images Under the Hood

This post looks at the details of the docker images and how docker engine interfaces with docker registry to download the images.

Read more...

wishpy Use Cases - wishpy and Elastic - Part 1

Since we now have 'wishpy' in a usable form, we will talk about some potential use cases for 'wishpy'. We'll start by exploring how to get the packet data in Elastic and visualize the data using Kibana.

Read more...