Skip to content
View Bruce188's full-sized avatar

Highlights

  • Pro

Block or report Bruce188

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

Bruce

Student at Odisee University College

Specializing in Data & AI, System & Business Analysis, and System Administration Additional coursework in Networking & Cybersecurity and Advanced Software Development

Certifications

  • CCST Networking (Cisco)

Technologies & Tools

C# .NET ASP.NET Core Python SQL Server Entity Framework SignalR Docker Azure Web3 GitHub Actions Git Linux Playwright pytest xUnit Kotlin Android Jetpack Compose

Featured Projects

Automated funding rate arbitrage bot for perpetual futures — .NET 8, Clean Architecture

  • Monitors funding rate differentials across DEXs (Lighter, Aster) and CEXs (HyperLiquid)
  • Real-time dashboard with SignalR WebSocket updates and KPI tracking
  • Polly resilience pipelines, position health monitoring, and emergency close
  • CI/CD with GitHub Actions, Docker multi-stage builds, and Azure deployment via OIDC
  • Unit, integration, and E2E tests (xUnit, Playwright)

Automated trading bot for ApexOmni staking optimization

  • Auto-selects cheapest tradeable symbol based on balance
  • Docker deployment with 24/7 daemon mode
  • Circuit breaker protection and comprehensive safety features
  • 210 tests across unit, integration, and security suites

High-security Android notes app — Kotlin + Compose, defense-in-depth at rest

  • Argon2id KDF (RFC 9106, calibrated per device) → Keystore-bound DEK wrap → SQLCipher 4.6.1 encrypted DB → Tink AEAD prefs
  • 4-level wipe ladder (lock / soft / crypto-erase / nuclear), panic PIN, dead-man HMAC attested clock
  • Encrypted backup envelope: HSBK magic + Argon2id + AES/GCM + 4 KiB padding (size-blind to note count)
  • FLAG_SECURE recents blanking, CharArray passphrase hygiene, Detekt-enforced ban on android.util.Log
  • Anti-oracle UI: collapses all auth failures to one indistinguishable error

Experience

Super User | UPS Belgium - Customs Brokerage Department

  • Conducted UAT testing, code reviews, and participated in agile standups
  • Built department-wide SharePoint documentation system
  • Created technical instruction documents for development teams

Connect

LinkedIn

Popular repositories Loading

  1. FundingRateArb FundingRateArb Public

    Automated funding rate arbitrage bot — .NET 8 MVC, Clean Architecture

    C# 1

  2. Bruce188 Bruce188 Public

    My GitHub profile

  3. apex_omni_daily_trader apex_omni_daily_trader Public

    Automated trading bot for ApexOmni staking optimization

    Python

  4. opdracht_Django opdracht_Django Public

    Python 1

  5. claw-code claw-code Public

    Forked from ultraworkers/claw-code

    The repo is finally unlocked. enjoy the party! The fastest repo in history to surpass 100K stars ⭐. Join Discord: https://discord.gg/5TUQKqFWd Built in Rust using oh-my-codex.

    Rust

  6. hsnotes hsnotes Public

    High-security Android notes app — Argon2id + Keystore-wrapped SQLCipher + Tink AEAD prefs + wipe ladder + panic PIN + dead-man check. Notes surface is the vehicle; data-at-rest security is the point.

    Kotlin