Skip to content
View pavelhalanin's full-sized avatar

Organizations

@ooodepa @BrSTU-PO4-190333 @kungconsulting

Block or report pavelhalanin

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
pavelhalanin/README.md

1. Full Name

Pavel Halanin

Middle Software Engineer

Work Experience 3 year

(JavaScript, React, React Native, Next.js, Node.js, NestJS, PHP, REST API, SwaggerUI, Docker, Git)

2. Contact information

3. Brief Self-Introduction

Software Engineer with 3 years of commercial experience, graduated with honors in Software Engineering. Began my career at DE-PA, then joined ATLANT, where I was promoted to Software Engineer 2nd Category within two years. Tech stack: JavaScript, React, React Native, Next.js, Node.js, NestJS, PHP, REST API, SwaggerUI, Docker, Git. Seeking a Middle Software Engineer position in a professional team with opportunities for further growth.

4. Skills

  • programming languages: JavaScript, PHP8, SQL, TypeScript
  • frameworks: React, ReactNative, NextJS, NestJS
  • state manager: Zustand
  • methodologies: ARIS, UML
  • version control systems: Git, SVN, GitHub, GitLab
  • IDE: VS Code
  • Package Managers: npm, yarn
  • Debugging Tools: Chrome DevTools
  • Operating Systems: Windows, Linux
  • API Testing: Postman, SwaggerUI
  • Markup & Documentation Languages: HTML5, CSS3, MarkDown, LaTeX, JSON
  • Databases: MySQL, Oracle, SQLite, DBF, Supabase
  • Containers & Virtualization: Docker, docker-compose
  • Design: Figma, Photopea, Adobe Photoshop
  • Hosting & Server Management: cPanel, ISPmanager, Hoster.by, Login.by
  • AI & Local Models: Ollama
  • DevOps & Infrastructure: Apache, WAMP, nginx

5. Code Examples

function getCardId(value) {
    const ARRAY_RANK = ['A', '2', '3', '4', '5', '6', '7', '8', '9', '10', 'J', 'Q', 'K'];
    const ARRAY_SUIT = ['♣', '♦', '♥', '♠'];
    const RANK = `${value}`.replace(/[]$/, '');
    const SUIT = `${value}`.replace(/[^]/g, '');
    const RANK_ID = ARRAY_RANK.indexOf(RANK);
    const SUIT_ID = ARRAY_SUIT.indexOf(SUIT);
    return RANK_ID + 13 * SUIT_ID;
}

6. Work Experience (3 year)

ZAO ATLANT, Minsk (2 year 2 month)
2nd category Software Engineer
December 2025 - present
Software Enginer
June 2024 - December 2025
OOO DE-PA, Brest (1 year)
Software Enginer
June 2023 - December 2024

7. Education

Class C 🚚
Class B 🚗
Class Am 🛵

Education

Brest State Technical University, Brest (4 year)
September 2019 - June 2023 (4 year)
Diploma of Higher Education with Honors
Specialty: Information Technology Software (Программное обеспечение информационных технологий)
Qualification: Software Engineer (инженер-программист)

Courses

RS School, Online (0.5 year)
[Stage 0.5] JS/FE Summer bootcamp 2026Q2
01.06.2026 - 03.09.2026
[Stage 3] React 2026 Q2
27.04.2026 - 21.07.2026
[Stage 0] JS/FE Pre-School 2026 Q1
16.03.2026 - 08.05.2026
IT Shark, Brest
2018 - 2019
Brest State Technical University

8. English Language

About English

I read, I speak fluently. I've been practicing English for 12 years.

Other languages

  • Russian - native Landuage
  • Belarusian - native Landuage

Pinned Loading

  1. ozon-seller-database ozon-seller-database Public

    Парсинг ozon.ru. Скачивание карточек продавца себе в JSON файлы и базу данных sqlite.

    PHP

  2. ooodepa/parser_api-seller.ozon.ru ooodepa/parser_api-seller.ozon.ru Public

    Рабочий парсер OZON-продавца. Выгрузка данных по API себе в JSON и SQLite на чистом PHP используя документацию https://docs.ozon.ru/api/seller/

    PHP 1

  3. grp.nalog.gov.by_api grp.nalog.gov.by_api Public

    API Государственного реестра плательщиков для получения данных по УНП на чистом HTML/CSS/JS

    JavaScript

  4. api.nbrb.by api.nbrb.by Public

    API Национального Банка Республики Беларусь на чистом HTML/CSS/JS

    JavaScript