Golang
How quickly can an element be found when searching by index in a slice and in a map?
Tell about the goroutine management pattern (GMP) in Go.
What are the existing methods of optimization in programming?
Tell me about the Singleton design pattern.
Why can't you take a reference to a value stored by key in a map?
What is Grafana?
How to properly terminate the execution of multiple goroutines in Go?
How to read a string containing hieroglyphs, Cyrillic, and other characters?
How to protect against errors when writing to a map concurrently?
What should be remembered when working with mutexes in Go?
What is the difference between imperative and declarative programming?
How can a deadlock situation be avoided in a Go program?
What does the asterisk mean in a receiver in Go?
What is runtime and how does the scheduler work?
What is an array?
What are the types of channels in Go?
What are the main disadvantages of the standard logger in Go?
What is the string data type in the Go language and how is it used?
At what point is the initialized value of a variable passed to the defer statement, and how is this related to the function's naming?
What are linters used for in development?