The Golang News mobile app
tl;dr I wrote a Golang news aggregator mobile app, I open sourced it. If you use Android, you can get the app. It is no secret that I am a
Thoughts on software engineering, and life
tl;dr I wrote a Golang news aggregator mobile app, I open sourced it. If you use Android, you can get the app. It is no secret that I am a
For the past year, I had worked really hard with Packt publishing on building an advanced video course about the Go language called “Mastering Go Programming“. Mastering Golang Programming is an extensive
Go is known to be a very capable systems programming language. Programmers enjoy it’s simplicity, ease of deployment, and performance when writing backend services. A key feature in any backend software service
Yesterday, I answered a question in Quora about the concurrency model in Go. Now, I feel like I want to say more!! Concurrency in Golang is one of the most
This article serves as a practical guide into how to build a Modbus driver. I use the Go (Golang) programming language because I like it . However, the principles outlined should
Do you know what a class factory is and why is it useful? Ever considered implementing a class factory in Golang (Google Go) even though Go is not considered fully object oriented in