Skip to content
View MichelleLuyenga's full-sized avatar
🎯
Focusing
🎯
Focusing

Block or report MichelleLuyenga

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

╔══════════════════════════════════════════════════════════════════════╗
║   Software Builder  ·  Engineering Hospitality Technology            ║
║   5 demos  · 15 essays  ·  Engineering journal  ·  Honest about gaps ║
╚══════════════════════════════════════════════════════════════════════╝

Hi, I'm Michelle 👋

I'm a full-stack engineer with 5+ years building secure web, mobile, API, and AI systems now deliberately transitioning into hospitality technology.

I founded and ran an AR startup for three years as sole engineer and IT administrator. Then I looked at the hospitality industry still running on 1990s infrastructure and saw a precise engineering problem that matches exactly what I've spent five years learning to solve.

No hotel clients on my CV. Not pretending otherwise. Demos labeled as demos. Always.


What I build

const michelle = {
  background:   ['Web', 'Mobile', 'REST API', 'GraphQL', 'Secure Auth', 'AI / RAG'],
  experience:   '5+ years production systems · Founded AR startup (2020–2023)',
  currentFocus: 'Hospitality Technology',
  status:       'Open to roles, contracts & consulting',
  locations:    'Dar es Salaam, Tanzania · Remote worldwide',
  honesty:      'Demo projects labeled as demos. Always.',
}

Tech stack

Languages & Frameworks

TypeScript Next.js React React Native Node.js

Data & Infrastructure

PostgreSQL Redis Supabase AWS

AI & Orchestration

Claude API LangChain pgvector RAG

Hospitality Domain (actively learning)

PMS HTNG PCI OTA


Hospitality demo projects

Learning artifacts built to encounter the domain's real complexity not to pad a portfolio.

# Project What I learned Stack
I Digital Check-in Flow Where UI polish ends and PMS integration complexity begins Next.js · Supabase · PWA · QR auth
II In-Room Ordering API F&B workflow, reservation-scoped JWT, kitchen webhook events Node.js · PostgreSQL · JWT · Webhooks
III Housekeeping Task App How staff UX differs fundamentally from guest-facing design React Native · Expo · WebSocket · Offline-first
IV Mock PMS Integration Layer HTNG message formats, OTA_HotelResNotifRQ, reservation sync TypeScript · XML parsing · Event queues
V AI Concierge & Staff Assistant Where LLMs earn their place in hotel ops and where they break Claude API · RAG · LangChain · pgvector

What I bring to hospitality tech

✦  Security is my baseline not a feature
   5 years building auth systems for production. Hospitality handles
   payments and identity at scale. That transfers immediately.

✦  APIs other teams can actually integrate
   Hospitality runs on integrations: PMS, POS, OTA, CRM, keylock.
   I've designed production APIs for downstream consumers and consumed
   badly documented external ones.

✦  Mobile-first is not new territory
   Guest and staff apps live on phones with unreliable wifi.
   Shipped native apps with offline-first architecture. Not on my
   learning list.

✦  AI with proper grounding
   Built RAG pipelines that say "I don't know" instead of hallucinating
   hotel amenities. The hard part isn't the LLM it's the retrieval
   architecture and the failure path.

✦  Honest about gaps
   I'll tell you exactly what I know and what I'm still learning.
   You'll never need to guess which is which.

Engineering Journal

I keep a public research log at michellevision.com/journal thoughts, notes, and technical deep-dives from the work of learning this domain.

Recent entries:

Writing

Essays on building in and for hospitality technology published as I learn, honest about what I don't know yet.

All 15 essays at michellevision.com/writing


Let's talk

I'm looking for my first real hospitality technology context as a full-time engineer, contractor, or consultant. Remote or relocation.

Website Email LinkedIn


Pinned Loading

  1. mock-pms-integration-layer mock-pms-integration-layer Public

    An abstraction layer simulating Mews and Opera webhook events designed to study HTNG message formats, reservation sync logic, and rate plan structures without a live PMS license. The exercise surfa…

    TypeScript

  2. digital-checkin-flow digital-checkin-flow Public

    A mobile-first progressive web app simulating contactless check-in. Pre-arrival link, identity verification step, room preference selection, QR delivery. Built to understand where the real complexi…

    TypeScript

  3. ai-concierge-staff-assistant ai-concierge-staff-assistant Public

    A dual-interface AI system for hospitality: a guest-facing concierge chatbot handling FAQs, room requests, and local recommendations paired with a staff-facing assistant surfacing operational insig…

  4. housekeeping-task-app housekeeping-task-app Public

    Native mobile app for room assignment and real-time task tracking. WebSocket-driven status updates. Taught me how staff tool UX differs fundamentally from guest-facing design.

  5. in-room-ordering-api in-room-ordering-api Public

    REST API for a room service system. JWT authentication tied to reservation ID. Kitchen-side webhook events. Built to understand F&B workflow and where POS integration breaks.