// PROJECT ARCHIVE LOG //
PROBABILISTIC BAYESIAN LSTM FOR AUTONOMOUS CRYPTO TRADING
STATUS: OFFLINE (V1.1) | LAST UPDATE: 09-01-2026
A probabilistic forecasting model designed to predict cryptocurrency returns and future risks for intelligent trading strategies. Utilizing Bayesian Long Short-Term Memory (BLSTM), the model successfully manages risk and achieves optimized returns even within volatile market conditions.
QUANT DRILL: ADAPTIVE MENTAL ARITHMETIC FOR QUANTS
STATUS: ONLINE (V1.1) | LAST UPDATE: 01-01-2026
A Next.js web application designed for quantitative traders to sharpen mental math and logical speed. Features an ELO-based adaptive difficulty system to tailor challenges to the user's skill level.
EXPLAINABLE DNN FOR NETWORK INTRUSION DETECTION
STATUS: OFFLINE (V1.1) | LAST UPDATE: 31-07-2025
A high-performance Deep Neural Network (DNN) model for network security, integrating SHAP (Shapley Additive Explanations) to provide model transparency. Published in a Scopus Q2-indexed journal (2026).
EID BLESSING HUNTER GAME
STATUS: ONLINE (V1.1) | LAST UPDATE: 17-06-2025
An engaging interactive web game developed to celebrate Eid al-Fitr 2025. Experience the festive spirit through this entertaining mini-game.
INTERGALACTIC WAR
STATUS: ONLINE (V1.0) | LAST UPDATE: 2020-09-10
A classic arcade-style game built with JavaScript, focusing on fundamental game engine mechanics such as object movement, sprite rendering, and collision detection.
HILL CIPHER ENCRYPTION APP
STATUS: OFFLINE (V1.0) | LAST UPDATE: 10-08-2022
A desktop-based application for secure message encryption using the Hill Cipher method. Developed as a practical implementation of Applied Linear Algebra concepts to demonstrate matrix-based cryptography.
DAILY WORKOUT APP
STATUS: ONLINE (V1.1) | LAST UPDATE: 03-11-2025
An experimental fitness application developed through advanced AI-assisted engineering (Gemini AI). Features automated workout scheduling, nutritional intake tracking, and daily progress analytics.
MATH SOLVER: BORING MATH
STATUS: ONLINE (V1.0) | LAST UPDATE: 06-08-2021
A web application designed to solve systems of linear equations (2 and 3 variables) and quadratic equations. This project focuses on implementing linear algebra concepts for efficient solution calculation.
WEATHER APP
STATUS: ONLINE (V2.1) | LAST UPDATE: 07-04-2021
A web application that utilizes external API data (OpenWeatherMap) to retrieve real-time global weather conditions for various cities, complete with essential information such as humidity and wind speed. A key project for exploring data integration.
STOPWATCH
STATUS: ONLINE (V1.1) | LAST UPDATE: 06-08-2021
A simple stopwatch application implemented with JavaScript to measure time with an intuitive UI design. This project was developed to learn time management concepts in JavaScript.
CALCULATOR
STATUS: ONLINE (V1.1) | LAST UPDATE: 06-08-2021
A calculator application with basic arithmetic operations and an intuitive UI design. This project was developed to learn arithmetic operations in JavaScript while also learning to use CSS for complex UI implementation.
CAESAR CIPHER
STATUS: ONLINE (V1.1) | LAST UPDATE: 06-08-2021
A simple message encryption tool using the Caesar Cipher method with a custom encryption key. This project was developed to test my understanding of the concepts and workings of the Caesar Cipher method for message encryption.
BMI CALCULATOR
STATUS: ONLINE (V1.1) | LAST UPDATE: 04-08-2021
A BMI calculator to calculate body mass index based on weight and height and can be used as an initial reference to assess physical condition.
GUESS-NUMBER GAME
STATUS: ONLINE (V1.1) | LAST UPDATE: 07-08-2021
A number guessing game where the program selects a random number between 1-100, and the player is asked to guess the number. Players are allowed to guess the number repeatedly, with a penalty of -5 points for each incorrect guess. This game was developed to test how quickly the Binary Search algorithm can assist in the process of finding the correct guess number.