Skip to content
View Jaefae's full-sized avatar
馃憖
debugging...
馃憖
debugging...
  • Florida
  • 05:12 (UTC -04:00)
  • LinkedIn in/jaefae

Block or report Jaefae

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鈥檛 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鈥檚 behavior. Learn more about reporting abuse.

Report abuse
Jaefae/README.md

Hi, I'm Jack

Building test-driven, performance-first software for developers and students.

CS student at the University of Florida (B.S., December 2027), in Gainesville, FL. I work on performance-sensitive code, mostly C++ and Rust, and I like the kind of problem where the honest answer is "measure it, then decide."

Two years as a school-district IT technician before college, which is still how I think about debugging: something is already broken, and the job is narrowing it down.

Right now: building md2anki and a WebAssembly portfolio, and looking for a Summer 2027 software engineering internship.

Things I've built

  • md2anki: C++ CLI that turns messy markdown into Anki flashcards. Built a recursive-descent parser that recovers from malformed input (like stray Windows Byte Order Marks) instead of crashing. Tested against 30+ deliberately broken fixtures.
  • Swamp Sequencers: C++ benchmarking harness comparing suffix arrays against suffix trees for pattern matching over NCBI GenBank E. coli chromosome data. Implemented memory-mapping and an interactive FTXUI terminal interface to measure where each structure actually wins.
  • portfolio-website: A full-stack Rust web application to host my projects and writing. Built with the Dioxus framework, compiled into a WebAssembly binary, and automated via Cloudflare Pages.
  • JobTrail: browser extension that pulls job listings off LinkedIn, Indeed, and Glassdoor into a CSV, so I stop losing track of where I applied.

Tools

C++ Rust Python Lua SQL RISC-V assembly JavaScript WebAssembly

CMake 路 GoogleTest 路 Catch2 路 ftxtui 路 Dioxus 路 GDB 路 Valgrind 路 Linux 路 Windows 路 MacOS


馃摣 Hendrix.Jack@ufl.eduLinkedInPortfolio Site

he/him 路 colorblind, which explains some of my color choices

Pinned Loading

  1. md2anki md2anki Public

    A command-line tool that converts a lightweight, markdown-like plaintext format into an CSV deck importable to Anki.

    C++ 4

  2. Swamp-Sequencers Swamp-Sequencers Public

    Forked from MichaelAmiot/Swamp-Sequencers

    The Swamp Sequencer: Suffix Array vs. Suffix Tree on Real Genome Data

    C++ 1

  3. portfolio-website portfolio-website Public

    Rust 2

  4. JobTrail JobTrail Public

    A multi-platform browser extension for those looking to manage their application process and keep tabs on progress.

    JavaScript