Skip to content
View AnaVolkmann's full-sized avatar

Block or report AnaVolkmann

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. Markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
AnaVolkmann/README.md

Typing SVG


LinkedIn Gmail 42Porto Visitors


About

From a Bachelor of Science to low-level systems programming, I found my way to software through curiosity and stayed for the craft. I'm currently working through the 42Porto common core while managing delivery across engineering teams. I like being the person who understands both the code and the people building it.


Tech Stack

Engineering

C C++ Linux Bash Git

Project Management

Jira Confluence Agile


42Porto Curriculum

Peer-evaluated engineering program, no teachers, no tutorials, just problems and iteration.

Rank Project Description
00 Libft Custom C standard library from scratch
01 ft_printf Printf reimplementation with variadic args
01 get_next_line File reading with static variable management
01 Born2BeRoot Linux VM sysadmin & security configuration
02 Push_swap Stack sorting algorithm optimization
02 Fract-ol Fractal renderer with MLX graphics
02 Pipex Unix pipes & process management in C
03 Philosophers Multithreading & mutex — dining philosophers
03 Minishell Bash-like shell with pipes, redirections, builtins
04 Cub3D 3D raycasting engine — Wolfenstein-style
04 C++ Modules 00→04 OOP fundamentals in C++98
05 C++ Modules 05→09 Templates, STL, iterators (in progress)
05 FT_IRC RFC-compliant IRC server in C++ (in progress)

GitHub Stats

Popular repositories Loading

  1. AnaVolkmann AnaVolkmann Public

    1

  2. 42_FRACTOL 42_FRACTOL Public

    This project is about creating graphically beautiful fractals.

    C 1

  3. 42_Minishell 42_Minishell Public

    As beautiful as a shell

    C 1 1

  4. 42_Cub3D 42_Cub3D Public

    C 1 1

  5. 42_LIBFT 42_LIBFT Public

    42 school's first project: libft. The goal is to create our very own C library for use in future projects.

    C

  6. 42_FT_PRINTF 42_FT_PRINTF Public

    Ft_printf is a project where we must replicate the behavior of C library printf function. The project teaches us about variadic arguments as well as data structures.

    C