
Upbeat and analytical thinker with passion for problem-solving and innovation. Equipped with solid understanding of algorithms and data structures, and proficient in Python and Java. Poised to make impactful contributions through creative solutions and efficient coding practices.
Tetuan City Power Consumption Prediction — Forecasted zone-wise electricity demand from weather data using linear regression (gradient descent), polynomial regression, and OLS. Selected polynomial regression (lowest RMSE) and applied bootstrapping for prediction intervals. Built an interactive tool for user-based consumption forecasts.
States States and More States — Developed an interactive web-based game that reinforces Deterministic Finite Automata concepts by presenting DFA correction and language-matching puzzles. Implemented dynamic screen transitions, visual DFA diagrams, and multiple-choice logic using HTML, CSS, and JavaScript to support intuitive learning of state transitions and language recognition.
Cooke Language Lexical & Syntax Analyzer — Developed a modular C lexer and recursive-descent parser for a BNF-defined language, integrating tokenization, grammar validation, and precise syntax error reporting with line numbers and token context.