Sobes.tech
Middle+

Tell us about your experience working with Vue 3 and frontend development in general.

sobes.tech AI

Answer from AI

In working with Vue 3, I used the Composition API, which significantly improves the organization and reuse of logic compared to the Options API. This allows for creating more modular and readable code.

I also employed reactive variables (ref, reactive), computed properties (computed), and change tracking (watch). I used Vue Router for routing and Vuex (or Pinia) for state management.

In frontend development, I am generally familiar with HTML5, CSS3 (including preprocessors like SCSS), JavaScript (ES6+), TypeScript. I have worked with REST API, Axios for requests, as well as build tools (Webpack, Vite).

My experience includes performance optimization, responsive design, working with components and their testing (e.g., with Jest and Vue Test Utils). I am also familiar with CI/CD principles and deploying frontend applications.