InPalantir BlogbyPalantirCode Review Best PracticesThe Internet provides a wealth of material on code reviews: on the effect of code reviews on company culture, on formal security reviews…Mar 4, 201826Mar 4, 201826
InBento Tech InnovationbyAhmad SafarSolving the N+1 Problem in Go: Efficient Querying Made EasyTL;DR: This article explores how to efficiently solve the N+1 Query problem in Golang. The N+1 Query problem occurs when additional queries…May 19, 2023May 19, 2023
Ravi Kumar RayA primer on NSQ with Golang & DockerAs per the official docs, NSQ is a realtime distributed messaging platform which is a successor to simplequeue . NSQ is a realtime…Jan 27, 2023Jan 27, 2023
Ravi Kumar RayConcurrency in Go— Goroutines, Channels & WaitGroupJust like any other programming language like Java which has threads as a means to create concurrent running tasks , Go also provides…May 27, 2023May 27, 2023