#go
Read more stories on Hashnode
Articles with this tag
In the last blog post, I wrote about Go's channels with a demo of a data pipeline that buffers the input and flushes the buffer when it's full or...
I used Java during most of my career, which had concurrency support from the early days. It allowed developers to start threads and synchronize access...
Background I've used Java for most of my career and am used to the fact all objects are passed by reference, while all primitive types are passed by...