Skip to content
View theoxfaber's full-sized avatar

Highlights

  • Pro

Block or report theoxfaber

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

Theo Faber

Software Engineer | Systems & Web3

I am a software engineer focused on designing and building high-performance, architecturally dense systems. I specialize in systems-level programming with Rust, asynchronous runtimes (Tokio), and deterministic execution environments, primarily within the Web3 and DeFi sectors.

My engineering philosophy centers on rigorous performance optimization, memory safety, and building scalable foundations from the ground up.


🛠️ Core Technologies

  • Systems & Backend: Rust, C++, Python
  • Runtimes & Frameworks: Tokio, Axum, Node.js
  • Web3 Ecosystem: Solana (Anchor, RPC), Ethereum (EVM, revm, Flashbots)
  • Infrastructure: Docker, Linux, SQLx, WebSockets

🏗️ Featured Projects

Distributed Systems & DeFi

  • arbitrage-bot
    A pure Rust, high-frequency statistical arbitrage simulator. Implements a lock-free DashMap orderbook processing sub-millisecond WebSocket feeds (Binance/Bybit) and a native Rust ML heuristic classifier for gap detection.
  • mev-arbitrage-bot
    An Ethereum MEV execution engine. Utilizes Bellman-Ford negative-cycle detection for multi-hop DEX arbitrage, integrated tightly with revm for local EVM state simulation and Flashbots bundle submission.
  • SolVault (formerly WebWallet)
    A non-custodial, highly secure Solana terminal wallet built natively in Rust. Features BIP39 mnemonic generation, SLIP-0010 ed25519 HD derivation, and AES-256-GCM encrypted local storage using Argon2id key derivation.
  • solana-defi-sim
    A Solana DeFi execution engine featuring an Anchor-based PDA gatekeeper protocol and asynchronous Python simulation agents testing cross-program invocations (CPIs).

Systems Tooling

  • replay-proxy
    A deterministic HTTP traffic recorder and replay engine written in Rust, leveraging Tokio for low-level TCP/HTTP parsing and deterministic test environment creation.
  • filemind
    A zero-network, local file organizer written in Rust utilizing a deterministic 3-tier classification system.

"Building robust abstractions requires a fundamental mastery of the execution layer."

Pinned Loading

  1. arbitrage-bot arbitrage-bot Public

    A high-performance paper trading simulator that detects real-time cryptocurrency arbitrage opportunities across Binance and Bybit. Built with a Rust/tokio WebSocket engine at the core, because Pyth…

    Rust 1 1

  2. mev-arbitrage-bot mev-arbitrage-bot Public

    A production-grade MEV arbitrage engine for Ethereum, written entirely in Rust. Discovers multi-hop arbitrage opportunities via Bellman-Ford negative-cycle detection, simulates trades locally using…

    Rust 1 1

  3. filemind filemind Public

    🧠 Deterministic, content-aware file organizer, zero AI, zero network, single Rust binary. 3-tier classifier with explainable confidence scores, full undo, and TOML config.

    Rust 1

  4. SolVault SolVault Public

    A non-custodial Solana terminal wallet built entirely in Rust. Manage keys, send SOL, and interact with the Solana blockchain from the command line.

    Rust 1

  5. solana-defi-sim solana-defi-sim Public

    A high-fidelity Solana DeFi execution engine for stress testing market cycles. Features an Anchor-based PDA gatekeeper, asynchronous Python simulation agent with a live metrics dashboard, and a res…

    Python 1

  6. Rocket.Chat Rocket.Chat Public

    Forked from RocketChat/Rocket.Chat

    The communications platform that puts data protection first.

    TypeScript