Skip to content
View JojoShaman's full-sized avatar
✍️
learning
✍️
learning

Highlights

  • Pro

Block or report JojoShaman

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 is supported. This note will only be visible to you.
Report abuse

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

Report abuse
JojoShaman/README.md

Hey I'm Sorin

Student @ 42 Belgium

profile views

About Me

23 y/o, currently studying at 42. Right now I'm mostly working with C and learning Python while building strong software engineering fundamentals through hands-on projects and problem solving. I enjoy understanding how systems work, designing clean and reliable solutions, and continuously improving the way I build things.

I'm especially interested in real-world projects, innovation, well-crafted code, clean architecture, and the balance between performance, maintainability and good design. Still early in the journey, but learning fast and building every day.

Focus Areas

  Cybersecurity   ·   Machine Learning   ·   Software Engineering   ·   Algorithms & Problem Solving

Stack

Languages

C  Python

Tools

Git  GitHub  Linux  VS Code

Connect

Feel free to reach out — always happy to connect, exchange ideas, or collaborate on something interesting.

 

Popular repositories Loading

  1. libft42 libft42 Public

    Before tackling advanced projects, a solid toolkit is required. Libft is a custom reimplementation of the standard libc and more, providing essential utilities for low-level programming.

    C

  2. printf42 printf42 Public

    Reimplementation of the C standard library's `printf` function, handling formatted output and variadic arguments.

    C

  3. push_swap42 push_swap42 Public

    C

  4. get_next_line42 get_next_line42 Public

    Efficient input handling starts with control. Get_Next_Line or GNL, is a C function designed to read from a file descriptor line by line, useful for text parsing, data processing, log analysis, and…

    C

  5. piscine42 piscine42 Public

    42 Piscine projects covering low-level C programming, memory management, file I/O, and algorithmic fundamentals.

    C

  6. python_modules python_modules Public

    Python is a versatile, beginner-friendly language widely used in scripting, data science, and web development. This repo follows the 42 curriculum through 11 progressive modules, starting from the …

    Python