Sobes.tech

In Vue task: what will be displayed in the template when using watch without the immediate flag?

121

What props did you make for components in the design system? Did you lay down props for the future or only what is needed now?

119

Live coding task: develop a cloud cost calculator in Vue 3 with TypeScript. Load tariffs from API, select service (compute/storage), select tariff, period (hourly/daily), quantity, calculate total cost.

119

What difficulties arise when working with micro-frontend architecture and Module Federation in your project?

119

async function f(result = 1) { let promiseB = new Promise(resolve => { setTimeout(() => resolve("1e"), 200) }); let promiseA = new Promise(resolve => { setTimeout(() => resolve("ab"), 1000) }); result += await promiseA; result += await promiseB; alert(result); // ? } f(null);

119

What is the purpose of watchEffect? How does it differ from watch?

117

How much time do you need to complete the transition from your previous job?

116

Tell me, why did you decide to write and talk to us again?

112

FIFO and LIFO: what are they, how does the Call Stack work, and what are microtask and macrotask queues?

101
/7