Skip to content

Projects

Some public repos from GitHub. Mostly backend, infra, data, and systems work.

Citus Distribution Key Benchmark

Experimental benchmark for choosing distribution keys in Citus/PostgreSQL, balancing JOIN locality against data skew with reproducible synthetic and real-dataset pipelines.

Python PostgreSQL Citus Docker Benchmarking Data Modeling
View on GitHub →

MSISDN Telecom Inventory Service

Spring Boot service for telecom number lifecycle management with Liquibase migrations, optimistic locking, audit history, and safe concurrent reservation.

Java Spring Boot PostgreSQL Liquibase Testcontainers Docker
View on GitHub →

TutoringSistem

Full-stack tutoring platform with Spring Boot, React, MySQL, JWT sessions, role-aware workflows, assignments, uploads, WebSocket chat, and video-call signaling.

Java Spring Boot React MySQL WebSocket Docker
View on GitHub →

Product Search with Transactional Outbox

Catalog search architecture where PostgreSQL stays the source of truth and Elasticsearch is updated asynchronously through a transactional outbox.

Java Spring Boot PostgreSQL Elasticsearch Flyway Testcontainers
View on GitHub →

Subscriber Profile Service

Go service using PostgreSQL as source of truth and a Redis cache-aside ring with application-managed consistent hashing across standalone shards.

Go PostgreSQL Redis Consistent Hashing Docker
View on GitHub →

Java Rate Limiter

Thread-safe Java 25 rate limiter library with token bucket and sliding window implementations, retry hints, metrics, tests, and comparison demos.

Java Concurrency Rate Limiting Maven
View on GitHub →

Transactional Outbox Pattern

Production-style Spring Boot implementation of the outbox pattern with idempotency, Kafka dispatch, retries, dead-letter handling, metrics, and Testcontainers.

Java Spring Boot Kafka PostgreSQL Flyway Micrometer
View on GitHub →

E-Commerce Business Intelligence Platform

End-to-end BI platform with CSV ingestion, PostgreSQL warehouse modeling, n8n orchestration, Superset dashboards, forecasting, and anomaly detection.

Python FastAPI PostgreSQL n8n Superset Docker
View on GitHub →