Skip to content
View echenim's full-sized avatar

Block or report echenim

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.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, 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
echenim/README.md

πŸ‘‹ Hey, I’m William Echenim

πŸš€ I’m a Senior Backend Engineer, Systems Architect who loves building infrastructure that scales β€” cleanly, efficiently, and reliably.

🧠 Over the years, I’ve engineered real-time bidding engines, telemetry pipelines, and blockchain systems that handle 100K+ events per second and don’t flinch under pressure.

Most of my work sits at the intersection of distributed systems, streaming infrastructure, and real-time decisioning. I enjoy solving challenges around latency, scale, and observability β€” and I’m most at home when I’m deep in Go, Rust, gRPC, Kafka, Flink, or wrangling performance issues in Kubernetes.

If it’s high-throughput, fault-tolerant, or mission-critical β€” I’m probably interested.

Let’s just say: I like building things that work even when things go wrong.


πŸ“Œ Pinned Projects

  • πŸ›° StrataLinks-DSP: Real-time ad bidding engine built with Go, Kafka, Flink, and gRPC
  • πŸ” Onchain Micropayments: Rust + Go system for high-volume, sub-cent crypto transactions
  • ⚑️ zkDEX Executor: Execution router + proof generator using Go and Rust for zk-rollup environments
  • πŸ“‘ Telemetry Ingestor: Sensor-style data pipeline ingesting and analyzing high-frequency data streams

πŸ›  Tech Stack: My Favorite Toys

Go Rust Python C%23 TypeScript Elixir Erlang Kafka Redis RabbitMQ Flink Pulsar PostgreSQL ScyllaDB Cassandra Aerospike DynamoDB MySQL Oracle MSSQL Docker Kubernetes AWS GCP GitHub Actions Prometheus Grafana OpenTelemetry Ethereum Solana Avalanche Substrate CosmWasm


🎯 Fun Facts

  • 🧠 Built distributed systems handling 100K+ QPS with sub-100ms p99 latency
  • ✍️ Contributed to blockchain runtimes, zk-rollup infra, and high-frequency event processors
  • πŸ“Œ Favorite Quote:

    "Build systems that fail gracefully, recover fast, and scale without begging."


πŸ“¬ Reach Out

I'm always open to:

  • 🎯 High-impact backend challenges
  • πŸ§ͺ Startup infrastructure problems
  • 🧠 Mentorship, collab, or just a good engineering convo

Feel free to connect or drop a message:


Pinned Loading

  1. http-response-parser http-response-parser Public

    The HTTP 1.1 Response Parser in Erlang is a specialized module designed to interpret and convert raw HTTP response binaries into structured data types that can be easily manipulated within Erlang a…

    Erlang

  2. AvalancheConsensusProtocol AvalancheConsensusProtocol Public

    Avalanche Consensus is a consensus protocol that is scalable, robust, and decentralized. It combines features of both classical and Nakamoto consensus mechanisms to achieve high throughput, fast fi…

    Go 3

  3. L2-BetFlow L2-BetFlow Public

    The real-time betting and settlement system on a Layer 2 (L2) blockchain solution leverages the benefits of L2 scalability, speed, and lower transaction costs while ensuring the security and finali…

    Solidity

  4. hf-batch-downloader hf-batch-downloader Public

    Automate bulk downloads of Hugging Face LLMs with retry logic, manifest export, checksum validation, and usage reporting. Ideal for managing GGUF models at scale.

    Python

  5. real_time_dashboard real_time_dashboard Public

    The Real-Time User Presence Dashboard is an interactive application designed to display real-time user presence information. Built with Erlang/OTP and leveraging the Cowboy framework for handling H…

    Erlang

  6. TXGraph TXGraph Public

    Built to answer: How do you execute millions of smart contract transactions β€” concurrently β€” without breaking determinism?

    Go