Skip to content
View MannanSaood's full-sized avatar

Highlights

  • Pro

Block or report MannanSaood

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
MannanSaood/README.md
Typing SVG

Based in Bengaluru, India 🇮🇳
"Here's to the crazy ones. The misfits. The rebels."

Portfolio Twitter LinkedIn


About Me

I am a Fullstack Web Developer and Systems Engineer with a knack for identifying bottlenecks and building custom tooling to solve them. I don't just use libraries; I dive into kernel-level observability, Android internals, and financial middleware.

  • My Philosophy: "Do not cry over spilt milk." I believe in rapid iteration, fixing what breaks, and moving forward.
  • Offline: When I'm not coding, I'm deep-diving into technical analysis videos, scientific documentaries, and deconstructing film theory.

Engineering Highlights (Active Development)

1. Sennet | SaaS eBPF Observability Platform

The Problem: Kubernetes/Docker cluster monitoring is opaque and SaaS costs are hidden until the bill arrives. The Solution: A high-performance analyzer written in Rust and Go.

  • Tech: Rust (eBPF), Go, Kubernetes, Docker.
  • Key Capabilities: Deep packet inspection on any network interface, real-time error analysis, and precise cost estimation for cloud clusters (AWS/GCP/Azure).
  • Deployment: Fully self-hostable to avoid SaaS vendor lock-in.

2. Termi | Next-Gen Android Terminal Environment

The Problem: Android's Scoped Storage (SAF) and Phantom Process Killer make serious development on mobile impossible with legacy apps like Termux. The Solution: A modern terminal built with a Rust PTY core and Kotlin Jetpack Compose UI.

  • Tech: Rust (Core), Kotlin (UI), JNI Bridge.
  • Architecture:
    • SAF-VFS Bridge: Virtual filesystem mapping SAF URIs to Unix paths (Bypassing storage restrictions).
    • Hybrid UI: Combines a native GUI file explorer/editor with a raw terminal.
    • Stability: Engineered to resist Android's background process killing.

3. Dhani | Algorithmic Trading Middleware

The Solution: A high-frequency bridge connecting legacy trading platforms (MetaTrader 5) with modern Fintech APIs (Dhan).

  • Tech: Python, Websockets, REST APIs.
  • Function: Handles real-time order placement and syncing. Uses efficient polling and Websockets to execute trades triggered by custom EAs (Expert Advisors) or manual MT5 inputs instantly on the exchange.

4. ProRef | Blender Production Pipeline Tool

The Solution: A Python-based Blender Addon streamlining the 3D rigging workflow.

  • Function: Automates the tedious import of rigging models (.blend), manages version control within the viewport, and auto-fixes override linking issues.

5. 2-Channel-DMA-Controller | Silicon Engineering & Verification

The Challenge: Designing efficient hardware for memory-to-memory data transfer without burdening the CPU. The Solution: A fully verified 2-Channel DMA Controller implemented at the Register Transfer Level (RTL).

  • Tech: SystemVerilog, UVM (Universal Verification Methodology), Verilog.
  • Engineering:
    • RTL Design: Implemented complex state machines and data paths in SystemVerilog.
    • Verification: Built a complete UVM Testbench environment to validate functionality, edge cases, and ensure 100% code coverage.

Technical Arsenal

Hardware / Silicon Systems & Core Web Fullstack Mobile & Creative DevOps & Cloud
SystemVerilog Rust React Next JS Kotlin Kubernetes
UVM Go Django NodeJS Android Docker
Verilog C TypeScript Blender Linux
Python Postgres Flutter GCP

GitHub Analysis

mannansaood mannansaood

Buy Me A Coffee

Pinned Loading

  1. Sennet Sennet Public

    SaaS-ready Kubernetes Observability Platform using eBPF. Real-time packet tracing, error detection, and cloud cost analysis without sidecars.

    Rust

  2. ComfortReader ComfortReader Public

    A next-gen browser extension for distraction-free reading. Supports PDF, eBooks, and Comic formats (CBZ/CBR) with advanced dark mode and auto-scroll.

    JavaScript

  3. 2-Channel-DMA-Controller 2-Channel-DMA-Controller Public

    The design and verification of a 2 Channel DMA Controller. With Various tests for read writes of each channel using the Round Robin logic.

    SystemVerilog 1

  4. termi termi Public

    Next-gen Android Terminal Environment. Built with Rust & Jetpack Compose, featuring a custom SAF-VFS bridge to bypass storage restrictions.

    Rust 2 1

  5. dhani dhani Public

    High-performance middleware bridging MetaTrader 5 (MT5) with the Dhan API. Automates trade execution, synchronizes positions in real-time, and handles complex symbol mapping for algorithmic trading.

    Python

  6. proref proref Public

    Production-grade Blender pipeline tool. Automates library linking, repairs broken overrides, and manages Rig UI scripts seamlessly

    Python