Web & Software dev rigth here ⚡
Turning imagination into reality 🚀
Project name | Tech Stack | Dev year | Description |
---|---|---|---|
ConectaCampo.es | 2024 | Conecta Campo es una aplicación web diseñada para conectar directamente a los agricultores con los clientes finales, permitiendo la venta directa de productos agrícolas y la opción de donar excedentes a bancos de alimentos. Repo | |
BookSource | 2024/25 | Plataforma web diseñada para guardar los libros que te interesan, hayas leído o quieras leer en tus listas personales para no olvidarte. También funciona como pequeña red social literaria en la que puedes recomendar los mismos que te gusten o puntuarlos. Repo | |
Ticket Stdio | 2025 | Aplicación movil destinada a gestionar gastos y facturas de empresas en viajes de negocios, congresos, y momentos away from work. Repo |
Project name | Development period | Description |
---|---|---|
Libft | 12/24 - 02/25 | Replication of LibC, the standard ANSI library used in C language. Basic and no that basic memory, string and list struct functions. It is the first project for 42 Software Engeneering school. Repo. |
Printf | 01/25 - 03/25 | Replication of printf fuction. Managing all conversions and handling variadic arguments only done by the functions prevously done in libft. Repo. |
GNL | 02/24 - 04/25 | A function in C that reads a file descriptor and reads a buffer_size until a \n or \0 is founded. Used in a loop, remembers the last position of the buffer readed. Repo. |
Push Swap | 03/24 - Actual | Algorythm that orders a stack of values given. Must be as fast as the premises given by the project. Repo. |