Play with Marshaler

Leveraging Unmarshaler interface in golang
A collection of 4 posts
Leveraging Unmarshaler interface in golang
This is the follow up for the previous post. To detect memory leak in the golang code, we can utilize the memory error detector, Asan., which is used by my team to verify
This is a post to document the issues I stumbled upon when setting up my resume website. Firstly, why did I choose Hugo ? Because it's written in go, that's
Recently my team encountered memory leak in our system. We have a service that is written in golang and rust. The golang part invokes the functions in rust. To do so, we use