Skip to content
View shaikn6's full-sized avatar
🎯
Focusing
🎯
Focusing

Block or report shaikn6

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

Nagizaaz Shaik

Portfolio LinkedIn Email Hugging Face

I build production GenAI systems for fintech — LLM gateways, RAG pipelines, and multi-agent orchestration — with the backend rigor these workloads demand: idempotency, ACID, audit logging, and CI that gates (-race, govulncheck). 5+ years in data engineering, ML, and cloud; 2+ shipping production LLM systems. Doctoral researcher in Applied AI. AWS ML Specialty certified.

Featured

ledger-service Go Double-entry ledger microservice — idempotent transfers, reversals, deadlock-free row locking, append-only postings. 31 tests, -race, govulncheck clean.
llm-gateway FastAPI One OpenAI-compatible endpoint over Anthropic / OpenAI / Ollama — semantic cache, rate limiting, A/B routing, cost tracking, audit logging. 300+ tests, 99% coverage.
fintech-devsecops-pipeline Terraform DevSecOps reference platform — hardened Terraform + private EKS, OPA/Rego admission policies, multi-scanner CI gate, ArgoCD GitOps, DR runbook.
nvidia-nim-rag-techniques LangGraph 5 production RAG optimizations on NVIDIA NIM — hybrid search/RRF, reranking, query rewriting, context compression, corrective RAG.
llm-safety-auditor FastAPI · demo LLM red-teaming — 250+ adversarial payloads, OWASP LLM Top-10 scoring, report generation.
on-device-llm-optimizer MLX Knowledge distillation — Phi-3 Mini 3.8B → 236M student, INT4 quantization, CoreML export.

Stack

Backend Go · Python · FastAPI · PostgreSQL · Redis  •  LLM / Agents LangGraph · RAG · MCP · OWASP LLM Top 10 · LLMOps
Infra Docker · Kubernetes · Terraform · ArgoCD · GitHub Actions · AWS  •  ML / Data PyTorch · MLflow · Kafka · dbt

Contribution snake

16 public repos · Portfolio · LinkedIn · Hugging Face

Pinned Loading

  1. llm-gateway llm-gateway Public

    Production LLM gateway: OpenAI-compatible API, semantic caching, intelligent routing across Claude/OpenAI/Ollama, cost analytics.

    Python

  2. llm-safety-auditor llm-safety-auditor Public

    LLM red-teaming: 250+ adversarial attacks, OWASP LLM Top 10 scoring, FastAPI audit reports

    Python 1

  3. nvidia-nim-rag-techniques nvidia-nim-rag-techniques Public

    5 production RAG optimization techniques powered by NVIDIA NIM: Hybrid Search/RRF, Cross-Encoder Reranking, Query Rewriting (HyDE/Multi-Query/Step-Back), Context Compression, Corrective RAG (LangGr…

    Python

  4. on-device-llm-optimizer on-device-llm-optimizer Public

    Knowledge distillation: Phi-3 Mini 3.8B to 236M student on Apple MLX, INT4 quant, CoreML export

    Python

  5. fintech-devsecops-pipeline fintech-devsecops-pipeline Public

    Production DevSecOps for fintech: Terraform on AWS EKS, Helm + ArgoCD GitOps, Checkov IaC scanning, OPA/Rego admission policies, RBAC, NetworkPolicies.

    HCL

  6. ledger-service ledger-service Public

    Double-entry accounting ledger microservice — idempotent money movement over Postgres, ordered row locking, append-only postings. Go 1.26.

    Go