Skip to content
View matthambrecht's full-sized avatar
💻
:(){:|: &};:
💻
:(){:|: &};:

Block or report matthambrecht

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 supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
matthambrecht/README.md

Matthew Hambrecht

Full Stack Software Engineer • AI/ML • Systems Engineering


👨‍💻 About Me

I’m a passionate software engineer with experience in full-stack development, systems programming, and applied AI/ML. I enjoy building efficient, scalable solutions: from real-time agent frameworks to in-memory databases, and thrive at the intersection of performance engineering and user experience.


🛠️ Technical Skills

  • Languages: Python, C++, C, Rust, JavaScript, TypeScript, SQL, Bash
  • Frameworks/Technologies: React, React Native, Flask, FastAPI, jQuery
  • Databases/Storage: PostgreSQL, MySQL, Redis
  • Tools/Systems: Linux/RHEL, JIRA, Git, REST APIs, WebSockets
  • DevOps: Docker/Podman, Jenkins, PyTest, GoogleTest, GitHub Actions

📂 Public Portfolio

🚧 Current Project

  • Eaql: EAQL (English Augmented Query Language) is a simplified, English-like query language designed as natural-language alternative to SQL. It's built for learners, educators, and tinkerers.

✅ Recent Projects

  • Mailbox: A C library for interprocess communication (IPC) using POSIX shared memory and semaphores for lock-free, low-latency message passing.
  • FaceSync: Real-time CCTV video analysis with facial recognition and object tracking, achieving sub-200ms alert times.
  • Translite: Modular, multilingual translation tool for low-resource environments, using TF-IDF and Naive Bayes for language detection.

🗂️ Other Projects

  • PredEmotions: Neural network for emotion-specific sentiment classification.
  • Scalpddit: Reddit content monitoring tool for new posts matching specified criteria.

🔗 Links

LinkedIn GitHub

Pinned Loading

  1. eaql eaql Public

    EAQL (English Augmented Query Language) is a simplified, English-like query language designed as natural-language alternative to SQL. It's built for learners, educators, and tinkerers.

    Rust

  2. FaceSync FaceSync Public

    Streamline analysis of CCTV footage for precise event timing using multi-CCTV body detection, powered by computer vision algorithms and implemented in C++.

    C++

  3. Mailbox Mailbox Public

    A C library to facilitate IPC (interprocess communication) by allowing multi-directional message sharing, mimicking that of a standard postal system.

    C

  4. PredEmotions PredEmotions Public

    A neural network model designed to classify emotions from text input, such as happy, sad, angry, etc. This network leverages a GRU to process sequential text data and learn patterns associated with…

    Python

  5. Scalpddit Scalpddit Public

    Reddit scalping program for buying from forums.

    Python

  6. Translite Translite Public

    Translite is a lightweight, modular, multilingual translation tool designed for low-resource environments like IoT systems. It uses TF-IDF and a Multinomial Naive Bayes classifier to detect the inp…

    Jupyter Notebook