Skip to content
View SamuraiSanch's full-sized avatar
🖤
🖤

Block or report SamuraiSanch

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
SamuraiSanch/README.md

Hey, I'm Oleksandr 👋

C++ Developer from Ukraine 🇺🇦
Master's student in Computer Engineering @ Lviv Polytechnic National University
Building things with C++, focused on client–server systems, databases, and multithreading.


🛠 Tech Stack

Languages

C++CCMakeBash

Frameworks & Libraries

QtSQLiteOpenCVSTL

Tools & OS

GitVisual StudioVS CodeLinuxWindows


🚀 Projects

ProjectDescriptionStack
Blacksmith's VaultInventory management system with layered architecture, Repository & Singleton patterns, transaction-safe SQL operationsC++17, SQLite3, CMake
Pizza Delivery SimulatorMultithreaded restaurant simulation — 7+ threads, mutex, condition_variable, Producer-Consumer patternC++11
Student Management SystemConsole CRUD app with STL containers, lambda sorting, statistics, CSV persistenceC++11
Hotel-Restaurant SystemClient-server system with DB integration and computer vision module for people detection via IP camerasQt, C++, SQLite, OpenCV, YOLOv5

📊 GitHub Stats


⚔️ Codewars

Codewars Badge

📬 Contact

GmailTelegram

Pinned Loading

  1. Blacksmiths-VaultBlacksmiths-VaultPublic

    A fantasy blacksmith shop management system — track weapons, suppliers and orders with C++17 and SQLite3

    C 1

  2. Pizza-DeliveryPizza-DeliveryPublic

    Multithreaded pizza delivery simulator in C++ using std::thread, mutex and condition_variable.

    C++ 1

  3. Student-Management-SystemStudent-Management-SystemPublic

    A modular console-based student management system implemented in C++11, showcasing STL containers, custom sorting with algorithms, data persistence in CSV format, and structured application archite…

    C++ 1

  4. BlackjackBlackjackPublic

    A simple console-based Blackjack (21) game written in C++ using standard library features. The game simulates a deck of cards, shuffling, player/dealer turns, and win/lose logic based on classic Bl…

    C++

  5. Hangman-gameHangman-gamePublic

    A simple terminal-based Hangman game written in C++ implementing random word selection, letter guessing logic, and a limited attempts system.

    C++

  6. Matches-GameMatches-GamePublic

    Console implementation of the "100 matches" game in C++ with input validation and random AI.

    C++