Hello, my name is

Anthony Baxter

I’m a software developer who enjoys building with Python, TypeScript, React, and Rust. I’m especially interested in developing products in the areas of finance, supply chain management, and algorithmic trading.

About

I’m a full-stack developer who transitioned into software from the world of finance. I studied Finance and Accounting during my undergraduate degree and initially planned to continue in that direction. But during the pandemic I took an interested in the impact supply chain distruptions were having on global economies, which led me to pursue a Master’s degree in Supply Chain Management.

It was during that program that I wrote my first line of code, and immediately I was hooked. The idea of using code to bring ideas to life and solve real problems deeply resonated with me. Without a formal background in computer science, I knew it would take a significant investment of time and effort to get to a professional level. So I started learning by building.

I’ve gone through dozens of side projects starting, scrapping, refactoring, and learning from each one. Over time, I picked up the tools and habits that real development work demands: systems design, testing, version control, documentation and deployment. I've worked with a variety of technologies, adding to my toolkit as needed and letting curiosity lead the way.

Today, I’m comfortable working across the stack from backend systems to frontend frameworks. The technologies I’ve spent the most time with lately include:

  • Python
  • Typescript
  • Rust
  • FastAPI
  • Next.js
  • PostgreSQL
  • Django
  • React
  • Docker

Experience

Software Developer

Midas System | Oakville, ON
Jan 2024 -> Present
  • Developed an open-source event-driven algorithmic trading platform using Python, supporting backtesting, walk-forward analysis, and fully automated live trade execution.
  • Designed and deployed a PostgreSQL database on a self-managed Linux server to efficiently store and access over 1 TB of financial time series data, optimized for analytical workloads.
  • Implemented a React-based trading dashboard to visualize and compare strategy performance, enhancing trader insights and supporting interactive decision-making.
  • Engineered an ETL pipeline in Rust for the ingestion, processing, and storage of ~10 GB of futures price data per day acquired via a data vendor feed, ensuring seamless data integration.

Projects

Midas

  • Midas Systems began as a side project to test trading strategies and evolved into a full-featured, event-driven algorithmic trading framework. It supports backtesting, walk-forward validation, and automated live execution.
  • To support strategy development at scale, the platform provides users with a containerized PostgreSQL database system tailored for storing and querying large volumes of time series data. Ensuring that even multi-GB datasets can be accessed efficiently for both backtests and live strategy execution.
  • On the front end, a React-based dashboard offers users visibility into strategy performance. It includes interactive charts, historical comparisons, and analytical summaries to support faster, more informed decision-making.

Forge

  • Forge is a command-line tool that simplifies the often tedious setup process for C and C++ projects. As someone coming from Rust and Python, I found C++ project setup confusing and fragmented, Forge was my solution.
  • The tool guides users through selecting a language standard, build system, package manager, and test framework. It then generates a fully functional “Hello World” project with proper structure, ready to compile and run in seconds.

Pakket

  • Pakket is an educational protocol framework I built to explore how TCP/IP and HTTP work under the hood. It includes hand-crafted TCP and UDP layers using Python’s socket module, along with a structured HTTP layer built on top.
  • The project demonstrates how raw byte streams are parsed into requests and back to responses without relying on external libraries

Contact

Whether you're hiring or just want to connect, feel free to reach out via LinkedIn or email me at anthonybaxter819@gmail.com.

Designed & Built by Anthony Baxter | Powered by NextJs