- Shorts Web Portfolio
A web portfolio for showcasing the shorts where I worked, mainly as editor and co-director/writer. Done withVue.JS
. - Music Theory Web
This web aims to replicate how I learned and keep learning music theory in an interactive way. Doing it withReact
andSCSS
. - Tags for Text
Application to save text -be it ideas, links, directions, memories, recommendations, etc-, and tag them with my own categories to make the retrieval of those text cards easier.
The main app is completed, I'm currently working on implementing a login system. Frontend done withVue.JS
, backend withPython
and database withPostgreSQL
.
- Instagram Feed Telegram Bot
It allows the user to subscribe to different Instagram accounts and receive their posts. It run on aRaspberryPi 3
for more than 6 months before I stopped using it. Written entirely inPython
. - Audio-Video Splitter
It was my first project, written mainly inPython
, and someBash
. It is a command line interface for some specific functions offfmpeg
program, thought to be used in Linux. I used it mainly to crop my bands hourly long rehearsals/improvisations.
These projects have been done between 2016 and 2018, in the University of Buenos Aires. I performed them with a group of fellow students as part of the lectures we were taking. We made specs from the poject guidelines, writing the software from those specs, and making extensive testing shown lately on a comprehensive report, with graphics and conclusions.
-
Machine Learning techniques for Face Recognition
Written inC++
andPython
for Numerical Methods. -
Genetic Algorithms Techniques for Connect-n Game
Written inC++
,Python
andBash
for Algorithms and Data Structures III. -
Implementation of ‘mini-kernel’ and System Programming
Written inAssembley
andC
for Computer Organization II.