PinnedAnand Balachandran PillaiUber Go Scheduling at Bangalore Airport — A Simulation using GoIf you live in Bangalore as I do, it is highly probable that you must have been to the Bangalore airport at least once and it is highly…Oct 17, 20211Oct 17, 20211
Anand Balachandran PillaiWhat is genius ?In 1687, Isaac Newton published the Principia, his path breaking work to the world. This book expounded the laws of motion and gravitation…May 13, 20231May 13, 20231
Anand Balachandran PillaiThe Anatomy of a Concurrent ProgramA concurrent program consists of logic that executes in more than one thread or process. Concurrency is the ability to handle more than one…May 4, 2023May 4, 2023
Anand Balachandran PillaiCustomizing function parameters in Go …Often one needs to write functions in Go which require customization of type and number of parameters. However Go doesn’t support function…Mar 28, 2023Mar 28, 2023
Anand Balachandran PillaiSynchronization in Go using concurrency Primitives — A Case StudyGo is well known as a programming language that is ideal for writing highly concurrent programs. Go comes with a number of high and low…Oct 5, 2021Oct 5, 2021