Observability Companies to Watch in 2024

- 16 mins read

Observability is often described as three pillars—logs, metrics, and traces. Many companies have been built around this idea, but others have risen to challenge it.

Let’s see what observability companies are up to in 2024.

Start With the Go Standard Library

- 13 mins read

When starting a project, new Gophers often ask the following questions.

  • What logger should I use?
  • What web framework should I use?
  • What object–relational mapping (ORM) should I use?

These questions are well-intentioned but they all miss a key aspect about Go.

Go has a great standard library.

Let’s understand why.