Skip to content
View a-fleming's full-sized avatar
  • California, USA
  • 14:53 (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.

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 developer who likes building small, practical command-line tools and figuring out how things work under the hood. I work mostly in Python, with Go and SQL as I build toward backend development.

Outside of code, I'm a big board game player, which is actually where my nextgame project started.

What I'm building

  • nextgame - a local-first Python CLI that recommends what board game to play tonight based on player count, time, and the kind of night you want. Standard library only, with SQLite, migrations, argparse, and pytest.
  • nog - an Advent of Code helper CLI (in progress). Its standout feature is a browser-assisted login that captures your session automatically, so you skip the manual cookie-copying other tools require.

Find me on Boot.dev

I spend a lot of time on Boot.dev as a-fleming, where I'm a top-ranked student and a regular in the help channels.

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. nog nog Public

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

    Python