Golang
What concept is implemented using the defer construct in Go?
How do goroutines differ from threads (threads)?
How to use linters in Go?
What is the difference between RW Mutex and a regular mutex?
What are deadlocks?
How to determine the number of characters in a string in Go?
What is the difference between the uint and int types in the Go language?
How can you check the type of an interface in Go?
What is the internal structure of interfaces in Go?
What happens during concurrent writing to a map and how can this problem be solved?
What weight does an empty structure have in Go?
How do unit tests differ from integration tests?
How is Map structured in Go?
How to check the type of a variable in Go at runtime?
What is duck typing?
What is the difference between uint and int types?
What collision resolution methods are you familiar with?
What size of memory does an empty structure occupy in Go language?
How is inheritance implemented in Golang?
What is a sum of types and how to implement it in Go?