Sobes.tech

What is the purpose of SELECT FOR UPDATE?

261

What is the difference between an array and a Slice in Go?

201

What will happen when reading from an empty channel if the channel is initialized and not closed?

192

What type should be used to implement a set in Go?

191

How are arguments passed to a function — by value or by reference?

190

What mechanism in Docker is used to reduce the size of the final image?

179

What does a slice consist of, its internal structure?

166

SQL team command for obtaining the execution plan of a query.

161

What entity in Kafka is used for distributing consumers among the partitions of a topic?

154

What happens when you join a closed channel? And what happens when a closed channel is closed?

150

What is used to finish another goroutine from one goroutine?

147

Which SQL operator saves only unique rows in the result?

146

If you create a goroutine, does the scheduler immediately execute it?

137

In what order does the select operator read from multiple channels?

122