Go
Pitfalls with time and Go
·481 words·3 mins
I’m a macOS user, and I consistently find launchd confusing and challenging to use.
With so many process managers available, I decided to build my own instead of learning yet another one. 😁
Optimizing Go Binaries: Understanding Your Project's Dependencies
·1524 words·8 mins
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.