Golang
Is it possible to implement an API using REST principles without using the HTTP protocol?
What is the difference between interfaces in the Go language compared to interfaces in other programming languages?
Can you name the main types of keys used in relational databases?
How many write requests per second were received?
What are the main differences between gRPC and OpenAPI in the context of service interaction?
What information does the len function return when processing a string?
What address is stored in the pointer to a slice in the programming language?
What motivated you to choose the Go programming language for your projects?
Does the Go language support performing arithmetic operations with pointers?
How to implement context timeout in your Go application?
How can user authentication be performed before accessing a DNS server?
How is the concept of object-oriented programming implemented in Go?
What is meant by 'Stop The World' in the context of JVM or system execution?
Tell me about the project at Logitrade: what did you do and why did you leave?
Can you give examples of architectural solutions that turned out to be wrong or inefficient, and explain why?
What methods can prevent deadlock situations when using unbuffered channels in multithreaded programming?
How can elements be sorted in an associative array (map)?
What difficulties have you encountered when writing SQL queries or other database queries?
How should software behave if you try to read data from a channel that was set to nil?
How to initialize a standard context without a timeout in Go?