Skip to content
View SamiiShabuse's full-sized avatar
:shipit:
Hustling
:shipit:
Hustling

Highlights

  • Pro

Block or report SamiiShabuse

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.

Content in all repositories owned by your account will be closed.
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
SamiiShabuse/README.md

Samii Shabuse

Software engineering student building toward quant software engineering.

I am shaping my work around C++, systems programming, concurrency, algorithms, simulation, and performance. I am not presenting every repo here as finished portfolio work. The goal is to show both completed technical evidence and the low-level/quant track I am actively building.

What Is Ready To Review

Project Focus Signal
CS361 Homework 8 C++ concurrency Parallel search using worker threads, a channel abstraction, atomics, and producer-consumer output.
CS361 Homework 7 C++ concurrency Producer/worker structure and channel-based coordination.
TermiDo C systems practice Modular C CLI project with Makefile structure, command handling, file persistence, and educational encryption.
Creator Intelligence Recommender System Ranking and evaluation End-to-end recommender pipeline with baselines, hybrid modeling, reproducible metrics, and documentation.
Multimodal Fashion Search Engine Retrieval and experimentation Completed deep learning retrieval project with TF-IDF baseline comparison and final report artifacts.

Active Build Track

These repos show where I am aiming next. They are intentionally labeled as in progress.

Project Current State Next Useful Milestone
Quant SWE Prep Early C++ practice track with foundational projects started. Build a real order book simulator, latency timer, and simple backtester.
Compiler for Rust In-progress compiler coursework workspace; not finished. Complete parser coverage, IR output, SSA/optimization requirements, and examples.
SamiiOS OS learning notes and roadmap; no serious kernel implementation yet. Add a minimal bootable QEMU milestone with documented build/run commands.

Quant SWE Fundamentals I Am Building

  • C++: data structures, memory, concurrency, performance measurement
  • Systems: C, Rust, compilers, OS fundamentals, process/shell concepts
  • Quant engineering: market mechanics, order books, simulation, backtesting, probability
  • Data work: Python, ranking metrics, reproducible experiments, model evaluation

Current Priority

The next step is to turn the active build track into stronger proof: one complete C++ order book/backtester, one finished compiler milestone, and one bootable OS milestone. I would rather make those projects real than oversell scaffolding.

Pinned Loading

  1. Creator-Intelligence-Recommender-System Creator-Intelligence-Recommender-System Public

    Recommendation system for Instagram content strategy using collaborative, content-based, and hybrid ranking models.

    Jupyter Notebook

  2. CS361_Homework8 CS361_Homework8 Public

    C++ parallel search assignment using worker threads, channels, atomics, and producer-consumer output.

    C++

  3. Multimodal-Deep-Learning-Search-Engine-for-E-commerce-Fashion Multimodal-Deep-Learning-Search-Engine-for-E-commerce-Fashion Public

    Fashion product retrieval system comparing TF-IDF search with a multimodal dual-encoder.

    Jupyter Notebook

  4. Find-My-Ride Find-My-Ride Public

    Forked from bookwalamustafa/Find-My-Ride

    A Ride Sharing Application For University Students

    Kotlin

  5. Compiler-For-Rust Compiler-For-Rust Public

    In-progress Rust compiler coursework workspace with tokenizer, parser, IR, and backend structure.

    Rust

  6. CS361_Homework7 CS361_Homework7 Public

    C++ concurrent search project using producer and worker components with a channel-based design.

    C++