Skip to content
View FabrizioLanzillo's full-sized avatar

Block or report FabrizioLanzillo

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 100 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
FabrizioLanzillo/README.md

MSc Computer Engineering Projects

Distributed-University-Chatroom-Platform

image image image image

University project for "Distributed Systems and Middleware Technologies" course (2023).
Design and implementation of a Jakarta EE web application, which allows university students to chat with other students and book meetings with professors.
The web part is implemented using Java 11 with Jakarta EE 9.1 framework and is deployed on a Glassfish server.
The chat is developed in Erlang and is deployed on a distributed cluster with a NGINX reverse proxy / load balancer.
Project Repository

Secure-Book-Selling-Website

image image image image image image

University project for "Systems and Network Hacking" course (2024).
Design and implementation of BookSelling, a Web Project that aims to simulate a Secure E-Commerce Website.
The website uses SSL/TLS certificates to ensure secure communication in an encrypted connection.
Developed using PHP 8 and Javascript with MySQL database.
Deployed using Docker Compose with three containers: Apache Server, MySQL, and phpMyAdmin.
Project Repository

Parallelized-Brute-Force-Attack-on-AES-256-Key-using-Cuda-C

image image

University Project for "Computer Architecture" course (2023).
Development and Analysis of the Parallelization of a Brute Force Attack on AES-256 key.
Developed in CUDA-C and in C++14.
Project Repository

Pipelined-Application-for-Secure-POS-Monitoring-System

image image image

University Project for "Software System Engineering Project" course (2023).
Development of a Pipelined Application for Secure POS Monitoring System based on DataOps approach, to support productivity metrics.
Developed in Python.
Project Repository

ECG-Estimation-using-Different-Artificial-Intelligences

image

University project for the "Intelligent Systems" course (2022).
Design and Implementation of several artificial intelligences (MLP, RBFN, FIS, CNN, RNN) on a dataset composed of biophysical signals.
Developed with MATLAB (2022a version).
Project Repository

K-Means-Clustering-Algorithm-using-Hadoop-MapReduce

image image image

University project for "Cloud Computing" course (2023).
Design and Analysis of a K-means clustering algorithm, using Hadoop MapReduce Parallelization.
Developed in Java 11 with Hadoop 3.1.3 Framework.
Deployed on a cluster of virtual machines, one namenode and two datanodes.
Project Repository

Cybersecurity-Project-of-Cloud-Storage

image image image

University Project for "Foundations of Cybersecurity" course (2022).
Design of a Secure Client-Server application that resembles a Cloud Storage.
Developed in C++14 with OpenSSL 1.1.1 Library for Linux systems.
Project Repository

Gameflows-Videogame-Social-Network

image image image

University Project for the "Large-Scale and Multi-Structured Databases" course (2022).
Design of a large-scale and multi-structured database for a social networking application.
Developed in Java 11 and JavaFX with MongoDB and Neo4j databases.
Project Repository

Performance-Evaluation-of-Supermarket-Simulator

image image

University Project for "Performance Evaluation of Computer Systems and Networks" course (2022).
Design of a discrete event simulator that emulates the behavior of a supermarket (considered as a queuing system).
Performance evaluation of the system using different configurations and through different experiments.
Developed in C++ with the OMNet++ framework.
Project Repository

Image-Elaboration-fo-Coefficient-Calculator

image image image image

University Project for "Electronics and Communication Systems" course (2024).
Design of a digital circuit for implementing an image elaboration systems fo calculator.
Testbench Analysis of the digital system behaviour using Modelsim.
Synthesis and Implementation of the circuit using Vivado.
Project Repository

Navigation-Assistance-Platform-for-Blind-People (VIBA)

image image image image

University project for "Mobile and Social Sensing Systems" course (2023).
Design of a Android Application aimed at assisting visually impaired and blind (VIB) people in everyday life by detecting obstacles in an outdoor environment.
Developed in Kotlin and in Java with Google's ARCore Depth Lab API.
Project Repository

BSc Computer Engineering Projects

Distributed-Peer-to-Peer-Application-for-Covid19-Data-Sharing

image image

University Project for "Computer Networks" course (2021).
Design of distributed peer-to-peer application that implements a data sharing system, constantly updated, on the COVID-19 pandemic.
Developed in C for Linux Systems.
Project Repository

MyBalance

image

University Project for "Advanced Programming" course (2021).
Design of a Client-Server application that resembles a Digital Wallet.
Developed in Java and JavaFX.
Project Repository

Pinned Loading

  1. Distributed-University-Chatroom-Platform Distributed-University-Chatroom-Platform Public

    University Project for "Distributed Systems and Middleware Technologies" course (MSc Computer Engineering @ University of Pisa). Distributed University Chatroom Platform

    Java 1 2

  2. Cybersecurity-Project-of-Cloud-Storage Cybersecurity-Project-of-Cloud-Storage Public

    University Project for "Foundations of Cybersecurity" course (MSc Computer Engineering @ University of Pisa). Cloud Storage developed in C++14 and OpenSSL 1.1.1 for Linux systems

    C++ 1

  3. Secure-Book-Selling-Website Secure-Book-Selling-Website Public

    University Project for "Systems and Network Hacking" course (MSc Computer Engineering @ University of Pisa). Secure Book Selling Website

    PHP 1

  4. Performance-Evaluation-of-Supermarket-Simulator Performance-Evaluation-of-Supermarket-Simulator Public

    Forked from RiccardoSagramoni/performance-evaluation-supermarket

    University Project for "Performance Evaluation of Computer Systems and Networks" course (MSc Computer Engineering @ University of Pisa). Supermarket simulator developed in OMNeT++ 5.7

    C++ 1

  5. ECG-Estimation-using-Different-Artificial-Intelligences ECG-Estimation-using-Different-Artificial-Intelligences Public

    Forked from RiccardoSagramoni/intelligent-systems-project

    University Project for "Intelligent Systems" course (MSc Computer Engineering @ University of Pisa). Design and implementation of several artificial intelligences (MLP, RBFN, FIS, CNN, RNN) on a da…

    MATLAB

  6. K-Means-Clustering-Algorithm-using-Hadoop-MapReduce K-Means-Clustering-Algorithm-using-Hadoop-MapReduce Public

    Forked from FedericoMontini98/Hadoop_K-means

    University Project for "Cloud Computing" course (MSc Computer Engineering @ University of Pisa). K-Means Clustering using Hadoop MapReduce.

    Java