Dotenv Deploy to Server
A secure environment variable orchestration panel with multi-level role authentication (Admin/User). It simplifies secrets management for developers, automating the updates of .env files and applying migrations across private subnets securely. It includes instant logging notifications and audit logs for modified keys.
Kubernetes Log & Slack Watchdog
A persistent Python daemon designed for Kubernetes telemetry and alert propagation. It tails logs of mission-critical pods across specified namespaces (such as public/trading namespaces), parses log outputs for fatal crashes, OOMKilled states, and restart loops, and sends dynamically formatted rich Slack notifications with back-links to target diagnostics views.
Redis Pod Monitoring Dashboard
A secure database sentinel designed to monitor and flush Redis instances executing inside Kubernetes subnets. It pulls database variables (Memory utilization, active version, network latency, connection status) over kubectl client tunnels, featuring a secure database browser to inspect key hierarchies and an access-key locked cache wipe feature.
Kubernetes Namespace Auto-Deployer
An orchestration engine that automates multi-department environment setups in EKS. It generates Helm/K8s manifests, pushes environment ConfigMaps to GitHub, creates namespaces, deploys database containers, configures AWS ALBs, updates Cloudflare DNS records dynamically, and provisions automated Jenkins pipelines.
Server & Container Monitoring Telemetry
A full-system monitoring dashboard displaying real-time metrics of virtual machines, Docker container states, and PostgreSQL databases. It reports CPU, RAM, Disk, and Network IO telemetry, verifies health-checks of running web applications, tracks OOM-killed container restarts, and gauges DB pool usage parameters.
Vendor Zero-Code Deploy Console
A private deployment dashboard that lets vendors install and run the full trading platform on their local systems — Windows or Linux — without ever receiving source code. The vendor opens a dashboard, picks the component (User Frontend, User Backend, WebSocket, etc.) and target OS. They get a single bootstrap command. Running it auto-installs Docker if absent, spins up Redis, Kafka, PostgreSQL and Nginx containers, then downloads a pre-compiled distroless binary from the build server and starts the app. Binaries are built server-side using Bun's compile target so the vendor never sees source files.
Terraform AWS Trading Infrastructure
A comprehensive Infrastructure-as-Code codebase detailing automated AWS resources provisioning. It provisions custom VPC subnets, RDS PostgreSQL, EKS clusters, bastion hosts, and container registries (ECR). It establishes full-stack DNS resolution and SSL security certificates via Cloudflare integrations automatically.