Jeremy Arde

projects

  • Blackball

    A card game similar to hearts. Players are dealt cards and bid on how many hands they can win.

    Technology

    Website built with Dioxus (Rust UI framework). Server built with in Rust (axum, tokio). Website connects to the server via websocket, server handles game logic, syncing between players and validates moves.

    Blackball
  • Screen Recorder

    A screen recording app, for recording yourself and the desktop at the same time.

    Technology

    Built with rust using egui, gstreamer and ffmpeg.

    Screen Recorder
  • Uptime Monitor

    A simple uptime monitor for websites.

    Technology

    Build in rust using axum, tokio, sqlx and sqlite.

    Uptime Monitor