-
Node.js with Typescript
From my weird learning journey, I am logging this article where I wanted to explore something basic. I have always written Node.js with javascript and with Express mostly. So, today, I am trying to write or structure a basic node and express app with typescript. Just a simple and small setup to log, how to…
-
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…
-
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…