👋

def introduce_yourself(name, surname, role):
    print(f"Hi there! I'm {name} {surname}.")
    print(f"I'm a {role}.")

introduce_yourself(
	"Federico", 
	"Imberti", 
	"Computer Science Student & Software Developer"
)

# OUTPUT:
# Hi there! I'm Federico Imberti.
# I'm a Computer Science Student & Software Developer.


What is this space for?

Here I'd like to share some of my college notes and flashcards, personal projects I've done through the years and even something about myself. You can also read some of my writings on my Medium profile!



How can you contact me?

You can reach me on LinkedIn, GitHub or just Book a meeting!



What is the meaning of life, the universe and everything else?

Apparently it's 42, but I'm still working towards the question...