Sobes.tech

What is important to you when choosing a new company? What are the key criteria?

Middle
Лига Цифровой ЭкономикиЛига Цифровой Экономики
38

Tell about your experience: what interesting projects have you done, what difficult problems have you solved?

Middle+
Ifellow
38

Have you worked with anything besides the React stack?

Middle
ИРИ
38

How is the interaction with analysts and product managers built when setting tasks?

Middle+
wb
38

[name] asked: how do primitives differ from non-primitives? What is pass by reference and pass by value?

Middle
OZONOZON
38

Is it possible to make finally execute again (with the number 10), without changing the code order, but by adding something inside the function?

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

What have you worked with the most? Which libraries or fields?

Middle
Ifellow
38

What is your experience with FSD (Feature-Sliced Design)? Do you think everyone needs it?

Middle
Voximplant
38

What bundler did you use in the project? You mentioned optimizing Webpack — was it the main bundler?

Middle
IBIT
38

Does it make sense to use useMemo or useCallback for a function that returns JSX?

Middle
WB банк
38

What is the difference between state and props?

Middle
Веза
38

How to bypass CORS without changing the original server and client?

Senior
Type
38

Everything is done correctly: the backend set an HTTP-only cookie. But when refreshing the page, the cookie is lost. What could be the problem?

Middle
Первый оптовый
38

What are 'agents' in the described product?

Middle
ДИТ Москвы
38

What is a monorepo and are you familiar with this approach?

Middle
ИРИ
38

What level do you assign to yourself — middle, middle+, senior?

Middle
Лига Ставок
38

import { useState, useEffect } from 'react'; export default function App() { console.log('1'); useEffect(() => { console.log('2'); }, []); return <Child />; } function Child() { console.log('3'); useEffect(() => { console.log('4'); }, []); return <div>Bcraft</div>; }

Middle
BCraft
38

What are you looking for in a new job, what do you pay attention to?

Middle
А7-Технологии
38

/ ** * You need to write an asynchronous function, * which will "sleep" for a specified number of milliseconds, * and then successfully complete * / function sleep(duration) { } // Example const startTime = Date.now(); console.log("start sleeping..."); sleep(2000).then(() => { console.log("Woke up after 2 seconds!"); console.log("Time passed: ", Date.now() - startTime); }); sleep(1000).then(() => { console.log("Woke up after 1 seconds!"); console.log("Time passed: ", Date.now() - startTime); });

Middle
Яндекс
38

Which task was not immediately easy, and required some effort?

Middle
Ifellow
38
/292