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 work.txt
const PROFESSION = 'Embedded Software/Firmware Engineer';
const LOCATION = 'Pisa,Italy';

// Employers
const employers = [
	{ name: 'Defence Tech for Ukraine', role: 'Ebedded Systems Software Egineer', type: 'Part-time Volunteer' },
	{ name: 'Outlier', role: 'JS/TS/Python developer for developing Artificial Intelligence', type: 'Freelance' },
	{ name: 'EarthMates', role: 'Frontend Developer', type: 'Full-time (Previous)' }
];

// Top Skills
const skills = {
	languages: ['C/C++', 'ARM Assembly', 'Python', 'JavaScript', 'TypeScript', 'java', 'HTML', 'CSS'],
	frameworks: ['React', 'Express.js', 'Svelte', 'Next.js', 'Tailwind CSS', 'Bootstrap', 'Node.js'],
	databases: ['PostgreSQL', 'MongoDB'],
	tools: ['GDB', 'openCV', 'YOLO', 'TensorFlow/TFlite', 'CVAT', 'Ollama', 'Unity', 'Pandas', 'Rest API', 'Figma'],
	OS: ['Linux', 'Embedded Linux'],
	workFrameworks: ['Agile', 'Rapid prototyping'],
	paradigms: ['Functional', 'imperative', 'OOP']
};

// Fun Facts
const interests = ['Programming', 'Memes', 'Music', 'BJJ competition'];