Skip to content
View SIvan800's full-sized avatar

Block or report SIvan800

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.

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

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

Report abuse
SIvan800/README.md

👋 Hi, I'm Sivan

🎓 CS student (3rd year) at Ben-Gurion University
💻 Experienced in Java, C++, Python, TypeScript
🚀 Background as a System Engineer in satellite operations, combining real-time mission work with software development

🔧 Skills

Languages: Java, C++, TypeScript, Scheme, Python, XML
Focus: Data structures, algorithms, interpreters
Tools: Git, Docker, Linux, CI/CD, Node.js, SQL, MATLAB

Pinned Loading

  1. STOMP-Messaging-Service STOMP-Messaging-Service Public

    Java & C++ academic project implementing a STOMP-based messaging system with multi-threaded Java server (TPC/Reactor) and concurrent C++ client.

    C++

  2. FusionSLAM-Microservices FusionSLAM-Microservices Public

    Concurrent microservices framework and Fusion-SLAM robot simulation (Java, BGU)

    Java

  3. SkipList-Hashing-DataStructures SkipList-Hashing-DataStructures Public

    Java implementations of advanced data structures and algorithms: Indexable Skip List with Rank/Select, universal hash functions (Carter–Wegman, DHKP), hash tables (chaining & linear probing), and a…

    Java

  4. DynamicSet-CustomDataStructures DynamicSet-CustomDataStructures Public

    Java implementations of advanced data structures. Includes a Dynamic Set ADT (with search, insert, delete, successor, predecessor, min, max), extensions of arrays, linked lists, and AVL trees, and …

    Java