optimalMinimalism

about://terminal
$ cat about_me.txt

> whoami

Developer focused on minimal interfaces, practical engineering,

and projects that feel sharp, sober, and intentional.

 

> current_focus

Building clean systems with a terminal-inspired visual language,

strong structure, and readable architecture.

 

> stack_note

Languages shown here represent the percentual knowledge and usage

across the projects presented in this section.

$ cat language_distribution.log

stack

100%

C/C++ 42%
Python 24%
Bash 16%
java 12%
Assembly ARM 3%
Other 3%
$ cat personal.txt
const NAME = 'Filipe Bertolucci';

let location = 'Pisa, Italia';

let hobbies = [
	'Programming',
	'Reading',
	'Eating',
	'Brazilian Jiu Jitsu'
	// 'Sleeping'
];