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 |
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 | 02/24 - Actual | Replication of printf fuction. Managing all conversions and handling variadic arguments only done by the functions prevously done in libft. Repo. |
GNL | 02/24 - Actual | 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. |