Aman Agarwal·Feb 14, 2022Coinbase Commerce with GolangHow to accept payment in cryptocurrencies with Golang
Aman Agarwal·Feb 11, 2022Smart Contract with GolangInteracting with smart contracts through golangA response icon1A response icon1
Aman Agarwal·Sep 9, 2021Blockchain with GolangIs It a good idea to use Golang for Blockchain?A response icon2A response icon2
Aman Agarwal·Feb 23, 2021Environment Variables with Golang !Environment variables are a universal mechanism for conveying configuration information to Unix programs. Let’s look at how to set, get…
Aman Agarwal·Apr 30, 2021Implement Cache Memory in GoIf we google about cache memory we will get, ”Cache memory is an extremely fast memory type that acts as a buffer between RAM and the CPU…
Aman Agarwal·Jun 5, 2021Environment variable with StructureWhat is environment variable and how to use it efficiently ?
Aman Agarwal·Mar 22, 2021Upload And Download Api with Golang.In today’s world of digitalization we upload and download many files from the internet, but do we know about the mechanism of its API! Or…
Aman Agarwal·Feb 7, 2021Getting Start With Gin Gonic ProjectWhenever I Start working with backend for new project , i always have to start with scratch for setting up new project.
Aman Agarwal·May 29, 2021Function as Parameters in GolangBeing a Software Developer don’t you think that we should pass a function as a parameter to another function !! OOh, we always want that…