You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

26 lines
822 B

---
title: Обо мне
description: I'm a Full Stack Developer experienced with TypeScript, React and Next.js.
---
```ts title="Pavel.ts"
type Pavle = Наставник & Учитель & Тренер;
const pavel: pavel = {
name: 'Павел Красников',
location: 'Краснодар',
occupation: {
title: 'Преподователь робототехники, информатики',
institution: 'МАОУ СОШ 103 г.Краснодар',
},
languages: ['TypeScript', 'JavaScript', 'Python', 'C++/C'],
technologies: {
frontEnd: ['React', 'Svelte'],
backEnd: ['Node.js', 'Express.js'],
fullStack: ['Next.js', 'SvelteKit'],
stateManagement: ['Zustand', 'React-Query'],
testing: ['Vitest', 'Jest', 'Playwright', 'Storybook'],
css: ['TailwindCSS'],
},
};
```