Payments & Risk Microservices
Real-Time Payment Authorization (Spring Boot, Kafka, Oracle): idempotent auth/capture/void,
Saga orchestration, OAuth2/mTLS, p95 < 50ms.
Card Tokenization & Vault: format-preserving tokenization with Vault Transit / SoftHSM, PCI-aware audit.
3DS 2.2 Emulator & SDK: ACS-like emulator, signed JWT, Redis state.
Streaming Fraud Pipeline: Kafka → Flink → scoring + Redis, exactly-once, Grafana SLOs.
Spring Boot 3
Kafka / Flink
Redis
OAuth2 / mTLS / PCI
Real-Time Dispatch • Search • Dynamic Pricing
Order & Delivery Assignment: Spring Boot + Kafka + Redis + DynamoDB, rider assignment
at >50k events/min, p95 < 70ms.
Instant Search & Recommendation: Go microservice, gRPC, Elasticsearch+Redis, +18% CTR in A/B sims.
Dynamic Pricing & Surge Forecasting: AWS Lambda + Redis surge cache, DynamoDB rule store.
Java / Go
Kafka / SQS
Redis / DynamoDB
Elasticsearch
Order Orchestration Platform
Domain-driven microservices (Java 17, Spring Boot 3, WebFlux) with CQRS+Saga for order lifecycle,
Kafka/RabbitMQ events, Redis caching, API Gateway/BFF, and full DevSecOps pipeline
(Jenkins, SonarQube, Fortify, Black Duck, blue/green deploys).
Spring Boot 3 / WebFlux
Kafka / Redis
CQRS / Saga
Kubernetes / AWS
Industrial Telemetry & Historian
OPC UA + MQTT ingest into PostgreSQL/TimescaleDB with retention + rollups.
FastAPI exposes /tags, /events, /trend with downsampling and pagination.
Prometheus exporters + Grafana dashboards for ingest QPS and health.
FastAPI
OPC UA / MQTT
TimescaleDB
Grafana
Alarm & Events Microservice
C#/.NET 8 service modeling limits, deadbands, hysteresis, shelving; CQRS + outbox to Kafka.
REST/gRPC with idempotency keys, xUnit tests, container image signing, SBOM, secure supply chain.
.NET 8
CQRS / Kafka
PostgreSQL
gRPC / REST
minisqlpp-compiler
Compact SQL-subset compiler with LL(1) parser, AST, symbol table, semantic checks, and IR that can
eval on CSV or emit vendor SQL (Oracle/SQLite). Includes optimizer (projection/selection pushdown,
constant folding) and EXPLAIN-style pretty printer.
C++ / Parsing / AST
LL(1) / Semantic Checks
Query Optimization