Skip to content
View rahuldev7583's full-sized avatar
🎯
Focusing
🎯
Focusing

Block or report rahuldev7583

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

Hi, I’m Rahul Dev 👋

I’m a Rust & Solana engineer working on RPC, validator internals, and async Rust.


Current Focus

  • Studying Agave (Solana validator) internals
  • Building an RPC sidecar MVP to reduce validator contention
  • Exploring:
    • mmap & shared-memory IPC
    • lock-free / wait-free data paths
    • async Rust (Tokio)
    • jsonrpsee-based RPC servers
    • safety boundaries in unsafe Rust

Projects

🔹 Solana RPC Sidecar (WIP)

Goal: Decouple read-heavy RPC traffic from the validator replay loop

Tech: Rust · mmap · shared memory · lock-free queues · jsonrpsee

Highlights

  • Validator publishes read-only state observations
  • Sidecar serves RPC without blocking consensus or replay
  • Explicit safety invariants around shared memory
  • Benchmarks comparing in-process vs sidecar RPC

📂 Repo: https://github.com/rahuldev7583/blazeRPC


🔹 Solana Client Apps & Anchor Programs

  • Built multiple Solana client-side applications
  • Experience with Anchor programs and account models
  • understanding of Solana runtime from a dApp perspective

✍️ Writing

I write technical deep dives on Solana & Rust infrastructure:

  • RPC request flow inside Agave

📘 Medium: https://medium.com/@rahuldev7583



📬 Contact

Open to Rust / Solana infra roles and contract work.

Pinned Loading

  1. dropX dropX Public

    A dApp on Solana

    TypeScript

  2. nft-liquidation nft-liquidation Public

    Liquidate your nft by any spl token on solana

    TypeScript

  3. capstone-credX capstone-credX Public

    Rust

  4. dev-OS dev-OS Public

    A mini OS in rust

    Rust

  5. Q3_25_Builder_RahulDev Q3_25_Builder_RahulDev Public

    Forked from solana-turbin3/Q3_25_Builder_RahulDev

    My solana journey at Turbin3

    TypeScript

  6. blazeRPC blazeRPC Public

    Forked from anza-xyz/agave

    a zero-copy, lock-free Agave JSON-RPC service

    Rust