Paul Di Gian
Paul Di Gian's Blog

Paul Di Gian's Blog

Follow
homebadgesnewsletter
Tag

coding

#coding

More content

Read more stories on Hashnode


Articles with this tag

Golang and context - an explanation

Nov 12, 202112 min read

The Golang standard library comes with a simple interface, context.Context, which is a little harder to understand and use than the others. The...

Golang and context - an explanation

Speed up your code with micro-batching

Oct 30, 20213 min read

Usually when doing any IO, either over network or against disk, there are always at least two options. Execute each IO operation by itself. Execute...

Speed up your code with micro-batching