Skip to content
View Elhazin's full-sized avatar

Highlights

  • Pro
Block or Report

Block or report Elhazin

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
Elhazin/README.md

Hi 👋, I'm Anas

A software engineer student at 1337school

elhazin

elhazin

  • 🌱 I’m currently learning python, JavaScript, TypeScript, Nodejs

  • 📝 I regularly write articles on https://medium.com/@Elhazin

  • 💬 Ask me about Anything

  • 📫 How to reach me abouzanb@student.1337.ma

  • ⚡ Fun fact I will do anything for fun,or money

Connect with me:

elhazin

Languages and Tools:

bash c cplusplus docker git java javascript mariadb nginx nodejs postman python typescript

elhazin

 elhazin

elhazin

Popular repositories

  1. libft libft Public

    🚀 Here is the beginning of the journey with creating a library of 'ft-functions'—where everything will be 'ft'. 📚👨‍💻

    C

  2. get_next_line get_next_line Public

    In the curriculum of 42 schools there is a project with the objective of developing a function. This function is designed to accept a file descriptor as a parameter read from the file and then retu…

    C

  3. ft_printf ft_printf Public

    The ft_printf project is intended to reconstruct the printf function found in the C standard library. It will have the capability to manage formatting for the %s, %d, %i, %c, %X, and %x specifiers …

    C

  4. So_long So_long Public

    So_long is a project within the 42 school curriculum, and its purpose is to create a 2D game using the Minilibx library.

    C

  5. pipex pipex Public

    Pipex is a mini-project designed to simulate the functionality of the bash pipe operator in the following command structure: <inputfile command | command > outputfile

    C

  6. push_swap push_swap Public

    "push_swap" is a 42 curriculum project that challenges students to sort a stack of integers using limited instructions. It requires creative algorithm design and efficient use of stack operations.

    C