Golang
package main import ( "fmt" "time" ) func main() { } func printNumber(n int) { time.Sleep(time.Second) fmt.Println(n) }
При каком условии go build не будет пересобирать пакет, а будет использовать кэш?
What was the profile of read and write load for these storages: how many requests per second?
[name] have you had experience operating services — working with Kubernetes, Linux, etc.?
Have you used public clouds? If yes, which providers and services?
What databases and other data storage systems have you worked with?
Why are you considering new offers and why did you leave your previous company?
Imagine a situation: a newcomer in the team says 'you are writing nonsense, I know better'. What are your actions?
Is it possible to build a binary without the Go standard library?
Can range be used to iterate over a string and get bytes instead of runes?
What will the program output if you leave backticks instead of single quotes when comparing characters?
What about the standard task assignment algorithm in Jira did not satisfy the customer, leading to the need for a custom solution?
Which category of developers do you consider yourself: a 'task executor' or a 'team superstar'?
On how many hosts or instances did the service operate? How many containers were launched?
Do you have 'red lines' — things you would definitely not accept in a new company?
What programming languages, besides Go, do you use for yourself or in commercial development?
What anti-patterns in microservice architecture do you know?
Is it possible to take the address of an element obtained by index from a map with int key and int value?
In which direction would you be interested in developing in terms of tasks and career vector?
Will default in select work when reading from a nil channel?