Skip to content
View FK78's full-sized avatar

Highlights

  • Pro

Block or report FK78

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

πŸš€ Currently working on

Agora - an e-commerce platform split into six independent services, used as a vehicle for the problems that only show up once you split things up: saga orchestration with compensating actions, the transactional outbox, idempotent payment handling, and a single trace that survives a trip through a message queue.

🌱 Currently learning

  • AWS cloud-native architecture - serverless, containers, event-driven patterns, and infrastructure as code (CDK)
  • Distributed systems patterns β€” sagas, transactional outbox, idempotency, at-least-once delivery and what it costs downstream
  • Kubernetes & IaC β€” k3s, Helm, Terraform, and sizing workloads that have to fit
  • Observability β€” OpenTelemetry, trace context propagation across async boundaries
  • Go β€” performant backend services and CLI tools

πŸ‘― Open to collaborating on

  • Open-source projects with real-world impact
  • Cloud-native reference architectures and developer tooling
  • Anywhere I can contribute backend engineering, infrastructure as code, or security hardening

Pinned Loading

  1. balancevisor balancevisor Public

    A personal finance dashboard built with Next.js, PostgreSQL, and Drizzle ORM. Track transactions, import bank statements, set budgets, and visualise spending patterns with interactive charts.

    TypeScript 1

  2. agora agora Public

    Scalable e-commerce platform with microservices architecture.

    TypeScript

  3. TodoOps TodoOps Public

    Dockerized Express + TypeScript + MongoDB todo API - provisioned with Terraform, configured with Ansible, deployed via GitHub Actions, served behind Nginx.

    HCL

  4. auth-starter auth-starter Public template

    Minimal Express + TypeScript + PostgreSQL auth starter - JWT access tokens, rotating opaque refresh tokens with reuse detection, Argon2id hashing, and structured logging.

    TypeScript