Ramees.
← All work

Oron LimitedDec 2025 — present

Trading Platform — L3 Support

Production support for a live Forex trading platform


Third-line support on a .NET Framework 4.8 trading platform. When something breaks in production, it comes to me.

The work is triage, reproduction, root cause, and a fix that does not introduce a second problem — under the constraint that the platform stays up.

Layers delivered

  1. schema — deliveredSQL Server tables, indexes, constraints
  2. stored procedure — deliveredTransactional guards, concurrency control
  3. repository — not on this projectDapper, generic base repository
  4. service — deliveredDomain and application layers
  5. controller — deliveredREST endpoints, auth, validation
  6. interface — deliveredAngular components and state

Filled markers are the layers I personally delivered on this project.

Support

  • Incident triage and root-cause analysis on live production issues.
  • Manual testing and defect resolution across a legacy .NET Framework codebase.
  • Resolved multi-tab session desynchronisation using storage event listeners, so a user signing out in one tab is signed out everywhere.

Infrastructure

  • Configured staging environments on IIS with HTTP and HTTPS, SSL certificates, and network security group rules.

Front end

JavaScriptjQuery

Back end and data

C#.NET Framework 4.8SQL ServerIIS