Sobes.tech

Is it possible to take the address of an element obtained by index from a map with int key and int value?

Middle
Еаптека
13

Is it possible to read from a nil channel?

Middle
Еаптека
11

Situation: tight deadline, editing in someone else's module, reviewer from another team points out serious technical risks in the code. What to do, considering the deployment is already tomorrow?

Middle
Еаптека
11

Why are you looking for a new job, what is wrong with your current one, and what do you expect from a new company?

Middle
Еаптека
10

What about the standard task assignment algorithm in Jira did not satisfy the customer, leading to the need for a custom solution?

Middle
Еаптека
9

Imagine a situation: you cannot find common ground with a tester in your team who constantly 'picks on you'. How will you interact?

Middle
Еаптека
9

What is go tool pprof and how is it used?

Middle
Еаптека
8

Which category of developers do you consider yourself: a 'task executor' or a 'team superstar'?

Middle
Еаптека
7

How to see what the program does when it starts? How to diagnose the cause of a crash?

Middle+
VK CloudVK Cloud
7

Imagine a situation: your code crashes on production, the team is emotional, blaming you, and the team lead did not oversee the review. What is your reaction?

Middle
Еаптека
6

Does the underscore (_) in import statement serve a purpose?

Middle
Еаптека
6

Can make be used for a string (make(string))?

Middle
Еаптека
6

Does calling runtime.Gosched() always immediately yield the processor to another goroutine?

Middle
Еаптека
6

// isPalindrome checks if a string is a palindrome. // Only letters and digits are considered (alphanumeric characters), case-insensitive comparison. // O(1) in memory + O(n) in time // s := "racecar" func isPalindrome(s string) bool { }

Middle+
VK CloudVK Cloud
5

// find problems in code.

Middle
Еаптека
5

Why are backticks used in character check methods here? What is the difference between backticks, double quotes, and single quotes?

Middle+
VK CloudVK Cloud
4

Can a function return a pointer to a local variable, and is it safe?

Middle
Еаптека
4

How can you protect yourself from the poor outcome of this dubious feature?

Middle
Еаптека
4

Why can't port 80 be occupied without permissions? What is the group of such ports called?

Middle+
VK CloudVK Cloud
4

How many bytes does a structure with fields int32, byte, int64 (in that order) occupy?

Middle
Еаптека
3
/412