-
Golang backend with Gin
This post is the learnings that I learnt while creating a golang backend using Gin. A lot of things are different. The mental model while building backend with golang is a little different. WHAT I WILL BE BUILDING My main intention was to learn golang by building something. Here, I will be building a backend…
-
Golang Basics
Its just the basics, where I have summed up the syntaxes for writing golang You atleast should know some programming basics to understand this. It is for my journal, as I would approach myself to learn golang. I have worked in javascript and trying out golang for my learning. And this is how I learn…