Welcome welcome, Im Dani from Spain
Web & Software dev rigth here
Turning imagination into reality
Web development projects
| Project name | Tech Stack | Dev year | Description |
|---|---|---|---|
| Conecta Campo | 2024 | Conecta Campo es una aplicacion web disenada para conectar directamente a los agricultores con los clientes finales, permitiendo la venta directa de productos agricolas y la opcion de donar excedentes a bancos de alimentos. Repo | |
| Book Source | 2024/25 | Plataforma web disenada para guardar los libros que te interesan, hayas leido o quieras leer en tus listas personales para no olvidarte. Tambien funciona como pequena red social literaria en la que puedes recomendar los mismos que te gusten o puntuarlos. Repo | |
| Ticket Stdio | 2025 | Aplicacion movil destinada a gestionar gastos y facturas de empresas en viajes de negocios, congresos, y momentos away from work. Repo |
List of projects in S/C++
| 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/25 - 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/25 - 06/25 | Algorythm that orders a stack of values given. Must be as fast as the premises given by the project. Repo. |
| So Long | 07/25 - Actual | Algorythm that orders a stack of values given. Must be as fast as the premises given by the project. Repo. |