Frontend
// === 2 === // implement type type User = any;
Для чего нужен CDN (Content Delivery Network)?
What is the architectural pattern MVC?
How to avoid the 'flash of unstyled content' (FOUC) problem when developing web applications?
What are the differences between Shadow DOM, Virtual DOM, and regular DOM?
What types of inputs exist in HTML?
What is the structure of a table in HTML?
How are CSS sprites implemented on a page or website?
Is it possible to use CSS Grid and Flexbox together?
Your branch is behind dev because another developer has already merged their changes. How to update your branch and resolve conflicts?
Tell me about yourself.
What event is triggered when a form element loses focus?
Why is it important for a frontend developer to know algorithms and be able to evaluate their complexity?
What is functional programming?
What is the difference between the created and mounted hooks in Vue.js?
What does the 'type' attribute with the value 'submit' mean in HTML?
What sections does a Vue component consist of?
List the lifecycle methods of a component.
How do floating elements (floats) work in CSS?
What is feature detection in browsers?