What is a cookie? What is its size and lifetime? Where do they initially come from in the browser?
Golang
What is the select construct used for?
At what university course are you working from? Why did you choose Go immediately? How did you come to it?
Type Assertion — what is the purpose of this construct?
What is the main advantage of ClickHouse, why is it often used and for what?
How is pprof embedded into an application, and how to connect it?
What is an index?
What will happen if we add too many elements to a slice inside a function?
What is Select in Go used for?
//1-10 вывести квадраты, посчитать в нескольких потоках, worker pool
Can you rewrite the task sending construction using range?
What are goroutines, and how are they structured internally?
Tell me about tokens: what types are there, how they are structured internally, and what they are used for. How does authentication differ from authorization?