Skip to content
View Webrowse's full-sized avatar
🦀
Rust backend and systems engineer building production systems
🦀
Rust backend and systems engineer building production systems

Block or report Webrowse

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

I build production-grade backend services and systems software in Rust, focused on correctness, performance, and clear failure behavior.

Current Focus

  • Backend services in Rust (Axum, SQLx, PostgreSQL, JWT, Argon2)
  • Systems-level Rust (concurrency, async/await, error systems)
  • Real-world Rust tooling and infrastructure

Flagship Projects

feature-flag-service-backend - multi-tenant feature flag service with auth, eval engine, and Postgres.

axum-api-template - production ready Rust backend template with REST, JWT, DB, migrations.

solana-fullstack-rust - raw Rust Solana program with custom CLI interface.

solana-fullstack-ackee - full Solana notes dApp (Anchor + React frontend).

Pinned Loading

  1. feature-flag-service-backend feature-flag-service-backend Public

    Production-grade feature flag backend written in Rust. Supports multi-tenant projects, secure auth, flag evaluation, and PostgreSQL-backed persistence. Built to model real-world backend and systems…

    Rust

  2. axum-api-template axum-api-template Public template

    Production-ready REST API template with Axum, PostgreSQL, JWT auth, and task management

    Rust 3 1

  3. solana-fullstack-rust solana-fullstack-rust Public

    Pure Rust Solana program with a custom CLI frontend built entirely without Anchor

    1

  4. solana-fullstack-ackee solana-fullstack-ackee Public

    Decentralized Notes dApp on Solana. A full on-chain notes system using Anchor with per-note PDA accounts, rent reclamation, strict validation, and full test coverage. Frontend built in React with w…

    TypeScript