Go Backtester
A custom backtesting engine built for strategies that stopped fitting neatly inside off-the-shelf Python frameworks.
Tags / Go
A custom backtesting engine built for strategies that stopped fitting neatly inside off-the-shelf Python frameworks.
A Go framework for local apps where the Go process owns the DOM and the browser is just a screen. No Electron, no complex JS frontend, no API layer; go build gives you one binary that opens a tab.
A Go ephemeris toolkit built on NASA JPL ephemeris data, born from porting a real Skyfield-based workflow. Now the bedrock for further tooling in this space.
Apr 29, 2026
I kept needing a UI for local Go tools and hating every option. So I built a framework where Go owns the DOM and the browser is just a screen.
Feb 25, 2026
AI-assisted port of Skyfield (Python) to a Go ephemeris library. Validation-first approach, golden tests, and bug hunts.
Jun 21, 2025
Outgrew Python tools, built my own Go backtester. Here's what I learned about speed, scale, and tradeoff.
Aug 1, 2017
When working on multiple projects that use GoLang see how you can ensure that updating dependencies do not break other projects.
Jul 27, 2017
If your Go version is stuck at an earlier installation, read further.