Can you explain the concept of a string in programming?
Golang
What are the ways to manage or interact with a closed channel in Go?
What is the difference between a goroutine and a system thread in the context of task execution?
Can you explain what the Error type in Go language is and how it is used for error handling?
How to find the PID of a process?
Are there any deadlines or offers already?
Is the REST protocol compatible with HTTP/3?
How to terminate a process in Linux and how does SIGTERM differ from SIGKILL? What are signals and what are they used for?
Can you explain how a dynamic array is implemented and works in Go?
Compilation error # command-line-arguments ./main.go:39:32: syntax error: unexpected newline, expected { after if clause
How to determine the content highlighted with the slicing operator?
Implement a uniqRandn function that generates a slice of length n with unique, random numbers. import ( "fmt" "math/rand" ) func main() { fmt.Println(uniqRandn(10)) } func uniqRandn(n int) []int { //... }
What is the role of the SELECT system call in the process of interacting with the file system and how is it used for monitoring input/output?.
Tell about your last place of work: what you did, stack, difficult tasks?
Can you explain how UTF-8 encoding works and its main advantages?
What is a transaction in PostgreSQL? Tell me about ACID.
In which cases will defer not be called?
Can you explain what the term 'Consumer group' means in Kafka system?
What would you like to find in terms of the project, company, team?
Is a binary tree a balanced structural state?