SBSukanta Balainblog.sukanta.dev·Jan 31 · 6 min readHow DNS Resolution WorksEvery time you type sukanta.dev into your browser to see my cool portfolio, a fascinating chain of events flows behind the scenes. Our computers, as a node in the network, does not know what sukanta.dev, chaicode.com or google.com actually means. It ...00
SBSukanta Balainblog.sukanta.dev·Jan 30 · 6 min readDNS Record Types explained to a HoomanRouters get DNS record and work according to them very well, them fancy telephone directories. But we are not routers, we’re Hoomans (it’s Humans). This article is your go-to if you are new to domains, hosting, starting an agency, or creating your ow...00
SBSukanta Balainblog.sukanta.dev·Jan 17 · 3 min readInside GitIf you clicked this blog, AI is not gonna replace you. You want to wander in depth. Want to know when you run git add or git commit ? Let’s peek behind the curtain and explore the secret world inside .git directory. What is .git, Anyway? When you exe...00
SBSukanta Balainblog.sukanta.dev·Jan 17 · 4 min readWhy Version Control ExistsIf you have done any kind of Software project in your life, you must have folders in your systems named like these: project, project_modified, project_sam, project_latest, project_final Then you already have some idea what this blog is about. If you ...00
SBSukanta Balainblog.sukanta.dev·Jan 16 · 6 min readGit Basics through a Practical ModelI learned why git exists the hard way. I was working on a semester project based on a Python stack. My teammates handled dataset processing and model training, while I worked on the Streamlit UI. Our workflow was on our local machines, the backend te...00