Metadata-Driven Enterprise Workspace web + mobile
Modernized a large enterprise workflow and employee-experience platform across web, mobile, and integration layers. A metadata-driven UI engine renders forms, dashboards, grids, charts, and business objects at runtime, while a typed Backend-for-Frontend collapses legacy round trips into task-focused APIs. The platform also brings together approvals, notifications, social collaboration, monitoring, exports, tenant-aware configuration, and secure enterprise sign-in in one responsive product.
Next.js · React · TypeScript · Fastify · Flutter · BFF · Multi-tenant
Governed AI Engineering Platform agentic systems
Designed and built an enterprise control plane for AI-assisted software delivery — spanning desktop and IDE clients, model routing, context retrieval, MCP integrations, multi-agent orchestration, and isolated execution. Security and governance sit outside the model: RBAC/ABAC policy evaluation, per-task Git worktrees and sandboxes, immutable audit trails, quotas, usage accounting, and approval gates keep autonomous work reviewable. Provider-independent contracts support cloud, private-cloud, and air-gapped deployments without locking the platform to one model or runtime.
Java 25 · Spring Boot · TypeScript · React · PostgreSQL · Redis · MCP / ACP · Docker
Telecom BSS/OSS Suite
Ground-up modernization of a legacy telecom BSS/OSS platform into a modular, TM Forum-aligned suite — customers license and run only the modules they need: catalog, CRM, orders, billing, warehouse, network inventory, trouble tickets, projects, reporting, integrations. A platform core (auth, gateway, logs, notifications, self-care BFF) plus independently deployable business modules — fifteen Spring Boot services, one PostgreSQL schema per module, event-driven audit over Kafka via transactional outboxes, per-tenant module entitlements enforced at the gateway, an Angular 22 staff console plus a customer self-service portal on an isolated identity realm, and AI-assisted insights in every module.
Java Spring Boot · Angular · PostgreSQL · Kafka · Microservices · TM Forum APIs · Docker
✦ Read the full case study
Enterprise Gateway Platform
Government-scale pilgrim management gateway serving thousands of users. Multi-module Spring Boot backend with Camunda workflow orchestration, Redis distributed coordination, and OpenFeign integrations with external government and payment systems — Angular SPA on top, JWT-secured REST contracts, role-based access control. Docker/OCI deployments through Azure DevOps across production, staging, DR, and simulation. Led a team of 5 through multiple release cycles.
Spring Boot · Camunda · Angular · Redis · Oracle DB · Azure DevOps · Docker / OCI
Healthcare Management Portal
End-to-end hospital management system — patient records, scheduling, clinical workflows. Angular frontend on RESTful APIs, Firebase real-time notifications, OCI-based Docker deployment on Azure. Simulation and production pipeline variants with automated validation stages: zero-downtime deployments for a critical healthcare environment.
Angular · REST · Firebase · Docker · Azure · OCI
Payment Anomaly Detection production ML
Unsupervised anomaly detection over a national payment portal's transaction and wallet streams — ML.NET models trained on historical Oracle data, scored in scheduled batches outside the live payment path. Tiered responses (dashboard flag, account flag, auto-hold), live alerts over Redis Pub/Sub across pods, and analyst decisions fed back into nightly retraining under distributed locks. Models versioned and stored in-database.
.NET 8 · ML.NET · EF Core · Oracle DB · Redis · Human-in-the-loop
✦ Read the full case study
Semantic Code Search Engine AI tooling
MCP server giving AI coding agents semantic search across enterprise repositories — code chunked and indexed into a Qdrant vector database using local Ollama embeddings, fully on-prem and data-private. Exposes semantic search, keyword search, and file-structure tools so agents retrieve exactly the code they need instead of reading whole files — cutting token usage dramatically.
Python · MCP · Qdrant · Ollama · Embeddings · Docker
✦ Read the full case study
BI Analytics Portal
Enterprise BI platform delivering real-time KPI dashboards, custom reporting, and drill-down for executive and operational teams. Java Spring Boot REST backend over Oracle and SQL Server warehouses, with dynamic filtering, Tableau-embedded views, and scheduled report exports consumed across business units.
Java · Spring Boot · Oracle DB · Tableau · SQL Server
Hybrid Encryption System MSc research
Cairo University thesis — formalized a general threat model for storage security, exposing attack vectors existing systems missed. Designed a hybrid RSA+AES scheme with an advanced key-management layer, transparent to users at enterprise-grade strength. Novel contribution: defense against superuser and privileged user-space attacks — a threat class previously unsolved.
RSA / AES · Python · Key Management · Threat Modeling
Approval Automation Engine
Replaced a fully manual report-access approval process with an ASP.NET Core solution: automated workflow routing, role-based escalation, and scheduled email reminders from background jobs. Cut outstanding approval requests by 50% within weeks of launch, freeing analysts for high-value work.
ASP.NET Core · C# · Workflow Automation · SQL Server
AI Activity Analyzer
Developer-intelligence tool integrating with Azure Git APIs — commit history, PR activity, review participation, code churn. ML-based anomaly detection surfaces at-risk contributors and abnormal merge patterns, with daily digest alerts giving managers data-driven visibility without manual status reports.
Azure Git API · Python · ML / Anomaly Detection · .NET