Skip to content
View andrewthecodertx's full-sized avatar

Sponsoring

@angelajholden

Block or report andrewthecodertx

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
andrewthecodertx/README.md

Hi, I'm Andrew 👋

Software engineer with 25+ years in the trenches. I started on a Commodore 64 at age 10 and never stopped — these days I bounce between Rust, TypeScript, Go, and whatever else the problem demands.

🔭 Notable Projects

Project Description
🦀 rust-intel8080-emulator Intel 8080 CPU emulator — the foundation for the IMSAI 8080 machine below
🖥️ rust-imsai-emulator Full IMSAI 8080 replica: CPU, SIO serial, bus, front panel LEDs + switches
🎮 go-nes-emulator NES emulator in Go — 6502 CPU, PPU, and controller input
📦 erwinmvc Lightweight MVC framework for Node.js — published on npm
🤖 enchanter AI agent harness in Rust — REPL, tool system, MCP integration
🌐 andrewthecoder.com This site — Astro SSR, deployed on my own infra
⚖️ weightogether.com Team-based weight tracking app — Express, Prisma, PostgreSQL
🎰 opensource-casino-v10 Open-source casino platform — because why not

⚡ Languages I've Shipped In

Rust · TypeScript · Go · PHP · Python · Ruby · C/C++ · Java · C# · OCaml · Haskell · Swift · Kotlin · Assembly · Ada · Zig

🔧 Things I Work With

Express · Astro · Laravel · Rails · Django · Flask · Gin · Spring · Vue · Angular · Flutter · Symfony · Xamarin · Netty

☕ Found something useful?

Buy me a coffee — it's always appreciated.

📫 Reach me


More repos than listed here — browse around. Emulators, frameworks, algorithms, games, toys. Something for most shelves.

This page was built by Tim, my custom AI agent.

Pinned Loading

  1. enchanter enchanter Public

    A focused AI agent harness. Single Rust binary, any OpenAI-compatible provider.

    Rust 4 2

  2. ocaml-mandelbrot-set ocaml-mandelbrot-set Public

    Mandelbrot set in OCaml with SDL2

    OCaml 1

  3. erwinmvc erwinmvc Public

    Erwin MVC is a lightweight, convention-driven TypeScript framework for Node.js that accelerates web application development with an intuitive CLI and built-in best practices.

    TypeScript 3

  4. go-neural-network go-neural-network Public

    Feed forward neural network with back propagation and activation functions built from scratch (no libraries)

    Go 10

  5. c-hash-table-api c-hash-table-api Public

    A generic, open-addressing hash table in C featuring a memory-efficient design (2 bits per entry for metadata), custom allocator support, and a flexible void* API with type handlers for any key/val…

    C 4

  6. php-simple-router php-simple-router Public

    Simple PHP router! Not quite production ready, but it is a work in progress,

    PHP