Experience
- Monitor and support reliability of production systems in a 24/7 environment, catching and containing issues before they escalate.
- Diagnose technical incidents through production log analysis, tracing root cause and verifying resolution.
- Manage technical incidents and service requests end to end using CRM and IT service management platforms.
- Collaborate cross-functionally with engineering and operations teams (Jira, Metabase, Monday, Microsoft Teams) to track, document, and resolve issues.
- Proactively explore and adopt automation and AI-assisted tools, including Claude Code, to improve workflows.
Taught Arabic to elementary school students.
Mentored students in Math and Physics; led science experiments.
Flagship build
AlwaysSmart100
A multi-tenant SaaS platform deployed on Vercel with a Supabase Postgres backend, serving live production traffic for real restaurant customers. Visit site →
Each customer gets their own live site at /r/<slug> — eventually routed to its own subdomain — plus a no-code admin login to edit their menu, business info, and branding without calling the developer.
Ahuva is the first real paying customer, live in production. Dr. Burger, Herscheles, Jaffa Pizza Kitchen, and Puaa are demo and prospect builds, each running on the same shared data model and admin panel.
- Custom auth— session handling built directly on jose + bcryptjs rather than a managed auth provider.
- Feature flags per tenant— Happy Hour and the party-ad banner are gated independently per business, not global toggles.
- Privacy-safe statistics— anonymous daily/hourly view counts, bucketed by the venue's own local time (Asia/Jerusalem), no visitor identity stored.
- Shared data model, isolated tenants— every tenant, generic or bespoke, reads and writes through the same schema and admin panel.
New customers render through one shared route and component before a bespoke design is built.
Every live tenant gets its own route and one-off design, still pulling from the same data and admin panel.
Projects
VisitorGuideBot — Autonomous AI Visitor Guide Robot
An autonomous humanoid robot (Hiwonder TonyBot) running on embedded hardware — real-time face detection, Hebrew speech recognition, Gemini LLM conversation, and physical gestures driven from constrained onboard compute.
- Reverse-engineered the robot's undocumented onboard MicroPython firmware and I2C hardware interfaces to determine real hardware constraints, then engineered a reliable GUI-automation workaround to trigger physical actions on demand, since no persistent onboard command listener existed.
- Diagnosed and resolved multiple production-blocking bugs — an invalid/deprecated LLM model reference, a dependency misconfiguration breaking fresh installs, and a Windows console encoding crash — restoring full functionality to a previously non-working pipeline.
- Remediated a hardcoded API credential exposure by migrating to environment-variable configuration before version control.
- Maintained the project on GitHub with structured commits and documentation.
JobPilot AI
IndependentAI-powered job-search agent that automates job board searches, with a tiered pricing model and onboarding flow.
Trilingual E-Learning Platform
Freelance clientFull-stack learning platform with multilingual/RTL support, gated video access, and secure authentication — built for a client using Claude Code.
Examix
WebGenerates multiple shuffled exam versions from a single PDF — question and answer scrambling, login & registration, and exam history, backed by a MySQL database.
Source on GitHub →