-
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…
-
Docker client change
From Docker Desktop to Colima Use Case: I was using docker desktop to run mysql db and I had to move to colima as docker desktop was using too much of my battery. Solution: The container was not using folder from host machine rather it was internal volume where all the data was present.The command…