Available for select engagements

Electrical engineer
building software that ships.

I design power systems for real buildings and write the code that runs in production. Based in Jamaica. Working across electrical design, Rust web applications, AI tooling, and quantitative trading.

14
Projects shipped
5
Engineering builds
11
Software systems
3+
Years in practice
About

Two disciplines, one engineer.

I’m a Project Engineer at DKAM Engineering Solutions in Portmore, Jamaica, with a BEng in Electrical and Computer Engineering from the University of Technology. My day job is planning, coordinating, and delivering electrical installations. My off-hours are spent building software that actually reaches users.

Over the past three years I’ve designed power layouts, solar PV systems, ELV networks, and lighting schemes for commercial and residential buildings — while in parallel shipping a live Rust web application, a validated MT5 trading strategy, an AI assistant embedded in Revit, and an EPA SPCC compliance calculator used by other engineers.

I like problems where the physical and digital meet: calculators that enforce real regulations, automation that replaces spreadsheets, and engineering tools that respect the user’s time.

Experience

Where I’ve worked.

  1. Project Engineer / Manager

    Sep 2025 — Present

    DKAM Engineering Solutions Limited • Portmore, Jamaica

    • Project planning, scheduling, and execution across electrical installations
    • Technical coordination and documentation for multi-trade projects
    • Resource and vendor management; client liaison
    • Reporting and problem-solving on active sites
  2. Electrical Engineer

    Aug 2023 — Sep 2025

    HTG Engineering • Kingston, Jamaica

    • Electrical design for commercial and residential buildings
    • Solar PV system design for renewable energy projects
    • Pole-line design for distribution networks
    • ELV design and 3D lighting design with Enscape / TwinMotion renders
  3. Electrical Design Engineer Intern

    Nov 2022 — Aug 2023

    Ken Warren Associates Ltd. • Kingston, Jamaica

    • Designed building power layouts
    • Modified electrical CAD designs and reviewed project designs
    • Collected data for new designs and projects
  4. Electrical Design Engineer Intern

    Mar 2022 — May 2022

    Ken Warren Associates Ltd. • Kingston, Jamaica

    • Designed building power layouts
    • Modified electrical CAD designs and reviewed project designs
Selected work

Projects.

A sample of engineering and software work — filter by discipline.

2025 Deployed

Bund Wall Calculator

EPA SPCC compliance engine for fuel storage containment

A production web calculator that sizes secondary containment bunds for fuel and transformer oil storage. Implements 40 CFR 112.8(c)(2) (110% rule), displacement accounting, multi-tank scenarios, and insufficient safety factor warnings. Deployed to Hostinger and used by practicing engineers.

  • Implements EPA 40 CFR 112 containment rules
  • Multi-tank and mixed-shape bund support
  • Structural wall-thickness and hydrostatic validation
  • Print-ready engineering reports
JavaScript HTML5 CSS Alpine.js
2025-2026 Live

WattFinds (DealBot)

Autonomous deal aggregator with Rust web frontend

Full-stack deal discovery platform: a Python scraper harvests Amazon products and promo campaigns, while a Rust/Axum website serves a fast, searchable deal feed. Automatic coupon matching, campaign expiry, Twitter posting pipeline, and SQLite/WAL storage.

  • Rust/Axum server with Askama compile-time templates
  • Python scraper + automated social posting
  • Campaign auto-matching by ASIN with expiry
  • SQLite WAL mode with 60s busy-timeout
Rust Axum Askama Python SQLite
Visit
2026 Validated

BollingerReversion EA

Validated quantitative trading strategy for MT5

An Expert Advisor for MetaTrader 5 trading H4 Bollinger Band squeeze breakouts filtered by the 200 EMA trend. Backtested on all FX majors with in-sample and out-of-sample validation. 5:1 reward-risk with ATR-based stops.

  • EURUSD IS 2018-2024: +155.3% over 544 trades
  • OOS 2025-Feb 2026: +24.2% with no win-rate decay
  • 5:1 R:R with ATR(0.6) stop and ATR(3.0) target
  • All FX majors tested independently, results reproducible
MQL5 Python MT5 Strategy Tester
2025 Active

Revit Advisor

AI assistant for Revit MEP workflows

A pyRevit extension and Python backend that answers MEP engineering questions inside Autodesk Revit. Integrates an LLM with project context, a SQLite knowledge base, and structured prompts tuned for building services.

  • Native Revit extension via pyRevit
  • Context-aware prompts for MEP design
  • Local SQLite knowledge base
Python pyRevit SQLite LLM APIs
2025 Active

JSE Tracker

Jamaica Stock Exchange live data dashboard

