Sobes.tech

Can the call stack overflow? If yes, why?

Middle
Ростелеком
39

Why is a state manager needed? How does it differ from React Context?

Middle
ОТП БанкОТП Банк
39

fetchAll(['url1', 'url2'], (results) => { console.log('Data for all links', results); }); function fetchAll(urls) { const promises = urls.map((url) => { fetch(url).then((res) => res.json()) }) const data = Promise.all(promises).then((response) => { if (!response.ok) { throw new Error('error') } return response }) console.log(data) }

Middle
WildberriesWildberries
39

What browser APIs are important for reproducing HLS/DASH in the browser?

Middle
Хайерлаб
39

What does the server return to the browser after a request, including the page itself?

Middle+
Сибилтек-софт
39

Do you have experience transitioning from Vue 2 to Vue 3? Tell me how it went, what difficulties you faced.

Middle
Пикварио технологии
39

What is the difference between Yup and Zod?

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

Have there been cases when two consumers connected to the same Kafka topic?

Middle
ООО Медиа технологии
39

How did you store and reuse common logic, especially business logic, between micro frontends? Who maintained it?

Middle
Pac Group
39

What principles does NGRX operate on? What does this mechanism consist of, and how does it work?

Middle
AstonAston
39

How ready are you to return to a previous task upon discovering defects during a deep focus on one task? How do you handle frequent context switching?

Middle
АЙ-ТЕКОАЙ-ТЕКО
39

What is the difference between interface and type in TypeScript?

Middle+
Додо пицца
39

// Promise.resolve() // .then(() => console.log(1)) // // .then(() => console.log(2)) // // Promise.resolve() // .then(() => console.log(11)) // // .then(() => console.log(22)) //

Middle
Сбермаркетинг
39

Tell me about your current position and tech stack.

Senior
Nebuly
39

In terms of UI — working with data, graphics, tables, advanced interfaces, forms — is there anything from the latest?

Middle
МВидеоМВидео
39

What goes into the microtask queue? Name browser Observer APIs besides MutationObserver.

Middle
News Media Holdind
39

What led you to the market and what motivated you to consider new offers?

Middle
01.tech
39

How to prevent double charging on a repeated request (idempotency)?

Middle
TokenTech
39

What are the pros and cons of a custom UI kit?

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

Have you had to dig deep into linter settings? What aspects did you configure — plugins, syntax rules, auto-correction?

Middle
МВидеоМВидео
39
/292