Blog

Latest Post

Jun 11, 2022

A little bit of context

Go’s context is a very central package and can be very useful and powerful if it’s used correctly. For example, the net/http or the the grpc packages rely on it. On the other hand, its concepts can be a little difficult to understand and can be confusing, leading developpers to skip it or use it in a wrong manner.

Let’s try to explore it !

Read more

All Posts

2022

  • Jun 11, 2022 - A little bit of context