Skip to content
View AFNeves's full-sized avatar

Block or report AFNeves

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 250 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
AFNeves/README.md

Hi, I'm Afonso! πŸ‘‹

πŸ‘¨β€πŸ’» Featured Projects

  • Artificial Intelligence & Machine Learning

    • UFCFightOutcomes – Machine learning models for predicting UFC fight outcomes (classification).
    • StreamingVideos – Metaheuristic algorithms for combinatorial optimization problems.
  • Full-Stack Development

    • GamesNest – Laravel e-commerce platform with Blade, PostgreSQL, Docker, Tailwind CSS.
  • Low-Level & Systems Programming

    • MinixTimeKeeper – C program with custom device drivers and a clock interface on MinixOS.
    • JavaChatroom – Distributed Java chatroom with AI chatbot integration.
  • Compilers

    • JmmCompiler – Java-- to Jasmin compiler with ANTLR grammar, AST, semantic analysis, and optimizations.
  • Parallel & Multithreaded Programming

    • MultiMat – Matrix multiplication performance analysis (sequential vs parallel) in C++ and Java.
  • Functional & Logic Programming

    • PrologSTAQS – Prolog implementation of STAQS board game with AI opponent.
    • HaskellGraphs – Haskell graph algorithms (Dijkstra, TSP solver).

πŸ› οΈ Tech Stack

c cplusplus csharp java javascript php python haskell css3 html5 tailwind qt nodejs flutter dart pandas seaborn scikit_learn postgresql sqlite docker bash firebase unity linux git figma blender laravel

🀳 Connect with me

Twitter LinkedIn Instagram

Pinned Loading

  1. UFCFightOutcomes UFCFightOutcomes Public

    A machine learning project exploring classification algorithms to predict UFC fight outcomes, developed for the Artificial Intelligence course at FEUP.

    Jupyter Notebook

  2. StreamingVideos StreamingVideos Public

    A computational intelligence project exploring metaheuristic algorithms for combinatorial optimization, developed for the Artificial Intelligence course at FEUP.

    Python

  3. MinixTimeKeeper MinixTimeKeeper Public

    A MinixOS-based C application combining custom device drivers with a basic clock program, developed for the Computer Laboratory course at FEUP.

    C

  4. GamesNest GamesNest Public

    A Laravel-based e-commerce platform built with BladePHP, PostgreSQL, Docker, and Tailwind CSS, developed for the Database and Web Applications Laboratory course at FEUP.

    PHP

  5. HaskellGraphs HaskellGraphs Public

    A Haskell implementation of classic graph algorithms, including Dijkstra's shortest path and a Traveling Salesman Problem (TSP) solver, developed for the Functional and Logic Programming course at …

    Haskell

  6. JmmCompiler JmmCompiler Public

    A Java-- to Jasmin compiler with ANTLR-based grammar, AST translation, symbol table, semantic analysis, basic optimizations, and code generation, developed for the Compilers course at FEUP.

    Java