I am a Machine Learning and Software engineer. This is my digital garden. 🌱
This is about me, tech and a bit of finance. Sometimes I also think, and when it happens, I write it down. If you’re looking for a good spot to dive in, this might be it. 🌏
class Me { type: 'engineer', role: 'dataScientist', stack: ['Python', 'ML', 'SE'], status: 'awake', } function dailyRoutine() { while (Me.status = 'awake') { try { if (curiosity && caffeineLevel > 0.8) { Explore(); TestIdeas(); PushToProd(); Reflect(); //sometimes WriteDocs(); // maybe sometimes } } catch (err) { print('A noi la qualità c'à r...'); debug&Fix(); refactor(); } } Sleep(Me) return 'È coffee break signori'; } dailyRoutine();
I’m a Computer Science Engineer passionate about coding, dedicated to solving complex problems and staying updated in the ever‑evolving tech landscape.
This is my little corner of the internet where I share what I learn, think, and sometimes do.
I don’t write often. These are the latest notes I felt were worth the effort - for me to share, and hopefully for you to read!
Why I built this space, what I plan to put in it, and how I’m hoping it helps me think better - and maybe be useful to someone else too.
mind log - 6/3/2025
Integrating mindfulness practices helps developers cultivate present-moment awareness, fostering focus, problem-solving, and work-life balance.
test - 1/1/2025
Some of the projects I've been working on recently.
My personal website built with NextJS, JavaScript and MDX, showcasing my work, interests, and portfolio.
A web app inspired by Playtomic to track foosball game records, monitor matches, and manage an adapted ranking system. Used for our working station at work :)
A web-based bookstore with standard CRUD operations and an AI-powered feature. Frontend and backend communicate through REST APIs.