Skip to content
View www8351's full-sized avatar
🧭
Maintenance
🧭
Maintenance

Block or report www8351

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
www8351/ReadMe.md

Hi, I'm www8351 👋

Software Engineer · Trading Systems · Full-Stack SaaS · DevOps / Cloud

Systems-focused engineer who builds performance-critical, production-shaped software across three domains that rarely meet in one portfolio: algorithmic trading engineering, full-stack SaaS, and DevOps / cloud infrastructure. Low-latency event-driven architecture, strict testing and typing discipline, security-by-default and unusually honest documentation: I ship the code and the verdict on whether it actually works.

מהנדס עם ראייה מערכתית הבונה תוכנה ביצועית ברמת production בשלושה תחומים שנדיר למצוא יחד: הנדסת מסחר אלגוריתמי, SaaS פול-סטאק, ותשתיות DevOps/ענן. ארכיטקטורה מונחית-אירועים בזמן-תגובה נמוך, משמעת בדיקות וטיפוסים, אבטחה כברירת מחדל ותיעוד כן: אני מפרסם גם את הקוד וגם את המסקנה אם הוא באמת עובד.


🧭 Three pillars · שלושה עמודי תווך

Pillar What I build Evidence
📈 Trading Systems Low-latency execution engines, copy-trading, backtesting, broker integration FreqTrading · Vertex Command · HTF_Mirror · Gold_BOT
🌐 Full-Stack SaaS Typed end-to-end web apps, real-time streaming, payments, auth Vertex Command Showcase · Trades_Journal
🛠️ DevOps / Cloud Hardened containers, IaC, CI/CD, supply-chain security, observability Docker-DevOps-Tooling · MLOps-AWS-Go · 5-DevOps-Toolkit

⚡ Technical Domain

  • Core Backend & Automation: Expert-level Python 3.11+, advanced Linux/Bash scripting, robust API design (REST, WebSockets, FastAPI), event-driven async systems.
  • Full-Stack SaaS: TypeScript across React 19 / Next.js 16, Node/Express 5, PostgreSQL via Drizzle / Supabase (RLS), Stripe billing, Three.js/WebGL interfaces.
  • DevOps & Infrastructure: Docker hardening, AWS EKS + Terraform, Jenkins / GitHub Actions CI/CD, Prometheus/Grafana observability, supply-chain security (Trivy, SBOMs, SHA-pinning).
  • Trading Engineering: Event-driven architecture, low-latency execution loops ($O(1)$ state machines), MetaTrader 5 / MQL5, copy-trading & drawdown risk engines, SMC/ICT strategy design.

🛠️ Core Stack & Tools

Category Technologies
Languages Python 3.11+, TypeScript, Go, Bash, SQL, MQL5, Pine Script, PowerShell
Frontend / SaaS React 19, Next.js 16, Three.js/WebGL, Tailwind, Framer Motion, Stripe
Backend / Realtime Node/Express 5, FastAPI, WebSockets, Drizzle ORM, Supabase, PostgreSQL
DevOps & Cloud Docker/Compose, AWS EKS, Terraform, Jenkins, GitHub Actions, nginx, GHCR
Observability & Security Prometheus, Grafana, Trivy, CycloneDX SBOM, UFW/SSH hardening
Quality pytest, mypy (strict), ruff, coverage gates, TDD
Trading & Hardware MetaTrader 5 API, MQL5, TradingView/Pine, HiveOS (ASIC/Crypto Ops)

🎯 Engineering Philosophy

Production-Ready by Default: every codebase is written with exhaustive error handling, strict validation layers, and dependency injection to guarantee full offline testability.

  • Low-latency & decoupled async background workers ensure blocking I/O or remote IPC never halts execution; critical paths avoid allocation churn and GC spikes.
  • Security-first secrets never enter version control (.env.example only), credentials encrypted at rest, demo-guards on anything touching real money, hardened SSH/containers.
  • Verifiable rigor mypy-strict, coverage-gated test suites (FreqTrading ships 445 passing tests; the Docker CLI holds 100% coverage), CI that gates on every push.
  • Honest documentation I record strategies that lose under realistic costs instead of hiding them, and track every system with a file-based lifecycle protocol (STATUS.md, DECISIONS.md, PROGRESS.md).

📈 Featured Architecture Profiles

Ultra-low-latency, event-driven MT5 execution engine. Decouples an async M1 candle feed from a pure synchronous $O(1)$ state machine (IDLE → RANGE_DEFINED → BREAKOUT → EXIT), with ATR trailing, daily-loss circuit breakers, a self-contained MQL5 EA port, and 445 passing tests.

Full-stack prop-trading platform: React 19 · Three.js/WebGL · Express 5 · Drizzle/Postgres · Stripe. Live broker WebSocket streaming, master→follower copy engine, risk/rule engines, encrypted-at-rest credentials — typed end-to-end with Drizzle + Zod.

Typed Typer CLI (mypy strict, 100% coverage) + read-only/non-root/cap-dropped compose stack + SHA-pinned CI with Trivy scanning, CycloneDX SBOMs, and GHCR publishing.

Terraform-provisioned EKS (multi-AZ, GPU node group) serving a distroless Go inference microservice instrumented with Prometheus p50/p95/p99 latency histograms.


📬 Connect With Me

  • GitHub: @www8351
  • Environment: Operating primarily via PowerShell Terminal / Hardened Linux systems.

"No filler, no pleasantries — just clean architecture and deterministic performance."

Pinned Loading

  1. 5-DevOps-Toolkit 5-DevOps-Toolkit Public

    24 single-purpose Bash + Python DevOps scripts built on one shared engine. Files, users, system, networking/SSH, Docker & AWS — each tool guarded with --help, dry-run, root checks. Includes a cross…

    Shell

  2. Docker-DevOps-Tooling Docker-DevOps-Tooling Public

    Hardened Docker toolkit: typed Python CLI (mypy strict, 100% coverage), read-only compose stack, SHA-pinned CI with Trivy scanning, SBOMs and GHCR publishing

    Python

  3. Linux-Hardening-and-System Linux-Hardening-and-System Public

    Small system tasks as safe, testable Python — non-interactive Typer CLI, no shell injection

    Python

  4. MLops-AWS-Go-Infrastructure MLops-AWS-Go-Infrastructure Public

    Highly-available MLOps serving infra: Terraform AWS EKS (GPU node group) + low-latency Go inference microservice (distroless, Prometheus)

    Go

  5. Vertex_Command_Showcase Vertex_Command_Showcase Public

    Full-stack trade-execution & copy-trading SaaS — React 19 · Three.js/WebGL · Express 5 · Drizzle/Postgres · Stripe. Real-time broker WebSockets, copy + risk engines, Docker/nginx. Env-driven secrets.

    TypeScript