Skip to content
View amrrdev's full-sized avatar

Highlights

  • Pro

Block or report amrrdev

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

Amr Mubarak

Backend Engineer · Distributed Systems

amrrdev@gmail.com


I build backend systems that don't fall apart when things get interesting. High-throughput APIs, event-driven pipelines, infrastructure that holds up under real load.

I care about how data moves, where it breaks, and how to make it not break. Lately that means spending time on consensus, fault tolerance, and the tradeoffs distributed architectures force you to make.

I like understanding systems at the level where the interesting problems actually live. Storage engines, replication, the stuff that abstractions usually hide.

I write Go and Rust. I care about correctness as much as performance. And I'm the kind of engineer who reads the source when the docs don't answer the question.

Pinned Loading

  1. klog klog Public

    klog is a durable, crash-safe key-value store built in Go. It uses a Write-Ahead Log (WAL) with fsync guarantees, CRC32 integrity checking, and automatic crash recovery. Designed as the foundation …

    Go 7

  2. eventify eventify Public

    Enterprise-grade event analytics backend powered by gRPC streaming ingestion, real-time data processing, and a scalable distributed worker architecture. Engineered with NestJS for robust performanc…

    TypeScript

  3. trawl trawl Public

    Fast, scalable search engine in Go with inverted indexing and TF-IDF ranking. Handles millions of documents with sharded storage, async processing, and distributed query coordination.

    Go 1

  4. careerk careerk Public

    CareerK is an AI-powered job matching platform that helps job seekers discover relevant opportunities. It features intelligent CV parsing, skill gap analysis, automated job recommendations, dual su…

    TypeScript 1

  5. distributed-log-tracing distributed-log-tracing Public

    A high-performance distributed logging system built with NestJS, Kafka and gRPC. Captures, processes, and correlates logs across microservices with DAG-based trace visualization.

    TypeScript 5 2

  6. httpfromtcp httpfromtcp Public

    HTTP parser built from scratch that reads TCP byte streams and constructs HTTP request objects

    Go 1