Skip to content
View jmatheis00's full-sized avatar

Highlights

  • Pro
Block or Report

Block or report jmatheis00

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.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, 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
jmatheis00/README.md

Linkedin

Languages & Tools

C C++ JavaScript CSS3 HTML5 Bootstrap Vue.js

I'm currently enrolled as a student at 42 Heilbronn Programming School, close to completing the core curriculum.

At 42, education is driven by peer learning, removing traditional teaching structures. Students learn through hands-on projects, promoting creativity and teamwork, while also developing real-world skills. This experience also builds important soft skills for the professional world, including adaptability, critical thinking, collaboration, and effective learning. Through the ability to independently master programming languages and ensure ongoing skill development, 42 provides a strong basis for continuous learning and personal development. Click here for more information.


These are the projects I worked on as a student at 42 Heilbronn Programming School:
Last project at 42 (creating a website for Pong Game):
GIF

Completed certificates and courses in frontend development:



📫 How to reach me: [email protected]

Popular repositories

  1. 42_pipex 42_pipex Public

    42 pipex project: Replicating Unix shell command functionality with a focus on pipes and redirections.

    C

  2. 42_so_long 42_so_long Public

    This 42 project is about 2D game development, where players collect items on a map while seeking the shortest escape route.

    C

  3. 42_libft 42_libft Public

    First 42 project: Recreating C library functions, improving memory management, mastering Makefile, and building a versatile toolbox for future projects.

    C

  4. 42_printf 42_printf Public

    My own recoded printf function in c

    C

  5. 42_getnextline 42_getnextline Public

    A custom C function that reads lines from file descriptors or standard input, providing a convenient method for handling input in C programs, including file reading and command-line interaction.

    C

  6. 42_push_swap 42_push_swap Public

    Push_swap sorts random integers on a stack using a restricted set of instructions to achieve a sorted stack with minimal stack operations.

    C