| Name |
Description |
| libft |
Rewrite some of libc's functions, this project will be used and improved throughout the other project since we're
generally not allowed 3rd party functions that aren't syscall |
| get_next_line |
A function which read's the next line of a file descriptor each time it is called, will later be integrated to the libft |
| ft_printf |
Rewrite the printf function |
| ft_server |
Introduction to Docker, An nginx server running Wordpress, phpmyamdin with a MySQL database |
| cub3d |
Raycasting with textures and a map generated from a formated file |
| libasm |
Indroduction to x86_64 assembly, rewritting some basic libc function |
| minishell |
Minimalistic shell based on bash |
| ft_services |
Introduction to kubernetes with multiple services running in different containers |