Skip to content
View BrandonRobare's full-sized avatar

Highlights

  • Pro

Block or report BrandonRobare

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

Hi, I'm Brandon Robare

Computer Science graduate from Kent State University. I work in C and C++ on systems and data-structure problems, build web apps in Python and JavaScript, and care about clean, tested code. The repositories below come from my degree work, rewritten and documented so each one stands on its own.

Every project has a README, a Wiki, and diagrams. Where a project has tests, a GitHub Actions workflow runs them on each push.

Featured projects

Project What it is Built with
netPong Two-player Pong that plays across a TCP connection, using a line-based protocol I implemented from the course RFC C, BSD sockets, ncurses
ShyneBeauty Senior capstone: a Flask and SQLite admin app for a skincare business that tracks customers, orders, inventory, and shipments. I built the data model, authentication, and order workflows Python, Flask, SQLite
struct-prog-lang A small interpreted language. Source runs through a tokenizer, a recursive-descent parser, and a tree-walking evaluator. I added function calls, a hand-written math library, and a do-while loop Python
ryug-store A multi-page store front end with live product search, a discount game, and form validation in plain JavaScript (live demo) HTML, CSS, JavaScript
cs3-projects A separate-chaining HashMap and ten Gang-of-Four design patterns in C++ C++, STL
cs2-projects Data structures from scratch: an arbitrary-precision integer, a String class, an infix-to-postfix assembler, and a source-code profiler, each with a unit-test suite C++

Skills

  • Languages: C, C++, Python, JavaScript, SQL
  • Web: Flask, HTML, CSS, vanilla JavaScript
  • Tools: Git, GitHub Actions, Make, pytest, SQLite, ncurses
  • Topics: data structures, design patterns, socket programming, interpreters, relational schema design

GitHub

Brandon's GitHub stats Top languages

Reach me

Pinned Loading

  1. ShyneBeauty ShyneBeauty Public

    Forked from bianca-amoako/ShyneBeauty

    Capstone project spring 2026

    Python

  2. telemetry-frame-mapper telemetry-frame-mapper Public

    Turn DJI drone video into GPS-registered 3D gaussian splats — geotag frames, map coverage, plan missions, and reconstruct, with WebODM/OpenDroneMap-ready output.

    Python 1

  3. netPong netPong Public

    Two-player networked Pong in C over TCP, using a line-based protocol designed from a course RFC, with ncurses terminal rendering.

    C

  4. struct-prog-lang struct-prog-lang Public

    Forked from sopatz/struct-prog-lang

    A tree-walking interpreter for a small language in Python: tokenizer, recursive-descent parser, evaluator, and REPL. Added function calls, a math library, and a do-while loop.

    Python

  5. cs3-projects cs3-projects Public

    Data structures, STL, and Gang-of-Four design patterns in C++ (Kent State CS III): a custom chaining HashMap plus Singleton, Template Method, Factory, Bridge, Adapter, State, Decorator, Composite, …

    C++

  6. ryug-store ryug-store Public

    RYUG Store: a multi-page e-commerce storefront front-end built with vanilla HTML, CSS, and JavaScript (Kent State Web Programming I).

    HTML