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

System Explorations

Here you'll find my side projects. They explore technologies through the lens of distributed systems and software architecture rather than in isolation.

The emphasis is on integration, boundaries, reliability, testing, and operational concerns.

Selected Projects

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

Where's all the Rust?

Public repositories on this profile do not reflect several years of professional Rust development. Selected examples of professional work are available upon request.

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