Skip to content
View helder-moreira's full-sized avatar

Highlights

  • Pro

Organizations

@voluzi

Block or report helder-moreira

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

Helder Moreira

I design and build distributed backends — and I run them in production.

Platforms, Kubernetes operators and infrastructure in Go. What I care about is taking the human out of operations where being wrong is expensive — an upgrade that has to land at an exact coordination point set by something outside the cluster, a signer that refuses rather than risk a conflicting signature, storage that resizes itself. Systems with state, hard correctness constraints, and nobody watching at 3am.

Selected work

Public, MIT, under @voluzi. These target Cosmos-SDK blockchain networks — that is where I have run production infrastructure for the past few years — but the engineering is not domain-specific.

  • Cosmopilot — Kubernetes operator for a stateful, network-coordinated workload. Watches an external source of truth for upgrade events, swaps the container image and restarts at an exact coordination point, bootstraps new replicas from remote state, verifies snapshot integrity, resizes PVCs in place, and integrates with a remote signing service.

  • CosmoGuard — API gateway. Endpoint-level access control over HTTP, JSON-RPC, WebSocket and gRPC; response caching; rate limiting per IP, globally, or per authenticated identity; API-key, JWT and RFC 7662 introspection auth; multi-upstream with active healthchecks and circuit breakers. Single binary — cache and rate-limit state are shared across replicas without an external store.

  • Cosmosigner — high-availability signing service for keys held in HashiCorp Vault or Cloud KMS. Every signature passes a raft-committed high-water-mark before it exists, so a replica that loses quorum cannot sign at all: it fails closed rather than risk producing two conflicting signatures for the same decision.

Go, Kubernetes, distributed systems. Based in Portugal.

voluzi.com · @_heldermoreira

Pinned Loading

  1. voluzi/cosmopilot voluzi/cosmopilot Public

    Kubernetes operator to deploy and manage Cosmos nodes on Kubernetes.

    Go 2

  2. voluzi/cosmosigner voluzi/cosmosigner Public

    Go 1

  3. voluzi/cosmoguard voluzi/cosmoguard Public

    Security-focused proxy, cache, and auth gateway for Cosmos-SDK nodes.

    Go 1

  4. voluzi/cosmoseed voluzi/cosmoseed Public

    A lightweight seed node for Cosmos-based blockchains.

    Go