Skip to content

Commit

Permalink
Add pet projects
Browse files Browse the repository at this point in the history
  • Loading branch information
Leyla Kandalova committed Oct 12, 2023
1 parent 16f454e commit 6c0a7e9
Showing 1 changed file with 35 additions and 5 deletions.
40 changes: 35 additions & 5 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,8 @@ <h2>Skills and Qualifications</h2>
<li>&#x2705; Experienced in Scrum methodologies</li>
<li>&#x2705; Worked collaboratively with cross-functional teams in multicultural environments</li>
<li>&#x2705; Fluent in English at a B1+ level</li>
<li>&#x2705; Managed communication inside project</li>
<li>&#x2705; Addresed issues unrelated to direct responsibilities but falling within the purview of the customer's team</li>
</ul>
</section>

Expand All @@ -76,7 +78,7 @@ <h2>Tech Stack</h2>
<span>Typescript</span>
</div>
<div class="card--techstack">
<span>Node.js</span>
<span>Node.js, Express.js</span>
</div>
<div class="card--techstack">
<span>OData</span>
Expand Down Expand Up @@ -136,6 +138,9 @@ <h2>Work History</h2>
<li>Simplified some JS methods</li>
<li>Developed a custom locking mechanism to prevent multiple users from editing the same object at the same time for business needs</li>
<li>Analyzed the capabilities of the framework with the help of documentation and source code and the differences in its version for the needs of the customer</li>
<li>Conveyed technical information in a clear and understandable manner to business</li>
<li>Managed communication between the customer's project and the customer's development team</li>
<li>Addresed issues unrelated to direct responsibilities but falling within the purview of the customer's team</li>
</ul>
<p class="p--small">VS Code, NPM, Bitbucket, Jira, Confluence, SAP Fiori tools, SAP Fiori, SAPUI5, JavaScript, OData, XML</p>
</div>
Expand Down Expand Up @@ -179,6 +184,8 @@ <h2>Work History</h2>
<li>Created all the animation on the portal (parallax effects) from figma</li>
<li>Organization of work of localStorage, Proxy, Middleware, Route</li>
<li>Responsive Web Design</li>
<li>Working with strict deadlines for a government client, overtime</li>
<li>Internationalization, routing</li>
</ul>
<p class="p--small">WebStorm, NPM, Yarn, Chrome Dev Tools, Jira, Figma, HTML, JavaScript, CSS, Git, Vue,js, Nuxt.js, TailWind, TypeScript
</p>
Expand All @@ -201,6 +208,10 @@ <h2>Work History</h2>
<li>Implemented a calculator algorithm with custom math functions (rpn notation)</li>
<li>Expanded the functionality of existing components</li>
<li>Configured bubbling of events</li>
<li>Simple WebSocket Integration on the client side</li>
<li>Integration of Yandex's speech recognition tools on the client side</li>
<li>Indirect responsibilities: making changes to PHP code without prior knowledge to fix a bug</li>
<li>Indirect responsibilities: generation HTML docs for printing</li>
</ul>
<p class="p--small">WebStorm, NPM, Yarn, Chrome Dev Tools, Jira, Figma, HTML, JavaScript, CSS, Git, Vue,js, Nuxt.js, TailWind, TypeScript</p>
</div>
Expand All @@ -216,12 +227,31 @@ <h2>Work History</h2>
</section>

<section class="section--page">
<h2>Projects and accomplishments</h2>
<!-- <h2>Projects and accomplishments</h2> -->
<h2>Some of pet projects</h2>
<div class="card--project">
<a href="./pages/project1.html"><span>&#11088; </span>Documentation website</a>
<a href="https://github.com/kandalova/node-mentoring-introduction"><span>&#11088; </span>Node.js mentoring program from EPAM</a>
</div>
<div class="card--project">
<a href="./pages/project1.html"><span>&#11088; </span>Documentation website</a>
<a href="https://github.com/kandalova/node-mentoring-shop"><span>&#11088; </span>Express application for online shop (in progress)</a>
</div>
<div class="card--project">
<a href="https://github.com/kandalova/node-file-manager"><span>&#11088; </span>Node.js file manager</a>
</div>
<div class="card--project">
<a href="https://github.com/kandalova/digital_resume"><span>&#11088; </span>This digital resume</a>
</div>
<div class="card--project">
<a href="https://github.com/kandalova/react-fundamentals"><span>&#11088; </span>React mentoring progrmam from EPAM</a>
</div>
<div class="card--project">
<a href="https://github.com/kandalova/js-fe-concepts"><span>&#11088; </span>Some js concepts</a>
</div>
<div class="card--project">
<a href="https://github.com/kandalova/react_task_tracker"><span>&#11088; </span>React task tracker</a>
</div>
<div class="card--project">
<a href="https://github.com/kandalova/react_tic_tac_toe"><span>&#11088; </span>React tic-tac toe</a>
</div>
</section>

Expand All @@ -241,4 +271,4 @@ <h2>Education</h2>
<div class="line-break"></div>
</div>
</body>
</html>
</html>

0 comments on commit 6c0a7e9

Please sign in to comment.