Skip to content
View SusannaKay's full-sized avatar
:octocat:
:octocat:

Highlights

  • Pro

Block or report SusannaKay

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.

Content in all repositories owned by your account will be closed.
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
susannakay/README.md

Susanna Kayed

Software developer | C, C++ and Python | 42 Roma

42 profile badge for skayed

Profile

Software developer in training at 42 Roma, with a focus on C, C++ and systems programming. I build projects that require careful resource management, clean program structure, and practical debugging.

I enjoy working close to the system: processes, pipes, signals, concurrency, networking, containers, and the details that make software reliable.

Current focus

  • Developing C++98 projects with STL, templates, inheritance and RAII
  • Building a multi-container application with Docker Compose
  • Strengthening systems programming and Unix fundamentals

Technical skills

  • Languages: C, C++, Python
  • Systems: Linux, Unix processes, threads, signals, networking
  • Tools: Git, GitHub, Docker, Docker Compose, VS Code

Selected projects

Project Area What I built
Cub3D C / graphics A raycasting engine with parsing, rendering and event handling
Minishell C / Unix A shell with parsing, pipes, redirections, environment handling and signals
Philosophers C / concurrency A threaded simulation using mutexes and shared-state coordination
Pipex C / Unix A recreation of shell pipelines and redirections
Inception Docker A multi-container infrastructure with NGINX, WordPress, MariaDB, volumes and networking

42 curriculum

Libft · Born2beroot · Get Next Line · ft_printf · so_long · Pipex · push_swap · Philosophers · NetPractice · Minishell · Cub3D · C++ Modules · Inception

Contact

Pinned Loading

  1. 42-Minishell 42-Minishell Public

    Forked from Francesca993/new_minishell

    Custom Unix-like shell in C with pipes, redirections, environment variables and signal handling.

    C

  2. 42-cub3d 42-cub3d Public

    Cub3D is a 3D game engine written in C, developed as part of the 42 curriculum. The project combines configuration parsing and a basic raycasting implementation to render a first-person 3D environm…

    C

  3. so_long so_long Public

    So Long is a small 2D game written in C, developed as part of the 42 curriculum. The project focuses on map parsing, data structure organization, input validation, and defensive programming to ensu…

    C

  4. brain brain Public

    Brain is a modular personal project developed in Python, designed to centralize automations and data management workflows. The system is structured around independent modules with a focus on clear …

    Python