Skip to content
View MenaceHecker's full-sized avatar
๐ŸŽฏ
This is my farewell tour
๐ŸŽฏ
This is my farewell tour

Block or report MenaceHecker

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โ€™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
MenaceHecker/README.md

Typing SVG


๐Ÿ•ท๏ธ Radioactive Origin

I was bitten by backend engineering somewhere around a computer science degree with an AI emphasis at the University of Georgia, and I never quite recovered. Most of my work now lives at the intersection of the two. Systems that are fast and reliable underneath, with an ML aware layer swinging on top.

The unglamorous parts of the job are half the appeal. Chasing a flaky service through a stack trace at midnight, writing a Terraform module boring enough that nobody has to think about it again, catching a timezone bug before it catches me. If a system needs to be observable, reproducible, and operable by someone who is not me, that is the kind of web I want to build.

Certifications earned along the way: AWS Solutions Architect Associate, AWS Cloud Practitioner, and Azure AZ-900.


๐Ÿงช The Serum: InferGrid

Every hero has an origin experiment. Mine is InferGrid, a production grade distributed ML inference platform built on GCP. It is the project where backend engineering and applied AI actually fuse into one working system instead of living in separate corners of a portfolio.

  • Kubernetes based autoscaling for inference workloads
  • A/B model routing between DistilBERT and a scikit learn baseline
  • Kafka backed async request queue
  • Drift detection on live traffic
  • Sub 100ms p95 latency at 500 plus requests per minute

A live demo dashboard, built in React and deployed on Vercel, talks to the GCP backend in real time so the whole thing is watchable, not just describable.


๐Ÿ™๏ธ Patrols Across the City

AtlasFlow. An event driven backend built on DynamoDB and SQS, tuned for decoupled, asynchronous processing rather than one long synchronous chain.

Nexus. A distributed observability platform for tracing requests and monitoring service health across a cluster, the kind of tool you build so the next 2am page is shorter.

Procuroid. A multi agent procurement system that earned an Honorable Mention at AI ATL 2025 on the Google Cloud track.

FraudSense. Fraud detection using graph structured models, built to catch the patterns that flat tabular data quietly misses.

PixelVault. A zero cost photo archival pipeline that routes iPhone photos through a Vercel relay to an old Pixel XL, unlocking lifetime unlimited backup through Google Photos. Built with a Next.js backend, a Kotlin Android app, and iOS Shortcuts on the upload side. Less of an AI showcase, more of a fun systems automation heist.

Mini ML Platform. A smaller scale run at the ideas behind InferGrid, the proving ground before the real thing got built.


๐Ÿงฐ Utility Belt

Languages

Java Python TypeScript JavaScript Kotlin Swift C++ SQL Bash

Backend, Cloud, and Infra

Spring Boot Node.js React Next.js GraphQL Docker Kubernetes Terraform GCP AWS

Data, Messaging, and Observability

PostgreSQL MongoDB Cassandra MySQL Kafka RabbitMQ Prometheus Grafana


๐Ÿ•ธ๏ธ Spider Sense (Live Activity)


๐Ÿ“– The Code I Swing By

With great scale comes great responsibility, for uptime, for logs, and for whoever is on call when things break at 2am.

Build systems that are observable.

Build systems that fail gracefully instead of embarrassingly.

Build systems someone else can swing through without needing a map.


๐ŸŽญ Unmasked
  • I have strong opinions about logging and monitoring, and I will share them whether you ask or not.
  • Most of my side projects start small and quietly turn into full infrastructure projects.
  • Debugging almost always starts in the code and ends in the logs.
  • I once spent an embarrassing number of hours tracking down a single timezone bug.
  • The Kafka cluster is probably fine.

Pinned Loading

  1. crumb crumb Public

    Social Media App built on React Native

    JavaScript

  2. movieIt movieIt Public

    An iOS app built with SwiftUI that lets you browse and bookmark trending movies. This is a mobile port of the bookit project with extra features

    Swift

  3. PulseForge PulseForge Public

    Event-driven backend platform built with Spring Boot

    Java

  4. signalops-android signalops-android Public

    SignalOps is a monitoring companion app that lets users sign up, log in, and access their operational dashboard from their phone.

    Kotlin

  5. CrowdLens CrowdLens Public

    Real-time Incident Intelligence Platform

    TypeScript

  6. InferGrid InferGrid Public

    InferGrid is a production-grade ML model serving and evaluation platform built from scratch

    Python