Skip to content
View FilippoScaramuzza's full-sized avatar
🎯
Focusing
🎯
Focusing

Highlights

  • Pro

Block or report FilippoScaramuzza

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

Hi there πŸ‘‹

Welcome to my GitHub page. Here you can find some projects I worked on. They're mostly well documented, but if you have any comment or question just raise an issue or send me an e-mail. Below is some info about me. If you want to know more about me, check my website at filipposcaramuzza.dev or my filipposcaramuzza.dev/cv at

πŸ“š Studies

I am currently a PhD student at Jheronimus Academy of Data Science (JADS) in the Netherlands, working in the Safeguard Lab in partnership with Deloitte.

I graduated from Politecnico di Milano with a Master's degree in Computer Science and Engineering in Spring 2024. I completed all my exams in the summer of 2023. I graduated shortly after completing an internship in R&D at Alten Labs in Sophia Antipolis, where I wrote my thesis titled "Universal Personal Privacy Agent: Toward Interoperability Between Self-Sovereign Identity and Personal Data Stores."

Previously, I earned my Bachelor's degree in Computer, Electronic, and Telecommunications Engineering from the University of Parma on October 21, 2021. During an internship at the university in the Distributed Systems Group, I wrote my Bachelor's thesis entitled "Simulation of N-Tier Fog Systems with Dynamic Service Placement."

πŸ‘¨β€πŸ’» Experience

Position Company Duration Responsibilities
Research Engineer Intern Alten Labs Fall 2023 – Winter 2024 Conducted a systematic review of existing literature on Personal Information Management Systems.
Designed and implemented an architecture of an interoperable and GDPR-compliant software agent for managing both Personally Identifiable and Non-Personally Identifiable Information.
Developed an Interoperability Evaluation Framework for Personal Data Stores and Self-Sovereign Identity Solutions.
Authored my Master's thesis titled "Universal Personal Privacy Agent: Toward Interoperability Between Self-Sovereign Identity and Personal Data Stores."
Delivered two scientific seminars on these topics, enhancing communication skills with coworkers and stakeholders.
Research Intern University of Parma Spring 2021 – Summer 2021 Conducted a systematic review of existing literature, including white and grey literature, on Fog Systems and N-Tier architectures with examples from local 4.0 Agriculture Industries.
Designed and implemented simulations to evaluate the effectiveness of various service placement strategies using a Python event-based discrete time simulator.
Authored my Bachelor's thesis titled "Simulation of N-Tier Fog Systems with Dynamic Service Placement."
Software Developer Intern MaxMara Spring 2016/17 – Summer 2016/17 Developed program components in Python (Django), SQL, and web technologies to extend the functionalities of the large Web Application used by company employees.
Contributed to the successful release to production of an application utilized by the Quality Assurance Team.
Gained experience in coding best practices and testing methodologies while implementing several change requests.
System Administrator Intern MaxMara Spring 2016 – Summer 2016 Contributed to the management and maintenance of the company's IT infrastructure, including servers, network devices, and storage systems.
Assisted the IT team in resolving technical issues related to the large computers and servers backup system.

πŸ–₯️ Technologies I enjoy

I've been knee-deep in web programming, dabbling with PHP, JavaScript, WordPress, NodeJs, React, jQuery, HTML, and CSS. I've even had some fun with full-stack development using the MERN/MEAN stack.

Another big part of my academic career is Big Data. I've been exploring data science with Neural Networks and Machine Learning, diving into NoSQL databases like Neo4j, MongoDB, Cassandra, and learning the best practices for software development in the face of massive amounts of data.

My fast-changing interests addressed also Distributed Computing and Parallel Programming. I've been delving into technologies like MPI and Spark, and getting to know Middlewares for Distributed Systems.

I've got to work with different programming languages over the years, from C, C++, C#, Java, JavaScript, Python, PHP, to even Assembly.

If you're curious to check out some of my work, feel free to swing by my projects on GitHub.com/FilippoScaramuzza.

(It seems strange but I encountered Assembly a lot of times during the years, both at the High School and University, and I actually ended up appreciating it. The way you have to approach problems and thinking as a machine really tickles me).

If someone is interested in some of my works can checkout some of my projects on GitHub/FilippoScaramuzza.

Pinned Loading

  1. fault-tolerant-dataflow fault-tolerant-dataflow Public

    Fault-tolerant dataflow platform implementation for the distributed systems course of the Polytechnic of Milan.

    Python

  2. cloudest cloudest Public

    The Cloud We Deserve

    JavaScript 3 1

  3. online-chess online-chess Public

    Online Chess with Multiplayer and AI

    C++ 1

  4. bachelor-thesis bachelor-thesis Public

    Python

  5. precision_agriculture precision_agriculture Public

    "Fog Computing in Precision Agricolture" scenario simulation

    Python 4

  6. random-maze-generator random-maze-generator Public

    Random Maze Generator using Disjoint Sets Data-Structure

    C++