Skip to content
View ArditZubaku's full-sized avatar
🎯
Focusing
🎯
Focusing
  • Prishtina
  • 22:01 (UTC +02:00)

Block or report ArditZubaku

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

Ardit Zubaku

Backend & Cloud-Native Engineer
Javascript • Typescript • Node.js • Golang • Python • Distributed Systems • Event-Driven Architectures


About Me

I design and build scalable backend systems focused on performance, reliability, and observability.

My work centers around distributed microservices, event-driven architectures, and cloud-native infrastructure operating under real production load. I value clean system boundaries, measurable optimization, and infrastructure that scales predictably.


Languages


Backend & Architecture


Data & Streaming


Cloud & DevOps


Professional Experience

Event-Driven Cloud Systems

Architected and operated serverless ingestion pipelines using AWS Lambda, SQS, DynamoDB, and Kafka.
Delivered large-scale data processing and alerting systems with strong emphasis on reliability, performance, and Terraform-managed infrastructure.

High-Concurrency Go Services

Designed distributed Go microservices deployed on Kubernetes (AKS), integrating Redis and RabbitMQ.
Focused on autoscaling, observability (Prometheus, Grafana, OTEL), and performance benchmarking under production load.

Scalable GraphQL Platforms

Developed production-grade GraphQL APIs with optimized batching (DataLoader), efficient database access patterns, and strong testing strategies.


Public Projects

Peer-to-peer decentralized storage with automatic replication and encryption.
Focus: distributed consistency, fault tolerance, and network communication.

Benchmarking Kubernetes ingress behavior under live WebSocket traffic.

sync.Pool-based memory optimization validated with profiling.

NestJS microservices using gRPC, RabbitMQ, and SQL/NoSQL storage.


Engineering Philosophy

  • Measure before optimizing
  • Observability is part of system design
  • Prefer explicit concurrency
  • Infrastructure as Code is mandatory
  • Simplicity scales better than cleverness

Focus Areas

  • Low-latency systems
  • High-throughput pipelines
  • Scalable microservices
  • Production reliability
  • Continuous iteration

Contact

Email: zubakuardit@gmail.com

Pinned Loading

  1. reservation-booking-system reservation-booking-system Public

    NestJS-Microservices: A reservation booking system that accepts payments, sends email notifications, and persists data to a MySQL database.

    TypeScript

  2. my-realtime-chat my-realtime-chat Public

    A real-time chat application leveraging Node.js + NestJS (Socket.io and Redis) on the server side, with a React (Socket.io client) front end. It supports multiple chat rooms, private messaging, typ…

    TypeScript

  3. video-chat-app-webrtc video-chat-app-webrtc Public

    A lightweight peer-to-peer video/chat app using WebRTC for media and Socket.IO for signaling.

    JavaScript

  4. distributed-logging-system distributed-logging-system Public

    A high-performance distributed logging system that can be run with either Node.js or Bun, using RabbitMQ for message routing and processing. The system validates and routes logs to different consum…

    TypeScript

  5. distributed-file-storage distributed-file-storage Public

    A peer-to-peer distributed file storage system built in Go that enables multiple nodes to store, retrieve, and manage files across a decentralized network with automatic replication and encryption.

    Go

  6. ws-haproxy-ingress-graceful-shutdown ws-haproxy-ingress-graceful-shutdown Public

    A Go WebSocket server with Node.js clients for testing graceful shutdown in batches behavior of HAProxy Ingress in Kubernetes

    Go