Skip to content
View Jaezat's full-sized avatar
🎯
Focusing
🎯
Focusing

Highlights

  • Pro

Block or report Jaezat

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

Welcome 👋

Hi, I'm Jazmín.

I'm a student at École 42, exploring software development through hands-on, system-level projects in C, Linux, and algorithms. I enjoy understanding how things work behind the scenes, improving systems, and learning through real challenges.


What I’m Doing Now

  • Working on Minishell, a minimalist Unix shell project from 42, learning command parsing, process management, and basic shell features.
  • Learning low-level programming and algorithmic thinking.
  • Strengthening my Linux and system administration skills.
  • Building confidence in backend and DevOps fundamentals

Technical Skills

Languages:
C • Shell Scripting • Algorithms • Data Structures

Tools & Systems:
Linux • Git • SSH • Firewalls • System Administration


Reach Me

You can find me on LinkedIn or reach me at jaezatc@gmail.com.

Pinned Loading

  1. Born2beroot Born2beroot Public

    Linux system administration project aimed at automating the setup and configuration of a secure server environment. The goal is to practice shell scripting, user management, system updates, packag…

  2. Ft_printf Ft_printf Public

    A custom implementation of the C printf function that handles formatted output for strings, integers, characters, pointers, and hexadecimal values.

    C

  3. Get_next_line_c Get_next_line_c Public

    `get_next_line` is a function that reads a file descriptor **line by line**. The goal of the project is to learn how to handle dynamic memory allocation, manage buffers, and efficiently read files …

    C

  4. Libft Libft Public

    Libft is a personal C library created as part of the 42 curriculum. It includes re-implemented standard C functions and a few extra utility functions to make coding in C easier. This project helped…

    C

  5. Push_swap Push_swap Public

    Push_swap is a sorting algorithm project that challenges the implementation of sorting a stack of integers using a limited set of operations. The goal is to sort the stack in ascending order with t…

    C