What is a mock?
Golang
What is the purpose of SELECT FOR UPDATE?
What is the difference between an array and a Slice in Go?
What will happen when reading from an empty channel if the channel is initialized and not closed?
What type should be used to implement a set in Go?
How are arguments passed to a function — by value or by reference?
What mechanism in Docker is used to reduce the size of the final image?
What does a slice consist of, its internal structure?
SQL team command for obtaining the execution plan of a query.
What entity in Kafka is used for distributing consumers among the partitions of a topic?
What happens when you join a closed channel? And what happens when a closed channel is closed?
What is used to finish another goroutine from one goroutine?
Which SQL operator saves only unique rows in the result?
If you create a goroutine, does the scheduler immediately execute it?
In what order does the select operator read from multiple channels?
What are JWT tokens used for?