Aevion Technologies: Company Website
Co-founded · Vancouver, BC · Feb 2026
We build top-tier software and infrastructure that empowers businesses, from cloud architecture to AI-powered platforms. Co-founded with Mujtaba Fatah Mohammed, Aveion pairs cutting-edge engineering with honest business strategy to become the technology partner ambitious teams trust.
HTML/CSSJavaScriptResponsivePerformance
Data-Jam: ClimaZone AI (Renewable Energy Forecasting)
DSSS DataJam 2025 Hackathon · Oct 2025
Led technical architecture and ML strategy for our 1st-place hackathon submission: an AI forecasting platform predicting renewable energy potential for 231 Canadian cities. Distilled 1B+ global climate records into a production-grade Prophet + XGBoost ensemble, cutting RMSE by 62% and MAE by 69% to achieve 94% forecast accuracy.
PythonXGBoostProphetStreamlitPlotlyPandasScikit-LearnR
Kidney-Net (Stone-See)
CMPT 340 · SFU · 2025
Owned end-to-end architecture of a clinical-grade kidney stone classifier: from fine-tuning ResNet-18 on augmented CT scan data to deploying a production Flask inference API and Next.js upload interface. Applied a sensitivity-optimised threshold to prioritise clinical safety over raw accuracy.
PyTorchResNet-18FlaskNext.jsscikit-learn
Wayfarer-AI
Personal Project · 2025
Identified a gap in travel planning tools and built a full-stack AI platform from scratch. Integrated Google Gemini Flash for personalised hotel, restaurant, and activity recommendations with graceful fallback to 100+ country static datasets, ensuring reliability regardless of API availability. FastAPI backend with Pydantic v2 and budget breakdown logic.
FastAPIGemini AIPydanticPythonVanilla JS
Neura-Linker
Personal Project · 2025
Designed and shipped a production-ready student-matching engine from the ground up. Architected a hybrid Node.js + Python Flask stack with KMeans clustering and weighted Jaccard similarity across 12 profile dimensions, enforcing diversity constraints and centralising all matching logic in a single configurable module.
FlaskNode.jsKMeansPandasSheets APINodemailer
Emergency-Reporting-Service
CMPT 272 · SFU · Sep 2024
Served as technical lead for a 4-person team delivering a full-stack GIS incident management platform. Shipped Leaflet.js marker clustering, photo uploads, OPEN/RESOLVED workflow, Excel export via SheetJS, and admin auth gate: zero backend dependencies, entirely client-side.
JavaScriptLeaflet.jsSheetJSHTML/CSSNominatim
Driving-School-Website
Personal Project · 2024
Delivered a mobile-first marketing and booking site for a real client with zero build-step constraints. Shipped Google Sheets-backed form submissions via Apps Script, FAQ accordion, smooth scroll, Australian phone formatting, and Intersection Observer card animations, production-ready from day one.
HTML5CSS3Vanilla JSApps Script
Playlist
CMPT 225 · SFU · Nov 2024
Built a production-quality C++ linked list engine from scratch: custom destructor, Rule of Three compliance, and O(n) insert/remove/swap operations across 1,000+ songs with zero memory leaks. A deliberate exercise in the low-level precision that underpins every system I build at Aevion.
C++Data StructuresOOPDynamic Memory
Hospital-Management-System
Personal Project · Sep 2024
Architected a full OOP hospital administration system in C++: bed allocation, itemised patient billing with discharge receipts, and time-stamped visit history via STL vectors. Demonstrates the same end-to-end system design thinking I apply to client software at Aevion.
C++OOPSTL VectorsSystem Design
Egg-Catcher
Personal Project · Jan 2023
One of my earliest shipped projects: an interactive Python game with progressive difficulty scaling via 0.95× timer decay, AABB collision detection, and smooth Tkinter canvas animation. Built to sharpen event-loop fundamentals and itertools patterns that carried into later, production-grade work.
PythonTkinterGame DevEvent Loop
Mujtaba-Portfolio
Personal Project
Portfolio experiments and UI iterations. Source code and updates live on GitHub.
HTML/CSSJavaScriptResponsive
Enerlytics
Personal Project
Energy analytics work with dashboards, models, and supporting utilities. See GitHub for details.
PythonDataDashboard
Workout-Planner
Personal Project
Workout planning UI and logic. Source code is available on GitHub.
HTML/CSSJavaScript
Rock-Paper-and-Scissors
Personal Project
A classic game implementation in Python. GitHub has the full source.
PythonGame Logic
Snap-Game
Personal Project
Two-player reaction game implementation. Source code on GitHub.
PythonReactions
Matchmaker
Personal Project
Project focused on matching/selection logic. See GitHub for implementation details.
PythonMatching
Python-Snake-Game
Personal Project
Classic snake game built in Python. Full code is on GitHub.
PythonGame Dev