Galliamova Nadezhda

Frontend Developer (JavaScript / React) I have experience working with Git, Figma, APIs, and integrating payment and service solutions. I have completed course in web development at Yandex Practicum. I am a quick learner, good team-player, and focus on the quality of product and user experience. I am looking for a position as a front-end developer using React and JavaScript. I am open to new challenges and professional growth in a strong team.
Contacts
Experience
4px Agency | Junior Developer | from 04.2024 |
Store 'Krukonogi-titanium' | Wordpress Administrator | 05.2020 - 11.2024 |
Skills
-
Programming languages: JavaScript, Typescript
-
Technologies: HTML, CSS, React, Redux
-
Languages: Russian - native speaking, English - B2, German - B2
Education
Web-developer
Yandex Practicum
Bacic JavaScript
Result University
Master of Metallurgie
Ural State Technical University
Code example
export default function Game() { const dispatch = useDispatch(); const playAgain = () => { dispatch({ type: RESTART_GAME }); }; return <GameLayout playAgain={playAgain}/>; }