Skip to content
View a-fleming's full-sized avatar
  • California, USA
  • 17:38 (UTC -07:00)

Block or report a-fleming

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.

Content in all repositories owned by your account will be closed.
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
a-fleming/README.md

Hi, I'm Aaron

I'm a software developer focused on backend systems, developer tooling, and automation. I work primarily in Go, Python, and SQL, building APIs, CLI tools, integrations, and data workflows.

My background includes computer science and information technology degrees from the U.S. Naval Academy, six years as a Navy officer in technical and cyber operations, and four years leading business operations before transitioning into software full time.

I'm particularly interested in backend engineering, developer productivity, infrastructure, and practical automation.

What I'm building

  • Catalyst for Boot.dev - an unofficial Chrome/Brave extension used by Boot.dev learners. I maintain integrations with Boot.dev APIs and site behavior, ship workflow and progress-tracking features, and respond to user-reported bugs and feature requests.

  • nextgame - a Python CLI for choosing a board game from a local collection based on player count, available time, and preferences. Built with SQLite, schema migrations, argparse, and pytest using only the Python standard library.

I also build private developer and workflow-automation tools that integrate with external APIs and authenticated systems.

Technical focus

Go · Python · SQL · PostgreSQL · SQLite · REST APIs · CLI tooling · Git/GitHub · Docker · Linux · pytest

Boot.dev

I continue to work through backend and infrastructure-focused material on Boot.dev and regularly help other learners debug code and reason through programming concepts.

Pinned Loading

  1. nextgame nextgame Public

    Nextgame: a local-first CLI that recommends what to play tonight from your board game library, based on player/time constraints, preferred genres/mechanics, and recent plays.

    Python 1

  2. breaking-boot/catalyst breaking-boot/catalyst Public

    Unofficial browser extension that adds quality-of-life tools, leaderboard enhancements, and progress helpers for Boot.dev.

    JavaScript 6

  3. nog nog Public

    A small Advent of Code helper CLI for terminal-based puzzle workflows.

    Python