الذكاء الاصطناعي وتعلّم الآلةAI & Machine Learning
ماجستير قيد الإنجاز في كلية والش — Python وTensorFlow وScikit-learn لحلول تنبؤية عملية.Master’s in progress at Walsh College — Python, TensorFlow & Scikit-learn for practical predictive solutions.
IT Manager × AI/ML Engineer
IT Manager with over 7 years of hands-on experience in digital transformation and ERP systems. Proven leader in implementing SAP Business One, HR software, and fleet management solutions. Expertise includes building IT infrastructure and applying Industry 4.0 principles based on SIRI standards. Currently pursuing a Master's in Artificial Intelligence and Machine Learning at Walsh College.
خبرة تربط البنية التحتية الراسخة بالذكاء الاصطناعي التطبيقي.Experience that bridges solid infrastructure with applied AI.
ماجستير قيد الإنجاز في كلية والش — Python وTensorFlow وScikit-learn لحلول تنبؤية عملية.Master’s in progress at Walsh College — Python, TensorFlow & Scikit-learn for practical predictive solutions.
تنفيذ SAP Business One وأنظمة الموارد البشرية وإدارة الأساطيل.SAP Business One, HR systems & fleet-management rollouts.
أنظمة MES ومعايير SIRI للتصنيع الذكي.MES & SIRI standards for smart manufacturing.
Power BI وSQL ولوحات قرار حيّة.Power BI, SQL & live decision dashboards.
سحابة، وتحصين الخوادم، وتعافٍ من الكوارث واستمرارية أعمال.Cloud, server hardening, disaster recovery & continuity.
شهادة PMP، وحوكمة تقنية المعلومات، وتخطيط استراتيجي.PMP-certified, with IT governance & strategic planning.
Professional WordPress add-ons for Arabic sites — SEO, News, Sports, Permissions. إضافات ووردبريس احترافية للمواقع العربية — سيو، أخبار، رياضة، صلاحيات.
IT Manager with over 7 years of hands-on experience in digital transformation and ERP systems. Proven leader in implementing SAP Business One, HR software, and fleet management solutions. Expertise includes building IT infrastructure and applying Industry 4.0 principles based on SIRI standards. Currently pursuing a Master's in Artificial Intelligence and Machine Learning at Walsh College. مدير تقنية معلومات يمتلك أكثر من 7 سنوات من الخبرة العملية في التحول الرقمي وأنظمة تخطيط موارد المؤسسات (ERP). قائد مثبت الكفاءة في تنفيذ SAP Business One وأنظمة الموارد البشرية وحلول إدارة الأساطيل. تشمل خبرته بناء البنية التحتية لتقنية المعلومات وتطبيق مبادئ الصناعة 4.0 وفق معايير SIRI. يدرس حالياً ماجستير الذكاء الاصطناعي وتعلم الآلة في كلية والش.
7+ years in digital transformation, ERP, and Industry 4.0
NAF Company · Al-Qassim, KSA
Current
Sabk Aljusore · KSA
Independent IT Consultant & Project Specialist · Remote / KSA
A full-stack capability set from leadership to AI
Where IT management meets AI
Data-driven transformation — from the production line to the boardroom dashboard.
Build, train, and evaluate models with Scikit-learn / TensorFlow / Keras in Python.
import pandas as pd
from sklearn.ensemble import RandomForestClassifier
from sklearn.model_selection import train_test_split
from sklearn.metrics import f1_score
df = pd.read_csv('production_lines.csv')
X = df.drop(columns=['failure'])
y = df['failure']
X_train, X_test, y_train, y_test = train_test_split(X, y, test_size=0.2)
model = RandomForestClassifier(n_estimators=400, max_depth=12)
model.fit(X_train, y_train)
preds = model.predict(X_test)
print(f'F1: {f1_score(y_test, preds):.3f}')
SQL + Crystal Reports plumbed into Power BI dashboards for live operational insight.
-- SAP B1: daily output by line vs target
SELECT
T0.U_LineCode AS Line,
CONVERT(date, T0.U_PostDate) AS Day,
SUM(T0.U_Qty) AS Produced,
SUM(T0.U_Target) AS Target,
CAST(100.0 * SUM(T0.U_Qty) / NULLIF(SUM(T0.U_Target), 0) AS DECIMAL(5,2)) AS PctOfTarget
FROM [@MES_OUTPUT] T0
WHERE T0.U_PostDate >= DATEADD(day, -30, GETDATE())
GROUP BY T0.U_LineCode, CONVERT(date, T0.U_PostDate)
ORDER BY Day DESC, Line;
Real-time MES ↔ SAP B1 sync — production data flowing to admin with 100% accuracy.
// Service Layer push: post production receipt
const payload = {
ProductionOrderId: order.id,
CompletedQuantity: line.produced,
PostingDate: new Date().toISOString(),
WarehouseCode: 'FG',
};
const res = await fetch(`${SL}/InventoryGenEntries`, {
method: 'POST',
headers: { 'Content-Type': 'application/json', Cookie: session },
body: JSON.stringify(payload),
});
if (!res.ok) await reconcile(order, await res.json());
SIRI-aligned rollout — manual tasks down 20%, production up 15%, governance enforced.
# IoT telemetry — anomaly detection on conveyor vibration
from river import anomaly
detector = anomaly.HalfSpaceTrees(n_trees=25, height=8, window_size=250)
for reading in stream:
score = detector.score_one(reading)
detector.learn_one(reading)
if score > 0.8:
emit_alert(line=reading['line'], severity='high', score=score)
Real digital-transformation work with measurable outcomes
IT Manager / Project Lead
Streamlined core business processes — manual tasks down ~20%, daily production up 15%, real-time admin/production sync at 100% accuracy.
IT Project Manager
Customized SAP B1 across multiple business units with a new data governance framework safeguarding integrity during legacy migration.
Project Manager
From physical equipment installation through system implementation and full ERP integration.
IT Manager
Migrated critical services to the cloud, hardened server security, achieved 99.9% uptime.
Independent IT Consultant
Converted traditional workflows into automated digital processes for multiple SMEs — websites, SEO, comms, deployment.
Verified by accredited issuers
Issued by Project Management Institute (PMI)
Issued by 365 Financial Analytics
Issued by Ejada
Walsh College
University of Modern Sciences

Data analysis tools are software applications and utilities that professionals use to identify patterns in data to provide valuable insights, predictions, and informed decision-making. Essentially, they are a collection of charts, graphs, and custom maps designed to gather, analyze, and present data for various purposes. Selecting the right data analysis tool can significantly contribute to…
Open to IT leadership, digital transformation consulting, ERP, AI/ML opportunities