Skip to content
View Austin-Metke's full-sized avatar
😴
You ever just Thread.sleep(Long.MAX_VALUE);
😴
You ever just Thread.sleep(Long.MAX_VALUE);

Highlights

  • Pro

Block or report Austin-Metke

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

Hi, I'm Austin

I'm a senior CS student at CSU Monterey Bay looking for a software engineering role for 2026. Most of what I work on is mobile apps, webapps, desktop, and the occasional personal project.


Connect

LinkedIn GitHub Portfolio


Projects

  • OTTER (Open Text Transcription Editing Resource) My CSUMB capstone proof of concept. It's a desktop app that lets you edit audio by editing its transcript. Click a word, the audio seeks to it. The UI is Electron and TypeScript, and the transcription pipeline is Python using faster-whisper and WhisperX with word-level timestamps. Everything runs locally so audio never leaves the machine. The pipeline is configurable through JSON specs, supports cooperative pause, resume, and cancel over IPC, and has a small set of post-processors for cleaning up word timings and filtering filler words.

  • Furnace App (private repo, client work for the Furnace Teen Center) A Flutter app the Furnace uses to track who is on site. Members and staff scan a location QR code to check in or out, and logs are written to a Parse/Back4App backend. I built the auth flow on top of ParseUser, set up encrypted session storage with flutter_secure_storage, and wired up the QR scanning, logging, and admin views.

  • DMG-J (Game Boy Emulator) A Game Boy emulator I wrote in Java. It has a working Z80 CPU, ROM loading, MBC1 memory mapping, scanline GPU rendering, and a debugger UI for stepping through instructions and inspecting memory.

  • Expense Tracker Flutter and Firebase mobile app I built for a construction company. Employees log expenses, attach receipt photos, and see spending broken down by category. Cloud Functions handle the backend logic.

  • m-overlay (open-source contribution) bkacjios' controller input overlay for Dolphin, used by Melee speedrunners. I added support for several new games by reverse-engineering the controller input memory addresses they use.

  • DynamicDNS-Spigot (open-source contribution) Added Namecheap support to a dynamic DNS plugin for Minecraft Spigot servers, including the XML response parsing for the update API.


Tech

Languages Java TypeScript Python Dart JavaScript C# SQL Lua

Frameworks and runtimes Flutter Electron React Native Spring Boot Node.js Firebase

Tools Git Docker Linux Bash PostgreSQL Google Cloud

Pinned Loading

  1. DMG-J-DEV DMG-J-DEV Public

    Java

  2. expense_tracker expense_tracker Public

    A cross-platform Flutter app that tracks company expenses

    Dart

  3. OTTER-Capstone-ORG/OTTER OTTER-Capstone-ORG/OTTER Public

    TypeScript 4 2