Skip to content
View DavidAGInnovation's full-sized avatar

Block or report DavidAGInnovation

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

Pinned Loading

  1. Backend-Service-User-Org-Subscriptions-API Backend-Service-User-Org-Subscriptions-API Public

    Production-style FastAPI service showcasing: OpenAPI, Postgres migrations, Redis caching, background jobs, JWT+RBAC auth, rate limiting, tests, Docker Compose, CI, and basic observability (logs/met…

    Python 1

  2. event-gateway event-gateway Public

    Built an async Rust event gateway (Axum/Tokio) with HMAC-signed publish, idempotency, and SSE streaming. Demonstrates security-first API design, backpressure-aware concurrency, and streaming patter…

    Rust

  3. dogg-tap-api dogg-tap-api Public

    Tap counter with Redis daily cap, $DOGG rewards, TON payouts, HMAC + rate limiting.

    TypeScript

  4. windows-usb-installer-macos windows-usb-installer-macos Public

    Create a bootable Windows USB on macOS. Safe GPT+FAT32 prep, ISO copy, and >4GB install.wim splitting via wimlib.

    Shell 1

  5. parse-nginx-logs parse-nginx-logs Public

    🔍 Advanced nginx access log analyzer built with bash and Unix tools. Generates comprehensive traffic reports with request statistics, status code breakdowns, and bandwidth analysis.

    Python

  6. Real-Time-Audio-Transcription Real-Time-Audio-Transcription Public

    Real-time audio transcription with noise reduction using PyAudio and OpenAI's Whisper model.

    Python