Golang
What is CI/CD?
What is SLO (Service Level Objective)?
How much does the size of a slice increase when using the append function?
Tell me about the Factory pattern.
What functions does the map data structure perform in Go?
What nuances should be considered when iterating over a string in Go?
Tell us about the 'Builder' design pattern.
In what cases is it advisable to use UDP protocol instead of TCP?
Is it possible to change a specific character in a string?
How is the object-oriented model structured in Go?
// add $1
What methods of inter-process communication do you know?
What are the ways to bring data to an inconsistent state?
How to convert a string to an integer and vice versa?
What is the difference between using a pointer to a structure and passing the structure itself in a method in Go?
In what order are deferred functions executed in Go?
Is there a preference — product team or platform team?
Can you explain what Errgroup is and how it is used to manage a group of goroutines in Go?
What are indexes used for in databases?
Can you list the main data types used in the Go language?