How can you terminate a goroutine? What methods are available?
Golang
What happens when you enter [site] in a browser? Tell me in as much detail as possible, what protocols are used.
How many goroutines can be created on one machine? How to count?
How would you develop a new microservice with a single entity Book step by step?
How does a ReplicaSet differ from a Deployment in Kubernetes?
Tell me about memory management in Go
Tell about the use case of interfaces in production logic from an architectural perspective.
If you were a Go language developer, what data structure would you use to implement a buffered channel?
Why are linters needed in code? Which ones have you used?
What do you know about working with context in Go? What methods does it have?
Tell me about the empty struct{} structure. Use cases, how much memory does it occupy?
What is a Value Object and where is it used? Provide a practical example.
What Linux commands do you know? Share a case of working with the console.