I've been building things since before I had the tools to do it properly. At 8, I knew tech was my path. At 13, I finally got my hands dirty, learning to code, assembling PCs, breaking things to understand how they worked.
From Lebanon to Kuwait, I've carried that same restlessness: websites, mobile apps, full-stack systems, games, IoT, if it can be built, I want to understand it.
Now I'm Lead Engineer at DSRPT, a Google Premier Partner, where I drive technical decisions across multiple projects. The shift from "person who builds" to "person who builds and leads" happened naturally, turns out solving people problems is just as interesting as solving code problems.
3D Model Viewer in Rust with Bevy | GLTF Animation Preview Tool
As a developer who spends 8+ hours a day in Visual Studio Code, constantly switching between my code editor and Finder feels like productivity torture. The context switching, the slow previews, the clunky interface - it all adds up to wasted time and broken concentration.
ClarifAI is a VS Code extension that brings the power of AI code analysis directly into your IDE. Unlike cloud-based AI coding assistants that send your code to external servers, ClarifAI runs completely locally using Ollama, ensuring your proprietary code never leaves your computer.
A comprehensive guide to platform engineering and building Internal Developer Platforms (IDPs). Learn architecture patterns, golden paths, self-service infrastructure, and how to reduce developer onboarding from weeks to hours.
Master VS Code extension development in 2026. Learn TypeScript, React webviews, AI integration with Ollama, and publishing to the marketplace. Includes real-world examples and open-source templates.
Learn how to build a Retrieval-Augmented Generation (RAG) system for documentation assistants using Python, LangChain, PostgreSQL pgvector, and Ollama. Complete tutorial with open-source code.