Golang
What does the kill command do in Linux?
What is the nil interface?
What are len and capacity in slices in Go?
What are the differences between HTTP/1.1 and HTTP/2?
What is a WaitGroup in Go and what is it used for?
How is multitasking implemented in Go?
What are linters and what role do they play in development?
What is starvation in the context of multithreading?
What is a mutex, what types of mutexes exist, and how are they used?
How is encapsulation implemented in Golang?
How to properly close a channel in Go?
What data should not be indexed?
What happens when strings are concatenated in Go?
Tell me about the garbage collector in Go language.
What type of multitasking is used in Go and what type was used before Go 1.15?
Who is responsible for managing goroutines in Go?
How many bytes does an empty string occupy?
How to embed the standard profiler into your Go application?
Who manages goroutines in Go?
What types of transaction isolation levels exist?