Skip to content
View AscEmon's full-sized avatar
😎
Andres
😎
Andres

Block or report AscEmon

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

Hi there, I'm Sayed πŸ‘‹

Senior Software Engineer with 6+ years building production mobile apps, backend systems, and β€” more recently β€” AI agents that automate real engineering work. I ship end-to-end: Flutter frontends, Python/Node backends, and CI/CD pipelines.

  • πŸ€– Working in: AI agent development β€” tool-calling, agentic workflows, RAG, and secure LLM integrations.
  • πŸ’» Ask me about: Flutter, Dart, Python (FastAPI), and mobile architecture.
  • 🌱 Recently added to my stack: Python, Node.js, MongoDB, Docker, and agentic AI.
  • πŸŽ“ Exploring: on-device ML security and research β€” heading toward a PhD.
  • ⚽ Huge FIFA fan β€” always up for talking football.

πŸ› οΈ Languages and Tools

Flutter Dart Kotlin Swift Python Node.js MongoDB Docker Java Firebase Git Trello

AI / Agents: LLM tool-calling Β· Gemini / Claude / OpenAI APIs Β· Agentic workflows Β· RAG


πŸš€ Featured Projects

FlutterShip β€” AI Flutter Release Agent

An open-source Python CLI with an AI agent at its core. Reads any Flutter project automatically, detects the build pattern (flavor / dart-define / dotenv), builds APK + AAB + IPA in parallel, explains build failures in plain English, and submits to the App Store & Play Store β€” with credentials secured in an AES-256-GCM encrypted vault the AI never sees.

Python Β· Gemini Β· Flutter Β· AES-256 vault Β· CLI

ssl_cli β€” Production Flutter Scaffolding CLI

An opinionated command-line companion for building production-ready Flutter apps fast. Generates full Clean Architecture projects and modules (domain / data / presentation), lets you pick Riverpod or Bloc at scaffold time, and ships a preconfigured design system (global widgets, asset & color enums). Automates the tedious parts too β€” flavored builds with obfuscation, auto-sharing APKs to Telegram, asset sync, build_runner, and doc generation β€” all from one CLI.

Dart Β· CLI Β· Clean Architecture Β· Riverpod / Bloc Β· DevOps automation

AutoSafe JSON β€” Type-Safe JSON for Dart/Flutter

A package that ends JSON type mismatches for good. It automatically coerces every JSON value to a safe type, preventing the dreaded type 'X' is not a subtype of type 'Y' runtime errors that plague Dart/Flutter apps consuming real-world APIs.

Dart Β· Flutter Β· JSON Β· pub package


πŸ’Ό What I Bring

  • End-to-end delivery β€” from mobile UI to backend APIs to deployment pipelines.
  • Production experience β€” shipped and maintained apps used by real users, including payment and fintech integrations.
  • Developer tooling β€” I build CLIs and packages that remove boilerplate so teams ship features, not plumbing.
  • DevOps fluency β€” Docker, GitLab CI/CD, server provisioning, and secure credential handling.
  • A security mindset β€” encrypted credential management, signing pipelines, and safe LLM integrations.

🀝 Let's Connect

Email LinkedIn Medium

Open to collaborating on AI agents, Flutter tooling, and open-source developer tools.

Pinned Loading

  1. FlutterShip FlutterShip Public

    AI agent that automates Flutter app releases β€” APK, App Bundle & IPA β€” with one command.

    Python 2

  2. autosafe_json autosafe_json Public

    Automatic safe JSON parsing for Dart/Flutter. Eliminates type mismatch errors by converting all JSON values to safe types. Includes CLI tool to transform your model classes automatically.

    Dart 3

  3. SSL_CLI SSL_CLI Public

    A simple command-line application to generate SSL template (folder and file structure) for Flutter Applications.

    Dart 3

  4. flutter-ai-orchestration flutter-ai-orchestration Public

    This is a complete AI agent orchestration setup for Flutter projects. It teaches your AI assistant how to write code following Clean Architecture, handle secrets safely, and even test your app on r…

    HTML 1

  5. top_flutter_repo_with_bloc_pattern top_flutter_repo_with_bloc_pattern Public

    I developed a simple Flutter application that displays the most-starred GitHub repositories using the keyword 'Flutter.'It is built with the widely acclaimed state management approach, Bloc, and ut…

    Dart 4 1

  6. SSLlog SSLlog Public

    From commit to create Task and make logging using automation

    Python