Frontend
What is the difference between toRef and unref?
What does an ideal candidate look like after the probation period, and what are the criteria for successful completion?
Do you read anything about frontend — books, podcasts, channels?
Is it correct that for a standalone approach, inject is more suitable than constructor parameter injection? Why?
What is strict mode in JavaScript? Do you know the difference between script and module?
What ways do you know for creating microtasks? What generally constitutes microtasks?
Case: it is necessary to implement smooth animation of a car on the map. Telemetry (latitude, longitude, angle) comes twice a second, the car jumps between coordinates. How would you implement this?
Given an array of directed roads (graph), guaranteed to have no cycles. How can you reach from point 1 to point N?
What could be the reasons for a long white screen during SSR (Nuxt)? How to diagnose and solve the problem of high Time to First Byte?
Почему Next.js не нужен для админок?
What is the keyword satisfies in TypeScript? When and how is it used?
What is composable essentially from the perspective of the language? (closure)
You branched off from develop, but develop has moved forward. How do you update your branch to the current state of develop? What is rebase?
Vue 2 and Vue 3: what architectural limitations of Vue 2's reactivity forced Evan You to rewrite the engine using `Proxy`?
What will a regular user see if they insert this layout into a plain HTML document? (an outer div with a red border across the full width, height 100px, inside a square 100x100 with green borders)
What should be done if Redis overflows under high load?
// TODO: Implement your own solution according to the description in README.md instead of the example below.
What exactly did you do in configuring GitLab CI/CD? Did you set up pipelines for linting and testing?
Why is using array index as a key an anti-pattern in React?
How to determine the shortest distance from the user's geolocation to a given point?