
Kargin Yuri, Frontend Developer
About
About me
02Junior developer with foundational experience in JavaScript and frameworks like React and Next.js. I am consistently striving to improve my skills, learn new programming approaches, and deepen my understanding of development. Known for attention to detail and willingness to tackle challenges of varying complexity. I am open to learning and aim to grow professionally within a team where I can develop and contribute meaningfully.
Skills
03- HTML
- CSS / SASS / Tailwind
- JavaScript
- Git / GitHub
- React (basic)
- Next.js (basic)
- Prisma
- Figma
Code Example
04const expect = (val) => {
return {
toBe: (value) => {
if (val === value) {
return true;
} else {
throw Error('Not Equal');
}
},
notToBe: (value) => {
if (val !== value) {
return true;
} else {
throw Error('Equal');
}
},
};
};
My projects
05Education and courses
06Languages
07- English - B1
- Russian - Native