1 Series Introduction

Background I’ve a total of 11 years of experience and started my career a Full-Stack Ruby on Rails developer. In the last 2 years I’m working as Backend Ruby developer building micro-services to tackle the AFC topics for a German based BaaS company. Now I’ve started learning Go. In our organisation we have monolith that has grown big in the last 8-9 years, in terms of code and the number of teams supporting it....

June 20, 2024

2 Creating my first API endpoint in Go

As stated in the first post of the series, I am going to develop a simple API based tic-tac-toe application in Go. Since this is my first ever GO project ever, I wanted to start simple, by creating an endpoint for creating a Game. 1 POST /games Go has a powerful package call net/http which can be used to create API applications. This package is part of Go’s standard library. All it takes are few lines to setup the server, configure the endpoint and start handling requests...

June 20, 2024

My First Post

Introduction This is bold text, and this is emphasized text. Visit the Hugo website!

June 20, 2024