go
Optimizing Go Binaries: Understanding Your Project's Dependencies
·1524 words·8 mins
go
dependencies
At Datadog, I work on the Agent, a complex and substantial Go codebase. The Agent is designed to run on customer infrastructure, aggregating customer data and sending it to Datadog for real-time analysis.
Building a CLI chat app with go and WebSockets
·1841 words·9 mins
go
WebSockets
With the current global situation and the need to stay home, I finished writing this post I started during the last Christmas holidays.
I wanted to learn more about the WebSockets protocol during Christmas.