A full-stack tracker for the Jamaica Stock Exchange with a data-ingestion backend and a responsive frontend dashboard. Tracks price movements, volume, and historical performance across listed equities.

  • Real-time JSE equity data
  • Historical trend visualisation
  • Responsive dashboard frontend
Python JavaScript REST API
2023-2025 Delivered

Solar PV System Designs

Grid-tie and hybrid solar installations across Jamaica

Production solar PV system designs completed at HTG Engineering. Sizing, string layout, inverter selection, and compliance with JPS interconnection standards. Delivered using PVsyst for yield modelling and AutoCAD MEP for construction drawings.

  • String sizing and inverter selection
  • Yield simulation with PVsyst
  • JPS interconnection compliance
PVsyst AutoCAD MEP Revit
2022-2025 Delivered

Commercial & Residential Electrical Design

Power, lighting, and ELV systems for live projects

End-to-end electrical design for commercial and residential buildings. Power distribution, lighting layouts (photometric via Dialux Evo), ELV systems, and pole-line distribution. 3D lighting renders via Enscape and TwinMotion for client presentations.

  • Power distribution and panel schedules
  • Photometric lighting design (Dialux Evo)
  • 3D walkthrough renders for client approval
  • Pole-line distribution design
AutoCAD MEP Revit Dialux Evo Enscape
2025 Launched

J1TaxPro

Tax refund service for J1/H2B visa workers

A complete small-business package for J1 and H2B visa workers seeking US tax refunds. Includes a client tracker web app, tax prep quick-reference materials, service flyers, and an Instagram launch campaign with graphic assets.

  • Client tracker single-page web app
  • Tax prep quick-reference for J1/H2B workers
  • Launch marketing kit (IG graphics, flyers)
HTML/CSS/JS Instagram Business ops
2025 Ready

Jamaica MEP Contractor Plan

Full business plan for an MEP installation firm

A complete go-to-market package for an MEP (mechanical, electrical, plumbing) drawing and installation contractor in Jamaica. Business plan, 90-day action tracker, proposal templates, onboarding pack, employee handbook, and equipment specs.

  • Jamaica-specific market strategy
  • Proposal and onboarding templates
  • Equipment specification library
  • 90-day execution tracker
Business strategy MEP engineering
2025 Active

Lumiere

Multi-page web application with auth and billing

A multi-page web application including landing, account, contact, and dashboard pages. Built from scratch with static HTML/CSS/JS and integrated account and payment flows.

  • Multi-page architecture
  • Account and Stripe-powered billing
  • Landing, contact, and dashboard pages
HTML/CSS/JS Stripe
2025 Research

Captcha Tester

Security research tool for captcha evaluation

A testing harness for evaluating captcha implementations. Used for authorised security research and understanding captcha robustness across different vendors.

  • Captcha vendor comparison
  • Automated test harness
Python Playwright
2025 Live

Subtitle Translator

AI-powered subtitle translation tool

A browser-based subtitle translation tool that parses SRT/VTT files and translates them using LLM APIs while preserving timing and formatting.

  • Preserves subtitle timing
  • Supports SRT and VTT formats
  • Client-side processing
JavaScript LLM APIs
2025 Active

Poker Assistant

Hand-analysis and strategy helper

A Python web application that analyses poker hands, tracks sessions, and surfaces strategy suggestions. Flask-based with a templated frontend and a local data store.

  • Hand analysis engine
  • Session tracking
  • Strategy recommendations
Python Flask HTML/CSS
2026 In progress

Neon Coil

Mobile game project

A mobile game in development with accompanying spec documents, dev roadmap, and agent-assisted workflow.

  • Spec-first development
  • Mobile-native target
Game dev Spec-driven development
Capabilities

Skills & tools.

Electrical design

  • AutoCAD MEP
  • Revit
  • Dialux Evo
  • PVsyst
  • Enscape / TwinMotion

Software

  • Rust • Axum • Askama
  • Python 3.12
  • C++
  • SQLite
  • JavaScript / HTML / CSS

Hardware & test

  • System Verilog / Verilog
  • Altera DE2 FPGAs
  • LabVIEW
  • Oscilloscopes & signal generators
  • Multisim / Quartus

Algorithms & signals

  • MATLAB
  • Digital signal processing
  • Control systems
  • Quantitative trading (MQL5)

Domain expertise

  • EPA SPCC (40 CFR 112)
  • Solar PV system sizing
  • Photometric design
  • ELV & pole-line design

Delivery

  • Project planning & scheduling
  • Vendor & resource management
  • Technical documentation
  • Client liaison
Contact

Let’s build something.

Open to engineering consulting, software contracts, and interesting collaborations. Fastest way to reach me is email.