Front-end developer's page
const name = 'Wladyslaw Artsiukh';
const code = () => {
return 'Hello, my name is Wlad and I'm a front-end developer. I'm from Belarus but now living in Poland. I'm creating different websites using pure js and for SPA React and Redux. You can see a few of them in my #portfolio';
}
const skills = () => {
return 'I am trying to improve my code skills everyday, find out new variants for solving code problems. At this moment I have good skills at : TypeScript, React, Redux, node, monoDB.';
}
Current project
Pizza store
The frontend part was written with react and backend with node.js and mongoDB as DB. The app includes: components, pages, sorting, searching, pagination, filtering, popup windows, etc. Interaction with the backend, backend requests. Design pages navigation without reloading. A global data stores for the entire applications. Strongly typed code in TypeScript. LocalStorage to store sites settings. Lazy Loading (lazy loading) + debounce (optimization for finding pizzas). Optimized components redraws/renders, code splitting (separating code into specific JS files), and JS file tracking.
Worked with: TypeScript React, React-router v6 Redux toolkit HTML5 SCSS REST API, axios, node mongoDB mongoose express postman
New projects
Excel app
It's a small copy of excel where you can change size of the columns and rows, select cell or cells with holding shift key, change style of the cell's content
Technologies: This app was written with js and bundled by webpack OOP principles Components BLL and UI (Flux architecture) Styles with scss
Pizza store
The frontend part was written with react and backend with node.js and mongoDB as DB. The app includes: components, pages, sorting, searching, pagination, filtering, popup windows, etc. Interaction with the backend, backend requests. Design pages navigation without reloading. A global data stores for the entire applications. Strongly typed code in TypeScript. LocalStorage to store sites settings. Lazy Loading (lazy loading) + debounce (optimization for finding pizzas). Optimized components redraws/renders, code splitting (separating code into specific JS files), and JS file tracking.
Worked with: TypeScript React, React-router v6 Redux toolkit HTML5 SCSS REST API, axios, node mongoDB mongoose express postman