Skip to content
View myke-awoniran's full-sized avatar
🔥
getting cracked!
🔥
getting cracked!

Sponsoring

@SaltyAom

Block or report myke-awoniran

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 supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
myke-awoniran/README.md

About

Systems software engineer focused on databases, distributed systems, and performance-critical infrastructure.

I design from first principles, emphasizing correctness, predictability, and behavior under real constraints such as high concurrency, limited resources, and failure.

Current interests include transactional storage engines, concurrency control, recovery, and query execution. Most work takes the form of small prototypes and design notes exploring internal trade-offs.

Outside engineering, I enjoy table tennis, Formula 1, nature, and travel.

Pinned Loading

  1. tigerbeetle tigerbeetle Public

    Forked from tigerbeetle/tigerbeetle

    The financial transactions database designed for mission critical safety and performance.

    Zig

  2. alicia alicia Public

    High-performance reminder service built entirely on Redis. It leverages Redis pub/sub and Keyspace notification features to schedule, track, and trigger reminders with minimal latency and maximum r…

    TypeScript 3

  3. rcalc rcalc Public

    CLI arithmetic expression parser and evaluator.

    Rust 2 1

  4. axiom axiom Public

    Building database data structures and algorithms, brick by brick.

    Rust 1

  5. wallstreet wallstreet Public

    trading simulator modeling a limit order book (bids/asks), matching engine logic, spreads, and market microstructure.

    C++

  6. epoll epoll Public

    A look at readiness based queue in Linux. Inspiration from mio (Linux version).

    Rust