Skip to content
View IdrissaMaiga's full-sized avatar

Block or report IdrissaMaiga

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

Typing SVG

Website LinkedIn Email HackerOne npm PyPI


I've been building software for over a decade — from network infrastructure to AI-powered tools. CS Engineering student at Obuda University, Budapest. I reverse-engineer APIs, publish packages on npm and PyPI, do security research through HackerOne, and deploy microservices on Kubernetes. Every project here started because I needed to solve a real problem.


Tech Stack

Languages

Python TypeScript JavaScript C%23 Java

Frontend & Mobile

React Next.js React Native .NET MAUI Tailwind

Backend & Data

Node.js FastAPI Django PostgreSQL MongoDB

AI

LangChain Gemini OpenAI Groq

Infrastructure

Docker Kubernetes AWS GCP

Tools

Git Vercel Firebase Prisma


Flagship Projects

neptun-api PyPI Reverse-engineered the Hungarian Neptun university system. 1,123 methods across 75+ controllers in a single 3,900-line client. Includes an MCP server so AI assistants can query your university data. Python MCP Playwright

Claude-Code-Security-Analysis Investigated whether Claude Code's rate limiting could be bypassed. Proved it can't — server-side enforcement blocks every vector. Responsibly disclosed via HackerOne (Report #3642470). 7/7 tests passing. Python Security Research

product-assistant AI shopping assistant: chat with Gemini to search products, get recommendations, and compare prices. 3 microservices (API + AI + Scraping) orchestrated with Docker Compose and Kubernetes with HPA auto-scaling. C# .NET MAUI Docker K8s

filmu-streaming Full streaming platform with HLS video playback (4 player engines), subscription billing, referral system, device management, admin dashboard with analytics, and an M3U playlist processor. React Node.js MongoDB Prisma

AI & Automation

gmail-ai-agent Natural-language Gmail agent — reads your inbox, composes replies, organizes and deletes emails. Dual LLM support (Mistral + Groq). Next.js Google OAuth Mistral AI

med-study-gen Upload a PDF, lecture recording, or handwritten notes — get structured study materials and auto-generated quizzes. Supports 7 input formats including YouTube transcripts. Next.js FastAPI Tesseract OCR

document-photo-to-text-ai npm Published npm package. Extracts text from 20+ formats (PDF, DOCX, images, Excel, YouTube, web pages) using Gemini AI. Includes an MCP server for AI tool integration. Node.js Gemini AI MCP

kouma-chat Real-time chat with AI responses (Groq/Llama 3), file sharing, room-based conversations, and syntax-highlighted code blocks. React Socket.IO SQLite

Trading & Finance

trading-bot Automated XAUUSD grid strategy on MetaTrader 5. BUY-only grid with pause/resume mechanics. Includes a real-time web dashboard, tick-based backtester, and 33 passing tests. Python MetaTrader 5 WebSocket

signal-app Mobile app for broadcasting and receiving forex/binary trading signals. Real-time delivery via Firebase, role-based access for signal senders. React Native Firebase Expo

More Projects

Project What it does Stack
filmu-server Backend API for the Filmu streaming platform Node.js, Express, Prisma
filmu-mobile Mobile client for Filmu (Android/iOS) React Native
email-monitor Email monitoring with real-time WebSocket updates Django, PostgreSQL, Docker
langchain-study-gen AI study material generator Python, FastAPI, LangChain
proxy-server HTTP/media proxy with rate limiting and FFmpeg Node.js, Express
portfolio Personal website with AI chat and 3D graphics — Live Next.js, Three.js
jyourdays Personal diary app React, TypeScript

Stats Top Languages

Activity Graph

Pinned Loading

  1. gmail-ai-agent gmail-ai-agent Public

    AI-powered Gmail automation agent using Next.js, Google OAuth, and DeepSeek R1

    TypeScript 1

  2. neptun-api neptun-api Public

    The most complete Python wrapper for the Hungarian Neptun university system API

    Python 3

  3. Claude-Code-Security-Analysis Claude-Code-Security-Analysis Public

    Security research on Claude Code rate limiting -- responsible disclosure via HackerOne, 7/7 tests passing

    Python 1

  4. filmu-streaming filmu-streaming Public

    Full-featured streaming platform built with the MERN stack

    JavaScript

  5. portfolio portfolio Public

    Personal portfolio website with AI chat, 3D graphics, and animated backgrounds

    TypeScript

  6. product-assistant product-assistant Public

    AI shopping assistant with conversational search, microservices, Docker, and Kubernetes

    C#