Posts
3 entries · sorted ↓ by date 2025
- 06 Sept 2025 More Than Just Characters Think `char` is just for letters? Think again. Deep dive into why `char` is actually a 1-byte integer, how signedness works, and how computers handle ASCII under the hood.
- 23 Feb 2025 Building a gRPC Application in Rust and Analyze Build a fast gRPC service in Rust and tear down its network packets using tcpdump to see exactly how Protobuf serializes strings and integers over the wire.
- 04 Feb 2025 Charged for Unauthenticated Requests on Azure Blob Storage – And What I Learn From It Think only AWS charges for unauthenticated requests? Here is how an infinite Loki retry loop and a leaked storage account name exposed us to Azure’s unexpected billing pitfalls