Skip to content
View eamon831's full-sized avatar

Block or report eamon831

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

MD Saiful Hossain

Software engineer in Dhaka, Bangladesh. Four years building cross-platform mobile apps at Lazycoders LLC, and increasingly building the AI systems around them.

Mobile

Flutter and Dart across Android and iOS, with apps live on both stores.

The project I maintain is Appza, a no-code app builder for WordPress. The interesting part is a custom JSON-to-Flutter rendering engine that turns a site's configuration into a running app, with integrations for WooCommerce, TutorLMS, LearnDash and Fluent Community. We are a two-person mobile team and I am the senior one, so I own the architecture and mentor the junior developer.

Before that, Nourish: offline-first veterinary data collection for low-connectivity field work. 100+ SQLite tables, 90+ consolidated APIs. When the network is unreliable, sync conflict handling stops being a detail and becomes the product.

On the commerce side: dynamic product variant selection for the e-commerce apps.

State management with Riverpod on current work, BLoC where it fits.

Release engineering

I own production releases end to end: signing, versioning, staged rollout, and iOS publishing automated with Fastlane and the App Store Connect API.

AI systems

Two personal projects drive most of what I have learned recently.

Studio-Ops is an autonomous video studio built on OpenClaw, where a director agent coordinates per-channel bots and git serves as the shared memory between them. It produced twelve videos end to end before I paused it on GPU credits. Generation sits behind an adapter, currently LTX 2.3, Wan 2.2 and Flux.2 through the ComfyUI API, with thirty benchmarked workflow variants behind the model choices rather than guesswork.

Master Mosai is a retrieval service in Python: FastAPI, ChromaDB, LangChain chunking, Ollama embeddings, Redis and Postgres, with 128 tests.

Some of that work is public here — see runpod-comfyui-worker, a RunPod serverless worker for ComfyUI video generation.

Background

BSc in Computer Science and Engineering, Uttara University. 166 Codeforces contests through university, and onsite inter-university programming contests at BUET, AUST and RUET. English: PTE Academic 67.

Open to Flutter and AI engineering roles, remote or with relocation.

Contact

Popular repositories Loading

  1. eamon831 eamon831 Public

    Profile README: Flutter engineer, offline-first mobile apps, RAG and multi-agent AI systems on the side

  2. eamon831.github.io eamon831.github.io Public

    Portfolio: static HTML front page + Flutter web app under /app. Built and deployed from the private saiful-portfolio repo.

    JavaScript

  3. mobile-mcp mobile-mcp Public

    Forked from mobile-next/mobile-mcp

    Model Context Protocol Server for Mobile Automation and Scraping (iOS, Android, Emulators, Simulators and Real Devices)

    TypeScript

  4. droidrun droidrun Public

    Forked from droidrun/mobilerun

    Python

  5. runpod-comfyui-worker runpod-comfyui-worker Public

    RunPod serverless worker for ComfyUI video generation (Wan 2.2 / LTX 2.3) — API-driven, benchmarked workflows.

    Python

  6. runpod-ltx-i2v-worker runpod-ltx-i2v-worker Public

    RunPod serverless worker for LTX 2.3 image-to-video on ComfyUI (RTX 5090, CUDA 13). Workflow in, video out; models on a network volume.

    Python