Projects

A collection of my work showcasing various technologies, frameworks, and problem-solving approaches.

Tammwe Monorepo – Frontpage, Marketplace, Backoffice, Blog, and Docs
Tammwe Monorepo – Frontpage, Marketplace, Backoffice, Blog, and Docs
Monorepo for the Tammwe platform, managed with Turborepo and Yarn Workspaces, hosting the frontpage, marketplace, backoffice, blog, and docs plus shared packages for UI, database, linting, Tailwind, TypeScript, and utilities. Deployed to Vercel with per-app build gating
Next.js 14 (App Router)TurborepoNextAuthDrizzle ORMTypeScriptTailwind CSS+13 more
Wedlii Portals Monorepo Overview: Apps, Architecture, and Workflow
Wedlii Portals Monorepo Overview: Apps, Architecture, and Workflow
A comprehensive overview of the Wedlii Portals monorepo: multi‑app Next.js architecture, shared packages, design system, workflows, tooling, and the content/feature ecosystem that powers bridal, vendor, venue, admin, and marketing experiences.
Next.jsReactTailwind CSSTurborepopnpmRedux Toolkit+7 more
Qawqal: The Ultimate Superapp
Qawqal: The Ultimate Superapp
Developed core modules for Qawqal, a multi-vertical superapp with 10k+ users. Engineered a unified ecosystem featuring real-time messaging, video streaming, and matrimonial matching. Focused on high-availability architecture, seamless data synchronization, and cross-functional UI optimization to ensure high performance and user retention.
FlutterAgora SDKSocket.ioFFmpegHLS StreamingPostgreSQL+3 more
Simple Shell - Minimal Unix Command Interpreter
Simple Shell - Minimal Unix Command Interpreter
A lightweight Unix-like shell written in C. It supports PATH resolution, builtins (cd, exit, env, setenv, unsetenv, help, history), command chaining (&&, ||, ;), aliases, comments, and variable replacement. Designed for Ubuntu 20.04 and built with gcc.
C (GNU89)POSIX system callsLinux (Ubuntu 20.04 LTS)gcc toolchain