This page is the home page of a simple GitHub Pages that contains some university projects' PDFs.

Cloud Labs [Azure platform]
Few labs about some of the basics of Azure cloud platform.
Other Mentions
DevOps
DevOps PDF Image
Implemented a Jenkins pipeline that clones a repo, builds its docker image and pushes it into dockerhub, for:
  • 1- A simple Flask application that is responsible for a Register & login while defining rules for the password strength and showing logs for the login attempts with ChartJs
  • 2- A simple springboot application that print "Bonjour".
  • .
    Security
    KerberosVPN PDF Image
    Implemented a Client/Server encrypted tunnel with Kerberos and written in Python.
    Telecommunication
    Telecommunication PDF Image
    Conducted an in-depth study of the research paper 'Statistical Assessment of IP Multimedia Subsystem in a Softwarized Environment: a Queuing Networks Approach', replicating the simulations and summarizing the findings in a comprehensive report.
    Distributed Systems
    DistributedSystem PDF Image
    Implemented the "Gnutella" peer-to-peer strategy, where each peer can act as both client and server.
    *-First approach: using java sockets
    *-Second approach: using RMI (Remote Method Invocation)