Sobes.tech

What is GOMAXPROCS, why is it needed, and how does it work?

Senior
171

What is the difference between TCP and UDP protocols, why are they used and how?

Senior
171

Why is it fundamentally important to build authorization over TCP rather than UDP? What would be the problem if you wrote authorization on UDP?

Senior
169

Is JWT encoded or encrypted?

Senior
169

What is your current region of residence?

Middle+
169

How can the database operate under such load?

Senior
164

What is the advantage of Go over C# or Java if they also have green threads?

Senior
163

When the refresh token stored in a cookie expires, what happens to the user?

Senior
163

You haven't resigned yet, will you have a standard two-week notice period?

Middle+
161

What is JWT and Cookie, and how do they differ?

Senior
161

func merge(chs ...<-chan int) <-chan int { ... } package main import ( "fmt" "sync" ) func main() { var wg sync.WaitGroup for i := 0; i < 5; i++ { wg.Add(1) go func(n int) { defer wg.Done() fmt.Println(i) }(i) } wg.Wait() }

Senior
160

What is the difference between HTTP/1.1 and HTTP/2? What was added and what was changed in HTTP/2?

Senior
159

Why did Go become popular? What problem does it solve?

Senior
158

What is essential for designing a REST API?

Senior
157

What other caching options besides cache-aside are there?

Senior
157

users id PK role report

Senior
152

Is the architecture handled by a dedicated architect or a team lead?

Middle+
147

What salary expectation do you currently consider when reviewing a job offer?

Middle+
144

Is there the same restriction in RPC on the presence of a resource in the path as in REST?

Senior
140

What is OpenTelemetry (OTel), why is it needed, and what does it look like?

Senior
140
/4