Real-Time Communication in Go: TCP Sockets, Message Framing, and WebSockets29 January 2023·8 minsGolang Socket Websocket Networking
Email Open Tracking with Go: Tracking Pixels, Unique URLs, and GDPR22 January 2023·9 minsGolang Email Tracking
Communicating with Stockfish from Go: The UCI Protocol19 January 2023·7 minsGolang Chess Stockfish UCI
Algorithmic Trading with Alpaca and Go: Paper Trading and Real-Time Data15 January 2023·7 minsAlpaca Trading Golang Finance
Video Streaming in Go: HTTP Range Requests, HLS Segments, and FFmpeg4 January 2023·9 minsGolang Video Streaming Hls Ffmpeg
The Go context Package: Cancellation, Timeouts, and Propagation in Production3 January 2023·8 minsGolang Context
Protocol Buffers in Go: Serialization, gRPC, and Performance27 December 2022·7 minsGolang Protobuf Grpc