NTNupur Thakurinnupurthakur.hashnode.dev·May 13, 2023 · 3 min readTest Driven Development (TDD) in GoLangTest Driven Development (TDD) is a software development approach where tests are written before the actual code. In this blog post, I will demonstrate the development of a simple grep command-line tool using GoLang with TDD. Step 1: Setting Up the En...00
NTNupur Thakurinnupurthakur.hashnode.dev·May 13, 2023 · 2 min readBlockchain NodesWhat is Blockchain? Blockchain is a decentralized, digital ledger that records transactions in a secure and transparent manner. It is a distributed database that allows multiple parties to access and verify the data without the need for a central aut...00
NTNupur Thakurinnupurthakur.hashnode.dev·May 13, 2023 · 3 min readGo RoutinesIntroduction Go is an open source programming language developed by Google. It is known for its simplicity, efficiency, and concurrency. One of the most powerful features of Go is Goroutines. Goroutines are a lightweight way of creating concurrent pr...00