Skip to content
View asln82Ns's full-sized avatar

Block or report asln82Ns

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

Ethan Lawinsky

I build to unlock capability. Start with a need, then I plan out what it takes to create a resolution. I work to keep things simple without compromising the standard. My projects span real-time data, trading, and simulation systems, built full-stack using agentic coding workflows.

Stack: Python · JavaScript/TypeScript · Node.js · FastAPI · WebSockets · PostgreSQL · MongoDB · Godot/GDScript · Linux/Ubuntu · pandas/parquet · real-time market data (Databento, CME futures)

Featured projects

  • Trade Chart — Real-time futures replay simulator + live monitor. A FastAPI/WebSocket sidecar streams 1-second OHLCV for 15 CME contracts, with volume-splice continuous-contract construction, rolling percentile-rank metrics, and threshold alerting. Python · JS
  • EDA Tool — Client-side exploratory analysis for trading event data. Walk-forward validation with immutable version history and an auto-optimizer that enforces strict in-sample / out-of-sample separation. JavaScript
  • Armed Existence — Deterministic, config-driven RTS in Godot 4. Fixed-timestep seeded simulation (multiplayer-ready), ~350 JSON-tunable parameters, clean sim/render separation. GDScript

Selected private work: real-time speech-recognition trading bot (live broadcast keyword detection → automated event-market orders); Linux node-operation automation with health-check and auto-restart bots.

Pinned Loading

  1. Config-Monitoring Config-Monitoring Public

    Telegram bot that monitors for key words in config.log file and sends telegram messages when conditions are met.

    Python 5 2

  2. armed-existence armed-existence Public

    A two-stage deterministic real-time strategy game. Development in progress.

    GDScript

  3. eda-tool eda-tool Public

    Exploratory Data Analysis tool for trading event data. Walk-forward validation with immutable version history and an auto-optimizer that enforces strict in-sample / out-of-sample separation.

    JavaScript

  4. trade-chart trade-chart Public

    Browser-based futures replay simulator + live monitor with custom metric calculation and threshold alerting.

    Python