Go – Part 1 – Simple Web Application (Identity API)

Go is a programming language created by and supported by Google via Open Source project. It has a very nice standard library, some very popular frameworks and it is built for heavy concurrent workloads, being ideal for web services, but also useful and powerful for command line tool projects and much more. My journey with … Continue reading Go – Part 1 – Simple Web Application (Identity API)