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

Welcome 👋

Hey :) I'm Jazmín.

I'm a student at École 42 exploring software development through hands-on, system-level projects in C, 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

  • Learning low-level programming and algorithmic thinking.
  • Strengthening my Linux and system administration skills.
  • Learning Object-Oriented Programming with C++.

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. get_next_line get_next_line 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

  3. 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

  4. pipex pipex Public

    Pipex is a C project that mimics the shell pipe (`|`) behavior. It pipes the output of one command into another while handling input and output file redirections using system calls.

    C

  5. so_long so_long Public

    so_long is a 2D top-down game developed in C using the MiniLibX library. The project focuses on window management, rendering textures, and handling real-time user input to navigate a character thro…

    C

  6. minishell minishell Public

    minishell is a simple Unix shell written in C. The goal is to reproduce the core behavior of bash giving us a deep understanding of how a shell actually works under the hood. From reading user inpu…

    C