Showing Post From Golang

Creating RESTful services with Go — Part 2

Creating RESTful services with Go — Part 2

In this blog, we are going to be building a fully-fledged REST API that exposes GET, POST, DELETE, and PUT endpoints that will subsequently allow you to perform the full range of CRUD operations.

Read more
Creating Microservices With Go — Part 1

Creating Microservices With Go — Part 1

Coming from a JavaScript background, I have always wanted to learn a static-typed programming language, earlier this year I picked up Golang after reading the reviews about the language, Golang is backed by Google.

Read more