Frontend
What is the reduction in server load when using CSR compared to SSR?
How to determine the shortest distance from the user's geolocation to a given point?
Have you ever worked with Profiler in React DevTools?
How was the process of code validation and code review organized, including cross-team review?
What is the difference between == and === in JavaScript? What will '1' == 1 return?
Is it better to use a component or a directive to implement a button in UI Kit Angular 19? Why?
Why are you considering changing jobs and what do you expect from a new place?
What happens if an exception is thrown by analytics during a click event: will the profile be saved? How to make sure analytics failure does not block the main user scenario?
What happens after calling `setLoading(true)` and how will the component behave during this?
What does the git cherry-pick command do?
What motivates and demotivates you at work?
How are tasks set, decomposed, and distributed in the team?
How to conceptually organize unified routing in micro frontends?
What can be configured in ESLint and which plugins or configs are used?
How would you start migrating an application from Vue 2 to Vue 3?
What is the minimum comfortable salary level for you?
Do you use CSS or preprocessors? Which is better: plain CSS or a preprocessor? Where can loops be applied in a preprocessor and what are its disadvantages?
What is the minimum set needed to properly evaluate and take on a task?
What is Canvas, how does it work, and what difficulties arise when working with it on the frontend?
Where were the Playwright tests located: in the same repository or separately?