Skip to content
View Dapperdavidd's full-sized avatar

Block or report Dapperdavidd

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

Dapper 👾

Many problems, solved in Rust.

X Rust


I build software where correctness, performance, and clear system boundaries matter. Rust-first, currently pushing deeper into accounting systems, finance infrastructure, and distributed systems.

fn main() {
    let fearless = true;

    let dapper = Engineer {
        language: Rust,
        building: [Ledgers, SettlementRails, DistributedSystems],
        invariant: "invalid states should not compile",
    };

    loop {
        dapper.ship(one_problem_at_a_time());
    }
}

What I'm building toward

Financial and accounting systems where data integrity isn't optional:

  • Ledgers — double-entry models with invariants the compiler enforces
  • Reconciliation — turning messy business logic into precise software models
  • Audit trails — event sourcing and append-only histories that tell the truth
  • Settlement — payment infrastructure that fails predictably and recovers cleanly
  • Distribution — consensus, replication, queues, and fault-tolerant services in Rust

Tech I reach for

Rust Tokio PostgreSQL Linux Git

Primary language  Rust
Systems interest  distributed systems, backend infrastructure
Domain interest   accounting, finance, data integrity
Operating mode    learn deeply, build carefully, ship deliberately

Philosophy

Good software should make invalid states difficult to represent.

That's the part of Rust I like most — it rewards precision. The same idea applies to accounting and finance. If the model is vague, the bugs get expensive. I want systems where the rules are explicit, the data tells the truth, and the architecture survives real-world failure.


many problems,
solved in Rust.

Popular repositories Loading

  1. noir-rail noir-rail Public

    Circom 1

  2. chatbot chatbot Public

    JavaScript

  3. AI-Startup-Website AI-Startup-Website Public

    JavaScript 1

  4. kalshi-clone kalshi-clone Public

    Rust

  5. qent_backend qent_backend Public

    Forked from frankolien/qent_backend

    Rust

  6. rebate-calculator rebate-calculator Public

    Wholesale Pricing Engine — auth fixes (fork of rhokeebsanni-coder/rebate-calculator)

    JavaScript