PinnedAmit JainInheritance in GoGo doesn’t have a concept of class or have a class-based inheritance. Go is a bit different than the regular object-oriented languages.Sep 4, 20201Sep 4, 20201
Amit JainThe Amortized time complexity of increasing Array sizeFirstly what is Amortized time complexity?Mar 28, 2020Mar 28, 2020
Amit JainSlice and Append function in GolangFirst, let’s see slice and append in action:Jan 26, 2020Jan 26, 2020
Amit JainResolve merge conflicts smartlyMany people prefer command line over GUI because it is more efficient for most of the day-to-day tasks of a programmer. In short, “Command…Dec 28, 2019Dec 28, 2019
Amit JainAn efficient way of calculating distinct count over a data | HyperLogLogThe time complexity of calculating distinct count is of order O(N) which is pretty huge if you have requirement to have real time analysis…Nov 23, 2019Nov 23, 2019
Amit JainPower of Actor model with Service fabric“In Actor model, Actors are the basic computation unit and they can interact with each other through messages. You can think an actor as a…Jan 15, 2018Jan 15, 2018
Amit JainDesign Patterns in GolangPlease first read my blog regarding embedded fields in Golang here.Dec 31, 2017Dec 31, 2017