momen-yasser M↓README.md

~/momen-yasser on ⎇ main $ cat README.md

Momen Yasser

Software Engineer & Tech Lead

Software engineer with 12+ years building large-scale, real-time and e-service platforms. Today I build AI-powered tools for Saudi Arabia's courts. Before that I led a frontend chapter for four and a half years, hiring and mentoring engineers and setting architecture across teams.

  • Software Engineer (AI) @ Ministry of Justice, KSA
  • 12+ years
  • Cairo, Egypt
  • Arabic · English
TS

about.ts

TypeScript
// about.ts — the short version
export const momen = {
name: "Momen Yasser",
role: "Software Engineer & Tech Lead",
current: "Software Engineer (AI) @ Ministry of Justice, KSA",
experience: "12+ years",
basedIn: "Cairo, Egypt",
focus: ["AI-powered products", "Frontend architecture", "Developer tooling"],
leads: "Frontend teams since 2016",
languages: ["Arabic", "English"],
openTo: ["Senior engineering", "Tech lead", "Engineering manager"],
} as const;

career.log

Git Log

$ git log --graph --career

  1. 7233897(HEAD → current)2023 — now

    Software Engineer (AI)

    Ministry of Justice, Saudi Arabia

    • Build AI-powered tools for courts and judicial staff: copilots, court-session transcription, document tagging and OCR, and judgement evaluation.
    • Own frontend architecture for Arabic-first, right-to-left apps used at national scale.
    • Ship report hubs and exports that give staff direct access to back-office data.
    • Vue
    • React
    • TypeScript
    • .NET
    • Azure DevOps
    • LLM pipelines
  2. 10db1c0(part-time)Ongoing

    Tech Lead / CTO

    AZM Squad

    • Set technical direction for the studio's products and client work.
    • Created squad-kit, the team's open-source AI planning CLI.
    • Set up CI/CD so every push to main ships automatically.
    • TypeScript
    • React
    • Node
    • Laravel
    • GitHub Actions
  3. 8ac13b3Jan 2019 — Aug 2023

    Technical Manager · Frontend Chapter Lead

    Algoriza

    • Led the frontend chapter: hiring, mentoring, code standards and reviews across teams.
    • Designed architecture for large-scale, real-time and e-service platforms for government clients.
    • Advised on frontend staffing and technology choices for new projects.
    • React
    • Angular
    • Vue
    • React Native
    • Flutter
  4. 3eedbe72018 — 2019

    Senior Front-End Engineer

    Technical and Vocational Training Corporation, KSA

    • Designed e-services architecture and delivered web and mobile apps for national training programs.
  5. 6baef922016 — 2018

    Senior Front-End Developer

    Sheenvalue

    • Designed, built and tested mobile and web apps; led the frontend team.
  6. e9fdfcf2016 — 2017

    Co-Founder · Mobile Developer

    Adreeb

    • Co-founded the company; designed the product structure and led mobile development.
  7. 8447fe6(v1.0)2014 — 2016

    Front-End & UI Developer

    Think Digital · YaSchools · Midade

    • Started out building web portals, interfaces and my first mobile apps.
M↓

projects.md

Markdown
squad-kit/README.md

Open source · npm

# squad-kit

Plan once, execute cheap. A spec-driven workflow CLI for AI-assisted coding: a strong model turns a raw story into a plan once, then a cheaper model implements it.

  • Published on npm under the MIT license, now at v0.12
  • Local web console with live planner runs, command palette and run history
  • Runs on a Claude subscription or on Anthropic, OpenAI and Google API keys
  • TypeScript
  • Node
  • React
  • Claude Agent SDK
  • Vercel AI SDK
moj-ai-courts/README.md

Government · Ministry of Justice, KSA

# AI tools for courts

A family of AI products that helps judges and court staff work faster, built around the Kingdom's judicial e-services.

  • Court-session transcription and legal document tagging with OCR
  • Copilots and AI agents that assist staff with case work
  • Judgement evaluation with reviewable, per-stage findings
  • Arabic-first, right-to-left interfaces used at national scale
  • Vue
  • React
  • TypeScript
  • .NET
  • LLMs
  • Azure DevOps

// internal government systems — no public repo

{}

skills.json

JSON
{
"languages": ["TypeScript", "JavaScript", "Dart", "PHP"],
"frontend": ["React", "Next.js", "Vue", "Angular", "Tailwind", "RTL & i18n"],
"mobile": ["React Native", "Flutter", "Ionic", "PWA"],
"backend": ["Node", "Firebase", "Cloud Functions", "Laravel", ".NET APIs"],
"ai": ["LLM apps", "Claude Agent SDK", "Vercel AI SDK", "Agent workflows"],
"delivery": ["CI/CD", "Azure DevOps", "GitHub Actions", "Vercel", "Docker"],
"leadership": ["Tech leadership", "Hiring", "Mentoring", "Architecture reviews"]
}
$_

contact.sh

Shell Script
#!/usr/bin/env bash
# Hiring for a senior engineering or tech lead role? Let's talk.
echo "Replies in English or Arabic"
TERMINALOUTPUT

~ ./contact.sh

emailmomenysr@gmail.com

linkedinlinkedin.com/in/momen-yasser

githubgithub.com/MomenYasser

done in 0.12s

// © 2026 Momen Yasser · built with Next.js