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.

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

🚀 Susanna Kayed

42 Roma Luiss | C & C++ Developer | Python Automator

skayed's 42 badge


💡 About Me

I used to manage marketing campaigns — now I manage memory allocation.
After a decade in digital marketing, I started coding in Python, building automation scripts for data and ads.
That curiosity led me to 42 Roma Luiss, where I fell in love with low-level programming, problem-solving, and system logic.


🔭 Current Focus

  • 🧩 Learning C++ STL and object-oriented design patterns

⚙️ Tech Stack


📊 Stats & Activity


🧠 42 Projects

Project Tech Description Score
Libft C Custom implementation of libc functions + utils 125%
Born2beroot Linux / Sysadmin Secure Debian VM setup & hardening 110%
Get Next Line C File reading line-by-line with manual memory management 125%
Ft_printf C Reimplementation of printf 125%
So_long C / MiniLibX 2D game engine (sprites, events, path validation) 125%
Pipex C / UNIX Recreate shell pipes and redirections (cmd1 | cmd2 > file) 100%
Push_swap C / Algorithms Stack-based sorting under instruction limits 84%
Philosophers C / Threads Dining Philosophers concurrency problem (mutexes) 100%
NetPractice Networking Subnetting & routing exercises 100%
Minishell C Custom shell (parser, pipes, env, signals) 95%
Cub3D C / Graphics Raycasting engine inspired by Wolfenstein 3D 101%
CPP Modules C++ OOP, inheritance, polymorphism, RAII In progress

🕸️ Connect


⚡ Fun Fact

I swapped A/B testing ads for A/B testing algorithms
and I’ve never looked back.

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