Skip to content
View davodaslanifakor's full-sized avatar
🧿
Work at Home
🧿
Work at Home

Block or report davodaslanifakor

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

Davoud Aslani Fakour

Senior Frontend Engineer building editor systems and AI-powered tools.

Currently at ZOVIZ — logo editors, HTML editors, and brand creation SaaS built in Vue 3 and TypeScript. I work directly with the CTO: half my time on the SaaS product layer, half on complex editor tooling.

Previously: team lead recovering a stalled crypto platform at Sarmayex, 5 years growing from senior dev to lead at Ostadbank, and a full-stack expansion into Next.js and PostgreSQL at a UK remote company.

Along the way I built modaltor — a Vue modal component used by 80+ projects.


Stack Vue 3 · React · TypeScript · Next.js · Playwright · AI SDK (v5/v6) · PostgreSQL · Docker

What I build Complex SaaS frontends · Editor systems (canvas, DOM) · AI-integrated interfaces


Open to a Senior Frontend.

📬 davodaslanifakor@gmail.com 🔗 linkedin.com/in/davoud-fakour

Pinned Loading

  1. modaltor modaltor Public

    modal component for vuejs

    Vue 82 25

  2. app-todo app-todo Public

    this app to do by JavaScript

    HTML

  3. datepickertor datepickertor Public

    a Persian date picker for vue

    JavaScript

  4. convert rial to persian letters toman convert rial to persian letters toman
    1
     // include https://github.com/mahmoud-eskandari/NumToPersian
    2
     get_persian(val) {
    3
          // return "صفر تومان" if val is 0
    4
          if(Number(val) === 0) return 'صفر تومان';
    5