Skip to content
View nickemma's full-sized avatar
🌍
God Is The Greatest
🌍
God Is The Greatest

Highlights

  • Pro

Block or report nickemma

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.

Content in all repositories owned by your account will be closed.
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
NickEmma/README.md
github-banner

Hi, I'm Nicholas Emmanuel 👋

A systems engineer building infrastructure that holds under failure.

I work on distributed systems, storage, secrets and identity, and platform engineering. What interests me is the gap between a system that works in a demo and one that stays understandable, observable, and trustworthy when something breaks.

Technology should serve humanity with excellence.


Currently

  • MERIDIAN — the system I'm going deepest on. See below.
  • Founder & technical lead @ Truth4Daily — platform architecture for a faith-driven community platform.

The systems

System What it proves
MERIDIAN Geo-distributed KV store — consistency as a per-request choice (Raft quorum / vector clocks / gossip), with a secrets and policy platform on top. Raft from scratch; Rust LSM storage.
VEYRONIX Internal developer platform built around reconciliation — desired state, drift repair, rollback, restart recovery.
LATTICE Distributed search and retrieval platform — OpenSearch on Kubernetes, hybrid keyword/vector retrieval, Kafka ingestion.
TESSERA Multi-tenant LLM inference platform — vLLM on GPU nodes behind a gateway with authentication, token budgets, model routing, cost attribution, queue-based autoscaling, and failure-aware streaming.
SYNAPSE-AI Governance plane for AI agents — identity, delegation, consent, and audit controls for autonomous systems operating over sensitive data.

Core stack

Languages Go · Rust · Python · C
Distributed systems Raft · replication · partitioning · consistency models · chaos testing
Platform & cloud Kubernetes · Terraform · AWS · GCP · gRPC · IDPs
Security threat modeling · mTLS · zero trust · secrets & identity · policy engines
Reliability SLOs · Prometheus · Grafana · tracing · chaos engineering
Learning GPU-aware scheduling · model serving · CUDA

Mentorship

Mentored 40+ engineers across backend, frontend, data, and infrastructure — real production tradeoffs, mostly with people entering the industry from non-traditional backgrounds.

Connect

Email · X · LinkedIn · Medium


"For I know the plans I have for you," declares the Lord — Jeremiah 29:11

Pinned Loading

  1. Meridian Meridian Public

    Geo-distributed key-value store where consistency is a per-request choice — strong, causal, or eventual — with a secrets platform built on top. Raft written from scratch.

    Go

  2. lattice lattice Public

    Distributed search and retrieval platform. OpenSearch on Kubernetes, hybrid keyword and vector retrieval, Kafka ingest, operated to an SLO.

    Go

  3. SYNAPSE-AI SYNAPSE-AI Public

    Governance plane for AI agents. Identity, delegation, consent, and audit for autonomous systems — treating an agent like a user, over data as sensitive as neural signals.

    Go

  4. tessera tessera Public

    LLM inference platform. vLLM on GPU nodes behind a multi-tenant gateway with enforced token budgets and measured cost per million tokens.

    Go

  5. veyronix veyronix Public

    Internal developer platform. One deployment workflow across every infrastructure provider, on durable workflows that survive the machine running them.

    Go