Hi, I'm
FataniDev

// Crafting digital experiences with cutting-edge technology

// TaskMaster.jsx
import React from "react";
import { motion } from "framer-motion";
const TaskMaster = () => {
const [tasks, setTasks] = useState([]);
const [filter, setFilter] = useState("all");
// Task functions
const addTask = (task) => {
setTasks([...tasks, {
id: Date.now(),
text: task
}]);
};
const deleteTask = (id) => {
setTasks(tasks.filter(t => t.id !== id));
};
// Filter tasks
const filtered = tasks.filter(task => {
return filter === "all" ? true : task.completed;
});
return (
<TaskList tasks={filtered} />
);
};

TaskMaster

Organize your day

12
Total
8
Done
4
Left
Setup project
Due today
Review code
Tomorrow
Update docs
This week
npm start
build success ✓

scroll down

$

// About Me

profile.json
{
"name": "Sabaa Fatani",
"alias": "FataniDev",
"role": "Full-Stack Developer | AI Researcher",
"experience": "10+ years",
"education": "PhD Computer Science @ Newcastle",
"research": "AI Healthcare Systems & Digital Twins",
"focus": "Intelligent, scalable digital experiences",
"motto": "Code with purpose. Design with intent."
}
README.md

I'm a full-stack developer, researcher, and tech entrepreneur with over a decade of experience creating digital systems that bridge innovation with real-world impact. My journey started at 15, building websites and experimenting with code.

Currently pursuing a PhD in Computer Science at Newcastle University, researching AI-driven multimodal healthcare systems, digital twins, and adaptive UX. I thrive at the intersection of AI, UX, and software engineering.

I've led development for large-scale systems like Fouj (intelligent Hajj management platform) while delivering dozens of client projects. I craft solutions using React, Next.js, Firebase, and AI frameworks that are functional, scalable, accessible, and future-ready.

$ tree ./expertise
├── frontend/
├── React
├── Next.js
├── TypeScript
└── Tailwind CSS
├── backend/
├── Node.js
├── Express
├── Firebase
└── PostgreSQL
├── ai/
├── Machine Learning
├── Healthcare AI
├── Digital Twins
└── Multimodal Systems
├── tools/
├── Git
├── Docker
├── AWS
├── Figma
└── Research Tools
100+
Projects
50+
Clients
10+
Years
PhD
Research
$ git log --research --oneline -5
f8a3b2dresearchfeat: AI healthcare system multimodal integration
e7c9f1aprojectfeat: Fouj - intelligent Hajj management platform
b4d6e8cresearchresearch: Digital twins for adaptive UX systems
a1f5c9bbusinessentrepreneur: Multiple client MVP deployments
9e2a7f4techinnovation: Firebase + AI framework integration
// Ready to build something impactful together?
./collaborate --with-vision
$ ls ./projects --detailed

// My Projects

Explore innovative solutions built with cutting-edge technology

$ cat ./projects/showcase.json | jq '.page1'
riyadh-motorshow - website
LIVE

Riyadh Motorshow – Luxury Car Exhibition

A sophisticated website built for Riyadh Motorshow, one of the region's premier automotive events showcasing luxury cars, supercars, and the latest au...

$ npm list --depth=0
WordPressElementor ProCustom CSS+2 more
film-confex - website
LIVE

Film Confex – Expo Showcase Platform

A sleek, Netflix-style digital showcase built for Film Confex to highlight their previous and current seasons. Developed using WordPress and Elementor...

$ npm list --depth=0
WordPressElementor ProCustom CSS+2 more
tgeksa-– - website
LIVE

TGEKSA – Custom Tailoring for Hospitality

A professional, bilingual website for TGEKSA, a company providing custom tailoring services to hospitality businesses across the region. Designed and ...

$ npm list --depth=0
WordPressElementor ProWPML+2 more
page:
[1-3/4] projects loaded
$ git log --all --count
100+
Completed Projects
$ grep -c "satisfied" reviews.log
50+
Happy Clients
$ git rev-list --count HEAD
10K+
Code Commits
$ while true; do brew coffee; done
Coffee Consumed
// Have a project in mind?
./init-project --collaborate
$

// My Journey

Professional journey and academic foundation

newcastle-university.educationEDUCATION

PhD in Computer Science

Newcastle University

United Kingdom

2025 – 2028

$ cat ./accomplishments.log
  • Research Focus: AI-driven multimodal healthcare treatment planning using digital twins
  • Specializing in polypharmacy risk analysis and adaptive UX systems
  • Supervised by Prof. Wanqing Zhao
$ npm list --depth=0
AI/MLDigital TwinsHealthcare SystemsUX ResearchData Analysis
the-horizon-–-software-systems-development-company.experienceEXPERIENCE

Co-Founder & Chief Technology Officer (CTO)

The Horizon – Software Systems Development Company

Saudi Arabia & United Kingdom

2023 – Present

$ cat ./achievements.log
  • Co-founded Horizon to deliver innovative digital platforms for large-scale operational ecosystems
  • Led the design and technical architecture of Fouj, a comprehensive digital Hajj platform
  • Integrated NFC, real-time pilgrim tracking, and agency dashboards for thousands of users
  • Directed frontend and backend development with focus on scalability and reliability
$ npm list --depth=0
ReactNext.jsFirebaseNFC IntegrationReal-time SystemsUX/UI Design
sela.experienceEXPERIENCE

IT Consultant

SELA

Saudi Arabia

July 2023 – December 2023

$ cat ./achievements.log
  • Delivered IT consultation and technical solutions for high-profile national events and expos
  • Developed the official website for Riyadh Motorshow with optimized performance under heavy traffic
  • Supported implementation and maintenance of event technologies for Film Confex and Hajj Confex
  • Integrated real-time display systems and interactive installations for live events
$ npm list --depth=0
Web DevelopmentEvent TechnologyReal-time SystemsInteractive DisplaysHigh-traffic Optimization
// Want to see the full details?
$

// Tech Stack

Skills acquired through continuous learning

skills/frontend.config
$ cat ./frontend---web-development/expertise.json
⚛️

React

expert(8+ years)
95%

Next.js

expert(5+ years)
92%
🎨

Tailwind CSS

expert(4+ years)
95%
🌐

HTML5 & CSS3

expert(10+ years)
98%
📝

WordPress (Elementor Pro)

expert(8+ years)
90%
📘

TypeScript

advanced(4+ years)
88%
$ echo $ADDITIONAL_TOOLS

WhatsApp Chat Integration • NFC Systems • Bilingual/Multilingual Support • cPanel Management • SSL Configuration • Process Automation

currently_learning: Advanced AI Ethics, Digital Twin Architecture
$

// Get In Touch

Initiating secure communication channel...

Ready to collaborate on your next project

$ systemctl status availability

STATUS: ONLINE

Ready to collaborate on your next project

// Choose your preferred method above to get in touch
$ ping response_time
Quick Response

Usually within 24 hours

🌍
$ date +%Z
Time Zone

GMT (London, UK)

$ echo "Thanks for visiting!"

Let's Build Something Amazing

© 2024 FataniDev • Powered by coffee and code