shippedwork

Platforms running in production, from distributed services and secrets management to encrypted backup and compliance tooling.

TechBird·Jun 2024 - Present

Real-Time Trading & Order Execution Platform

Multi-service trading platform sustaining 10K+ market ticks per second across order routing and execution.

  • Replaced a monolith with independently deployable Python and Go microservices for order routing and back-office workflows.
  • Broker connectivity through MetaTrader 5 and the FIX Protocol, deployed via CI/CD on Linux.
  • React trading dashboards backed by Frappe back-office admin modules.
PythonGoReactFrappeFIX ProtocolMetaTrader 5RedisLinux
TechBird·2026

Secret Management Portal (SMP)

Self-hosted secrets and privileged-access management platform spanning 30 doctypes and 92 endpoints.

  • Encryption core: per-secret AES-256-GCM data keys wrapped by a pluggable KEK provider, Argon2id master passphrase with seal/unseal, and ciphertext-only persistence so plaintext never reaches the database or logs.
  • Append-only hash-chained audit with anchoring and monitorable verification.
  • Default-deny row-level RBAC, maker-checker approvals, PAM checkout and lease with rotation, dynamic secrets and scoped machine tokens.
Frappe v15/v16PythonReact 18TypeScriptViteTailwindMariaDBAES-256-GCMArgon2idVault Transit
TechBird·2026

Centralized Backup Manager

Three-plane encrypted backup platform: a Frappe control plane with a React PWA, an outbound-only Python agent per server, and pluggable object storage.

  • Fail-closed client-side age encryption, SSE-KMS, prefix-scoped STS credentials and hashed agent tokens, so the portal holds no site data or standing cloud keys.
  • Incremental backups with GFS retention, tiered storage with archive-aware restores, and cross-provider replication with RTO-measured DR drills.
  • Backed by 130+ automated tests and Terraform IaC.
Frappe v16PythonReactAWS S3KMSSTSGlacierAzure BlobGCSSFTPTerraformage
TechBird·2026

ISMS, ITSM & Policy GRC Platform

Three platforms spanning ISO/IEC 20000-1 service management, ISO/IEC 27001:2022 certification, and policy and SOP governance.

  • ISMS registers: 5×5 risk assessment, a 93-control Statement of Applicability, CAPA, internal and external audits, management review and BCP with RTO/RPO testing.
  • Six workflow state machines with segregation of duties, nine-role record- and field-level permissions, and CAB change control.
  • Policy and SOP lifecycle: sequential e-signature approval gated by emailed one-time codes, per-employee attestation issuing individually watermarked copies, and SharePoint storage over Microsoft Graph with a non-downloadable PDF viewer.
Frappe v16ERPNextFrappe HelpdeskPythonReactMicrosoft GraphSharePointISO 27001ISO 20000-1

Why the ingest path is sized the way it is

healthy

A queueing model of the pattern, not a recording of production. Push the arrival rate past what the workers can drain and watch the tail latency go vertical — that cliff at ρ = 1 is the whole reason capacity is planned against p99 rather than average throughput.

Utilisation0%
Queue depth0
p500.0ms
p990.0ms
Shednone

Other things I’ve built

TechBird·2026

Mailbird: Multi-Tenant Enquiry Platform

Multi-tenant enquiry service where each client website carries its own email routing, captcha, CORS and template configuration. Async delivery through the Frappe email queue with retry sweeper, webhook fan-out and rate-limited guest APIs.

Frappe v16PythonJinjaMariaDBTurnstilereCAPTCHA
TechBird·2024

FCM Push Notification Service

Configurable Firebase Cloud Messaging app for Frappe with zero-config browser registration. Rule engine maps DocType and action to recipients, with Jinja templates and batched multicast sends of up to 500 tokens.

FrappePythonFirebase Admin SDKWeb PushService Workers
OneHash·Jul 2023 - Mar 2024

Subscription SaaS Platform

Subscription platform with a self-serve trial flow and a centralised admin panel, improving onboarding completion and product adoption. Ran on AWS with CI/CD pipelines, hardened through VAPT.

JavaScriptPythonFrappeAWS
Academic·Aug 2021 - May 2022

Fitness Pro: Future of Fitness with AI

Android application that monitors user health and tracks workout data, with real-time workout detection using PoseNet and TensorFlow. Published in GIJET.

FlutterMySQLPoseNetTensorFlow