AHMED
NTAMBWE

Computer Engineering Student at UPF. Passionate about Full Stack Development, Data Science, and Digital Creation. I bridge the gap between complex logic and intuitive user experiences, always striving for cleaner code and specialized designs.

ahmed_bot.exe
|
Ahmed Ntambwe

My Education .

2023 - Present

Computer Engineering

Private University of Fez (UPF)

Specializing in Software Engineering and Systems.

2020 - 2022

Computer Science Studies

ESISA, Fez

Two-year intensive program in Fundamental Computer Science.

2019 - 2020

Language Year

Ukraine

Cultural immersion and intensive linguistics program.

2017 - 2018

Baccalaureate

Lazrak High School

Secondary Education Diploma obtained.

Leadership & Volunteering

Vice-President (BDE - ESISA)

2020 - 2022

Coordinated campus events, sports tournaments, and humanitarian missions.

Professional Experience .

Freelance Full Stack Developer

Autonomous

Complete development of an E-commerce platform using Vanilla JS (No CMS).

HTML5 CSS3 JavaScript

WordPress Developer

Client Project

Design and deployment of an E-commerce site using CMS solutions.

WordPress Elementor WooCommerce

Software Developer (C++)

Academic Project

Created Stock Management & University ERP systems. Focused on Algorithms & OOP.

C++ Algorithms OOP

Technical Ecosystem .

JavaScript
Python
C++
React
SQL / MySQL
MongoDB
HTML5
Git
VS Code
Illustrator
Photoshop
Office Suite

Spoken Languages

French (Native) Arabic (Native) English (Advanced) Russian (Intermediate)

My Workflow .

Analyze

Requirements gathering & logic planning.

Architecture

System design, UML & Flowcharts.

Develop

Clean Code implementation & Testing.

Deploy

Optimization & CI/CD Launch.

Source Showcase .

PROJECT_CODE
TaskManager.js
dashboard.py
engine.cpp
TaskManager.js
class TaskManager {
    constructor() {
        this.tasks = JSON.parse(localStorage.getItem('tasks')) || [];
    }

    handleDragStart(e) {
        e.dataTransfer.setData('task-id', e.target.id);
        e.target.style.opacity = '0.5';
    }

    moveTask(id, targetCol) {
        const item = this.tasks.find(t => t.id === id);
        if (item) {
            item.status = targetCol;
            item.lastUpdate = Date.now();
            this.updateStorage();
        }
    }

    updateStorage() {
        localStorage.setItem('tasks', JSON.stringify(this.tasks));
    }
}

Featured Projects .

Task Master Preview
JS AdvancedUX/UI

Task Master

Modern productivity tool with Drag & Drop and local storage persistence.

View Code
ERP Preview
C++ 17System

University ERP

Complete academic management system (Console-based) with optimized OOP.

View Code
Data App Preview
PythonData Science

Data Analyzer Pro

Data analysis dashboard with real-time visualization.

View Code
E-Commerce Preview
Vanilla JSFull Stack

E-Commerce Platform

Custom-built online store with cart and checkout, no CMS.

View Project Gallery

Initiate Connection

Ready to collaborate on ambitious projects?

ahmed@portfolio:~$ echo "Contact me!"

Message sent successfully...