It goes back to the beginning of my PhD journey, when I started reading the this paper. That's quite an achievement. So, apart from the paper itself, I became so interested in learning Go language programming itself. As you may know, the Google produced Go in 2008 ( or so) to meet their needs. What are their needs ? Many languages prior to Go has some complexities and difficulties in implementing multi-core systems. Google introduced Go as the first programming language that has a full support of parallel programming in multi-core systems.
When I start searching on Google to find a starting point for learning Go, I stumbled with a name called Todd McLeod. He taught me Go. In particular, he taught me a lot fo things ranging from Computer stuff to wisdom. So, Todd, if you read this article, thank you so much for your inspirational character.
Later, I'll update this article to talk about Go.