2025-09-06 Behind the Scenes of Load Balancing:Uncovering the Hidden IP Translation A behind-the-scenes look at how load balancers manage the tricky problem of IP translation.We’ll explore why backend responses can confuse clients, how techniques like SNAT and DSR solve it, and how AWS Hyperplane takes it to hyperscale.
2024-07-13 Deep Dive into the Go Runtime Scheduler A deep dive into how Go’s reflect and unsafe packages can be used to inspect and modify private struct fields by bypassing visibility rules.