Sobes.tech

How does ClickHouse find the relationship between columns?

Middle+
Магнум
29

What is the difference between a heap and a stack?

Senior
Магнум
29

What is the name of the WITH ... AS (...) construction on line 84 of the query?

Middle
СитиДрайвСитиДрайв
29

How comfortable is full remote work?

Senior
Flant
29

What does ld, rd := 1<<62, 1<<62 mean in the context of an algorithm?

Senior
Pasul LTD
29

How to optimize a transaction with a row lock under high load (bottleneck problem during registration via invite code)?

Senior
Не указано
29

Is there experience writing programs with multithreading and asynchronous operations? Has there been support for developing distributed systems?

Middle+
Яндекс
29

Tell me about Legion, what did you do there, what kind of team was it?

Middle+
МВидеоМВидео
29

What is a data race?

Senior
ТехзорТехзор
29

How do you approach architecture design? Where do you start?

Senior
VK Live
29

// When updating an order, we need to send order data to multiple services (third-party APIs) // the number of services is growing (may be thousands+) // we wrote code, initially everything was fine, but over time our service started consuming a lot of memory func (s *orderService) SendOrder(ctx context.Context, hosts []string, order Order) { for i := 0; i < len(hosts); i++ { go func() { // Imagine this is a long network call response, err := s.httpClient.Send(ctx, hosts[i], order) if err != nil { s.logger.Error(ctx, "failed to send", err) return } s.logger.Info(ctx, "success", response) }() } }

Middle+
Lenta Tech
29

Mutex or channels — when to use what?

Senior
Финтехробот
28

What did the user update request look like at the service level?

Middle+
МВидео/эльдорадо
28

Tell me about graceful shutdown: what is it, what happens during it, how is it invoked? What processes does the service perform in Kubernetes after receiving SIGTERM?

Middle
АО Медиа Эффект
28

What are StatefulSets responsible for and when are they used?

Senior
VKVK
28

Have you written dashboards in Grafana?

Middle
АО Медиа Эффект
28

How to speed up query execution?

Senior
I-teco
28

What are your salary expectations?

Senior
X5
28

How are messages sent to users processed when they are offline?

Senior
Яндекс
28

What algorithm does the Go Garbage Collector use? How does it work in general?

Senior
ВайлдберрисВайлдберрис
28
/404