Senior Systems Engineer

Hi, Jed here.
I like to build things.

Crafting high-performance distributed systems and sophisticated user interfaces at the intersection of design and engineering.

expand_more
/

Experience

2024 — PRESENT

Lead Ecommerce Solutions Engineer — Leanin' Tree Inc.

Lead the design and implementation of a multi-platform ecommerce ecosystem, specializing in Shopify development, automated ERP integration, and high-impact cost-saving migrations for diverse stakeholders.

TypeScriptGoShopify LiquidPythonReact Router / Remix

2021 — 2023

Software Engineer — Pink Summit LLC

Split across two engineering teams - Spearheaded migration of a legacy Java Applet platform to Angular, modernizing user experiences, and built Python-based Atlassian integrations under government security requirements, handling sensitive data workflows in compliance-controlled AWS environments.

AngularPythonJavaTypeScriptAWS

2018 — 2021

Software Engineer — RxD Software LLC

Built bespoke web applications and backend services for a diverse client portfolio. Shipped production systems utilizing a wide range of technologies to meet unique project requirements.

PythonGoTypeScriptReactAWS

2014 — 2018

B.A. Computer Science — University of Colorado Boulder

Minor in Leadership. Studied software engineering, algorithms, and systems design while developing foundational skills in cross-functional collaboration and technical leadership.

Design Database SystemsHuman Computer InteractionIntro to AIAlgorithms
/

Personal Projects

code GitHub
candlestick_chart

AlgoTrader

GoPythonAWSTerraformLightGBMPostgreSQL

A production-grade automated US equity day-trading system. Screens the market pre-open, scores candidates with a LightGBM ML pipeline and FinBERT sentiment analysis, then executes 14 intraday algorithms through Alpaca's brokerage API, fully autonomous during market hours.

Challenge

Building a zero-intervention trading system that manages real capital across three float tiers, with robust risk controls, 4x PDT margin utilization, and reliable EOD liquidation, all on a cost-efficient serverless infrastructure.

Solution

Go trading engine on ECS Fargate with EventBridge scheduling (~81% cost reduction vs always-on), a 14-step risk approval pipeline, SQS FIFO for per-symbol ordering, weekly walk-forward ML retraining with SHAP pruning and KS drift detection, and a real-time Svelte dashboard via WebSocket push.

Technical Strategy

Go was chosen for the trading engine for its goroutine concurrency model and single-binary deployment, critical for processing 8 parallel symbol streams with sub-millisecond latency. Python handles the ML layer (LightGBM, FinBERT) where ecosystem maturity matters more than speed. ECS Fargate with EventBridge scheduling eliminates idle compute costs, while SQS FIFO guarantees per-symbol message ordering without a self-managed broker. Terraform codifies the entire stack for reproducible deploys.

open_in_new Live Site
fingerprint

SpectraSeal

RustFFmpegSIMDDCT/FFT

A high-performance forensic watermarking ecosystem that embeds traceable, near-invisible identifiers into images and video streams. Uses transform-domain steganography to survive screenshots, re-compression, and analog-hole attacks.

Challenge

Traditional watermarks (visible overlays, LSB pixel-flipping) are trivially defeated by cropping, JPEG re-compression, or simply screenshotting the content, creating a new file with entirely different pixel values and potential geometric distortion.

Solution

Embeds AES-256-GCM encrypted payloads into mid-frequency DCT coefficients across 8x8 blocks, paired with an FFT-based pilot signal for geometric recovery. Video uses A/B adaptive streaming, dual-encoded segments form a per-user binary "DNA" sequence via manifest orchestration, eliminating per-user transcoding at scale.

Technical Strategy

Rust was chosen for its zero-cost abstractions and SIMD intrinsics (AVX2/NEON), critical for processing frequency blocks in parallel at <15ms image latency and real-time 60fps video. FFmpeg bindings handle segment encoding without reinventing codec logic. Reed-Solomon ECC and majority voting across blocks ensure blind extraction survives 50% JPEG quality, 720p→480p downscaling, and 15° rotation. The zero-copy ownership model eliminates unnecessary allocations in the media buffer pipeline.

open_in_new Live Site
palette

Chassis UI

LitWeb ComponentsPostCSSStyle DictionaryAstroStorybook

A framework-agnostic design system bridge that solves design system lock-in. Swap an entire visual identity — Material 3, Shopify Polaris, IBM Carbon — by changing a single CSS import, without touching component logic.

Challenge

Design systems couple visual identity to component logic, locking teams into a single ecosystem. Migrating between systems (e.g., Polaris to Carbon) means rewriting components, not just restyling them, and CSS leaking between Shadow DOM boundaries breaks encapsulation at scale.

Solution

Headless Web Components built with Lit expose CSS Shadow Parts for safe external styling, wired to a global token schema via CSS Custom Properties. Style Dictionary transforms raw design tokens into system-specific variable files — theme-swapping is a single CSS import with <100ms style recalculation. Framework wrappers for React, Vue, Svelte, and Angular are auto-generated via @lit/react.

Technical Strategy

Lit was chosen over heavier frameworks for its minimal runtime footprint, Web Components need lifecycle management, not a virtual DOM. PostCSS and CSS Modules handle token processing at build time, keeping runtime cost near zero. Style Dictionary provides the single-source-of-truth pipeline from design tokens to platform code, making new system support (Fluent, Atlassian) a CSS mapping file with no JS changes. Astro powers the docs site and Storybook provides isolated component testing, both leveraging the same Web Components directly.

/

Expertise

Modern Stack 2026

Languages

TypeScript

Full-stack Development

Go (Golang)

Concurrency & Performance

Python

ML & Automation

Rust

Systems Programming

SASS

Styling & Design Systems

Bash

Scripting & Tooling

Frameworks & Runtime

React

Component Architecture

Angular

Enterprise Apps

Astro

Static & Hybrid Sites

Remix

Full-stack Routing

Node.js

Scalable I/O

Flask

Python Web Services

Data & Machine Learning

SQL

Postgres / Relational DBs

NoSQL

MongoDB / Document Stores

TensorFlow

Deep Learning

PyTorch

Neural Networks

Pandas

Data Analysis

Prompt Engineering

LLM Integration

Infrastructure & DevOps

AWS

Cloud Infrastructure

Docker

Containerization

Terraform

Infrastructure as Code

Firebase

Serverless & Realtime

Redis

Caching & Queues

GitHub Actions

CI/CD Pipelines

Tools & Integrations

GraphQLREST APIsWebhooksOAuthGitLiquidMaterialUIAtlassian PlatformJupyterShopifyFigmaStripeStrapiTailwind