Skip to content
View havlinj's full-sized avatar

Block or report havlinj

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

Hey—this is my engineering profile, deliberately kept technical. For more about me, see my website.

Where I stand as an engineer:

  • Distributed systems — professional experience and ongoing practice
  • Backend engineering — software, platform, infrastructure
  • Interests — throughput, latency, resilience, data at scale

Here are a few projects you can inspect end to end—from design and implementation to testing, delivery, and documentation. Testing is worth a closer look. I put real weight on thorough test suites, building them alongside the code and relying on them throughout development.

Ongoing exploration of a distributed system integrating on-chain governance workflows with cloud-native event processing, messaging, and analytics across AWS and GCP.

Solana (Anchor, Rust, commit–reveal, Merkle allowlist) AWS (SNS/SQS, Lambda, DynamoDB) · GCP (Pub/Sub, BigQuery) Go · gRPC · Terraform · Kafka · Grafana · LiveView

Feature flag management service focused on API design, persistence, and operational simplicity.

Go · GraphQL · PostgreSQL

Ongoing development of a personal website and writing platform.

TypeScript · Astro · Playwright

Pinned Loading

  1. featureflag-api featureflag-api Public

    Go GraphQL API (gqlgen) for feature flags and A/B experiments: PostgreSQL persistence, JWT-based RBAC, percentage and attribute-based rollout, deterministic variant assignment, and audit logging

    Go

  2. havlinj.github.io havlinj.github.io Public

    Custom Astro + TypeScript personal website with UX-first, visually fresh design, Playwright/Vitest testing, and strong engineering rigor.

    TypeScript

  3. chain-to-cloud-ingestion chain-to-cloud-ingestion Public

    Multi-cloud, event-driven voting: Solana on-chain events → AWS (ops projection) → GCP (analytics). CQRS, Terraform, microservices.

    TypeScript