Skip to content
View andreamoleri's full-sized avatar
๐Ÿค“
Studying
๐Ÿค“
Studying
  • University of Milano-Bicocca
  • Milan
  • 13:28 (UTC +02:00)
  • LinkedIn in/andreamoleri

Highlights

  • Pro
Block or Report

Block or report andreamoleri

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
andreamoleri/README.md
import Cocoa

class SoftwareEngineer {
    let name = "Andrea Moleri"
    let role = "Software Engineer"
    let spokenLanguages = ["๐Ÿ‡ฎ๐Ÿ‡น", "๐Ÿ‡บ๐Ÿ‡ธ", "๐Ÿ‡ช๐Ÿ‡ธ", "๐Ÿ‡ฉ๐Ÿ‡ช"]
    let areasOfInterest = ["Queue Theory", "Large Scale Crowd Management"]
    let specializations = ["Machine Learning", "iOS Development", "Software Architecture"]
    
    func greetings() {
        print("Hi there, thanks for dropping by! Hope you find something interesting")
    }
}

let me = SoftwareEngineer()
me.greetings()

Pinned

  1. Hauntings Hauntings Public

    This Python application analytically processes CSV data containing haunted site information, employing heatmap visualization techniques to discern the most paranormally active regions within the Unโ€ฆ

    Python 1

  2. StarryNight StarryNight Public

    A Python notebook based on the Hertzsprung-Russell Diagram, which employs machine learning methodologies to unveil inherent patterns within stellar data. Its primary objective is to establish a fraโ€ฆ

    Jupyter Notebook