Skip to content
View Sukooos's full-sized avatar

Highlights

  • Pro

Block or report Sukooos

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

Hi, I'm Raja 👋

Software Engineer — Backend & Infrastructure

Building systems that don't fall over at 3am.

Portfolio LinkedIn Email Location


$ whoami
Backend engineer specializing in billing systems, payment gateway integration,
and real-time provisioning infrastructure. Currently sole engineer on a
production ISP billing platform at Dikta Teknologi.

⚡ Currently

  • 🔭 Building the ISP Billing & Provisioning Platform — payment ingestion → subscription lifecycle → network provisioning, solo, in production
  • 🎓 B.CompSci @ Binus Online University (expected 2029)
  • 🌐 Exploring Web3 dev on Solana/Anchor
  • 💬 Ask me about event-driven architecture, payment webhook reliability, or PostgreSQL query optimization

🛠️ Tech Stack

Languages Python Go Rust TypeScript SQL

Backend Flask FastAPI NestJS RabbitMQ WebSocket

Data & Infra PostgreSQL Redis Docker Nginx GCP GitHub Actions

Payments & Web3 Midtrans Xendit Solana Anchor

Frontend React


🚀 Flagship Project

ISP Billing & Provisioning Platform

Production system · Sole engineer · Dikta Teknologi

Payment webhooks auto-provision subscribers on FreeRADIUS in 10–20 seconds. Built for zero duplicate charges and zero race conditions between payment confirmation and network activation.

Metric Result
Activation time ~5 min → 10–20s (~15× faster)
Duplicate charges in production 0
Billing report p95 latency seconds → sub-100ms
Manual provisioning steps ~80% reduction

How it's built:

  • Idempotent webhook pipeline (Midtrans + Xendit) with HMAC signature verification, exponential-backoff retries, dead-letter queues
  • RabbitMQ outbox pattern for cross-service consistency between billing DB and FreeRADIUS provisioning
  • PostgreSQL optimized with composite indexes + cursor pagination for report queries under production load
  • Real-time subscriber status over WebSocket, backed by Redis pub/sub
  • React + Ant Design frontend with optimistic updates and consistent loading/error states

Flask PostgreSQL Redis RabbitMQ FreeRADIUS WebSocket Docker


🏅 Google Cloud Skill Badges

Optimize Costs for Google Kubernetes Engine Secure Software Delivery Build Infrastructure with Terraform on Google Cloud

Optimize Costs for GKE · Secure Software Delivery · Build Infrastructure with Terraform on Google Cloud → Full public profile


📊 GitHub Stats


Currently deep in idempotency, outbox patterns, and not trusting payment gateways at face value.

Pinned Loading

  1. qrisq qrisq Public

    TypeScript

  2. AgentLimit AgentLimit Public

    Budget enforcement and usage metering for AI agents. Self-hosted, Redis-backed, zero data leaves your infrastructure.

    Python

  3. marketcore marketcore Public

    Backend quant engine focused on deterministic replay, canonical market data capture, and replay-ready infrastructure.

    Python