Where do the numbers and metrics in your resume come from?
Frontend
Why did you decide to switch to FSD and what problems was it supposed to solve?
Is it possible to replace value and input handler with v-model and how to implement it?
Какой самый сложный компонент вы разрабатывали и документировали в Storybook?
Describe how interactive homework assignments were organized: JSON configurations, components, and their rendering?
What does LCP (Largest Contentful Paint) mean to you?
What was the specific goal behind the metric of increasing the number of exercises per user by 2–3%?
How to pass all HTML attributes, including required, from a custom Vue component to a nested native input?
The summary states that the task creation time was reduced from 11 to 4 minutes. What did not change during this process?
Why was JSDoc used in one of the projects instead of a full TypeScript? Why wasn't the transition initiated?
What questions do you have for us regarding the team, tasks, and processes?
Who developed the rendering engine?
How was interaction between entities, domains, and layers organized in FSD?
In the form, pressing Enter causes the page to reload. Configure the submit handling without reloading and make the field validation mandatory.
What is the HTML attribute for lazy loading images and what are its values?
Why should default values for array or object props be set using a function instead of a static value?
How to implement binding of the custom input value with the model: through value/input or v-model?
Who worked on the JSON configuration structure?
What exactly did you change to improve performance?
What real cases and anti-patterns can lead to slow LCP?