Skip to content
View jhgit0219's full-sized avatar

Block or report jhgit0219

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

Jetchomen Husain

Full-stack developer at Accenture. I work across Angular and React frontends backed by .NET, PEGA, and Node.js, mostly on systems where a legacy platform and a modern one have to keep talking to each other in production. A lot of those are locked behind Enterprise Azure.

Outside of that I build small self-hosted services and developer tooling, usually in Python or TypeScript. The projects below are the ones I actually run:

What I'm working on

audio-transcriber β€” Self-hosted transcription API. faster-whisper for speech, PANNs for sound events, Redis job queue with SSE progress streaming and cancellation. Runs in Docker on your own hardware, so no audio leaves the box.

mcp-obfuscator β€” MCP server that rewrites source-file identifiers before they're sent to a model, then restores them on writeback. For working on code you'd rather not send upstream verbatim.

multi-agent-dev-platform β€” Orchestrator that coordinates feature, dev, test, security, and devops agents against a shared standards document.

ai-video-generator β€” Local pipeline that turns a narrated script into an edited clip: scrapes reference footage, cuts to the narration, applies effects.

astonc-KernelSU-SUSFS β€” KernelSU-Next + SUSFS kernel for the OnePlus Ace 3 on PixelOS 16, built reproducibly in GitHub Actions.

Stack

Frontend β€” TypeScript, React, Next.js, Angular, Tailwind

Backend β€” Node.js, .NET, Java/Spring Boot, Python, FastAPI

Enterprise β€” PEGA (Systems Architect), case management, decision tables

Testing β€” Playwright, page-object patterns, CI regression suites

Infra β€” Docker, Redis, GitHub Actions, Jenkins

Background

Four rotations at Accenture since 2023: Java packaged applications, PEGA systems architecture, test automation, and now full-stack delivery. The test-automation stretch was Playwright and TypeScript over PEGA flows, replacing a meaningful share of manual regression.

Pinned Loading

  1. jflix-app jflix-app Public

    A netflix clone. Intended to be a personal learning development project.

    TypeScript

  2. ai-video-generator ai-video-generator Public

    Agentic AI Video Generator with scraping and effects

    Python

  3. astonc-KernelSU-SUSFS astonc-KernelSU-SUSFS Public

    KernelSU-Next + SUSFS kernel for OnePlus Ace 3 (astonc) on PixelOS 16, 5.15.207 - reproducible GitHub Actions build

  4. audio-transcriber audio-transcriber Public

    A self-hosted audio transcription API powered by faster-whisper and PANNs sound detection. Upload audio files and get timestamped transcripts with detected sound events. Features a Redis-backed job…

    Python

  5. mcp-obfuscator mcp-obfuscator Public

    Local MCP server that obfuscates source-file identifiers before Claude Code sends them to Anthropic, and restores them on writeback.

    TypeScript

  6. multi-agent-dev-platform multi-agent-dev-platform Public

    Multi-agent AI Driven Platform

    TypeScript