Personal interests and skills
Programming
Programming is the process of creating a set of instructions that tell a computer how to perform a task, it is done using a variety of computer “languages”. I use mostly Python and C.
Architecture
Architecture is both the process and the product of planning, designing, and constructing buildings and other physical structures. I am an Engineer and an Architect.
Engineering
Engineering is the branch of science and technology concerned with the design, building, and use of engines, machines, and structures. I am an Engineer.

About Me
I am Nicola and I am currently studying programming at Ecole 42 in Paris, have a degree in Architectural Engineering engineering and a background in architectural design.This is my personal website. Here i will post about topics I am passionate about, stuff like coding, engineering, design. It will mostly be about my projects and stuff i am working on.
My hope is to put to work and combine all these passions and this website will hopefully show them.
Latest Blog posts
Get_next_line – Reading a line on a fd is way too tedious
Reading a line on a fd is way too tedious. The aim of this project is to make a function that reads a file and at every call returns a new line from that file. what is get_next_line From a file descriptor get_next_line(const int fd, char **line) will place in a pointer to string line the next line […]
Fillit – Packing Tetris pieces
This Ecole 42 project went faster than expected, I feel like I’m starting to get back into a productive programming mindset. Description Fillit is not about recoding Tetris, even if it’s still a variant of this game. This program will take a file as parameter, which contains a list of Tetriminos, and arrange them in […]
Libft – my own first C library
“Libft – your own first library” is an individual project at 42, it is the second one i have worked on after the “Piscine Reloaded one”. The aim of this project is to code a C library regrouping usual functions that we’ll be allowed to use in all our other projects. At 42 we are […]