Jokin Aizpuru

Buenas, soy Jokin Aizpuru
Desarrollador de Software

Sobre mí.

Buenas! Me llamo Jokin, tengo 21 años y he estudiado en 42 Urduliz, una escuela de programación innovadora donde no tenemos horarios ni profesores. He completado numerosos proyectos colaborando con estudiantes del centro, donde he aprendido a organizar, crear buenas prácticas y demás.

C, C++, Python ( y algo de HTML, CSS, ...) son los lenguajes que más he utilizado. Alocación de memoria, manejo de punteros, algoritmos de ordenación, crear Pipelines con Scikit-Learn, manejar datos, crear clases, ... son algunos de los conceptos que he ido aprendiendo e interiorizando.

Proyectos en C

Libft

General Use library for C

Create some functions from standard C library, along with other functions that will be useful for projects later on.

Github
ft_printf

Replicate the behaviour of 'printf'

Implement digits, characters, strings, hexadecimal, pointers and error cases. Make use of variadic functions to expand more than one variable(s).

Github
get_next_line

Read a line of text given a file descriptor.

Read characters from a file descriptor until a newline is found and return them using memory allocation. When used with a loop it can iterate over a file and return all its contents.

Github
Pipex

Replicate the funcionality of a Pipe

Given a file descriptor to read from, and another one to write to, replicate the behaviour of a Pipe.

Github
fract-ol

Using MiniLibX create various fractols

Implement digits, characters, strings, hexadecimal, pointers and error cases. Make use of variadic functions to expand more than one variable(s).

Github
get_next_line

Read a line of text given a file descriptor.

Read characters from a file descriptor until a newline is found and return them using memory allocation. When used with a loop it can iterate over a file and return all its contents.

Github

Proyectos en C++

Libft

General Use library for C

Create some functions from standard C library, along with other functions that will be useful for projects later on.

Github
ft_printf

Replicate the behaviour of 'printf'

Implement digits, characters, strings, hexadecimal, pointers and error cases. Make use of variadic functions to expand more than one variable(s).

Github
get_next_line

Read a line of text given a file descriptor.

Read characters from a file descriptor until a newline is found and return them using memory allocation. When used with a loop it can iterate over a file and return all its contents.

Github

Herramientas

Born2beroot

General Use library for C

Create some functions from standard C library, along with other functions that will be useful for projects later on.

Github