Projects

Here are some of the projects I've worked on.

Kanbana - AI for a project managment tool

Developed for the second edition of HackIT-BA by Computer Society (ITBA student branch). The project was selected as the top 3 projects during the hackathon.

Next.js ChatGPT API FastAPI

PWA - Progressive Web App

As personal project, built a PWA that is installable for iOS and Android, that consumes an API also built for this project. For persistence, it utilizes mongoDB and Redis. The app currently shows train times for 'Belgrano Norte' train in Buenos Aires.

PWA: API:
Ionic Framework Express Node.js mongoDB Redis

EzAuctions - Real time auctions

This is a full stack project made completely using AWS services and serverless architecture. It prominently features WebSockets for real-time communication and event-driven processing.

AWS Serverless Web-Sockets Event-Driven Infrastructure as Code (IAC)

Lend a Read - Book exchange

Developed as a University project, this is a full stack project developed in two stages:
- First stage using Java, Spring and PostgreSQL.
- Later, it was migrated to a Single Page Application (SPA) with React and the backend using Spring.

Spring Framework PostgreSQL React

Delta - Create routines and track your progess in the gym

Developed as a project for the 'Human-computer interaction' course, the project was heavily focused on user centered design [UCD]. The website was developed using Vue.js and the Android app with Android Studio using Kotlin.

Web: App: Vue.js Kotlin Jetpack Compose

API for SQL and NoSQL DBs

Developed as a project for the 'Databases II' course, the project was focused on setting up and use a PostgreSQL and MongoDB databases. Furthermore, made an API that exposes many endpoints for the databases.

MongoDB PostgreSQL Express.js

AI models

Developed the following models / Algorithms: Genetic Algorithms, Smple/Multilayer Perceptron, Unsupervised Learning and Autoencoder and Variational Autoencoder (VAE).

AI Python

Certus - NFT minting for physical products

Developed as a University project, the objective was to develop a project with two main objectives: Use Agile software development and focus on selling the product.

Next.js Blockchain

gdhOS - Unix based operating system for the x86-64 family of intel processors

This project was developed for the Operating Systems course, this is a operating system built in C and Assembly with support for system calls, context switching, dynamic memory, sempahores and concurrency.

C Assembly Low level programming

POP3 - Mail server

Developed for the Communication Protocols course, the project was focused on following the RFC 1939 with requirements on concurrent connections, non-blocking implementation and developing a monitoring protocol for the server.

C POP3 server

Imaginate - Compiler for a new programming language

As a 'Automata, languages and compiler theories' course project, we developed a compiler written in C that generates images. Based on a new programming language that can produce deterministic and non-deterministic outputs.

Flex & Bison Python Pillow (Python library)