Skip to content
View aylaaouf's full-sized avatar
♟️
Focusing
♟️
Focusing

Highlights

  • Pro

Block or report aylaaouf

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

Hi there 👋

About Me

I'm Aylaaouf, a passionate coder from Morocco, currently sharpening my skills at 1337, where innovation meets determination.

  • 🌱 Constantly learning and growing in the world of programming.
  • 🔭 Currently focused on mastering system programming, algorithms, and problem-solving.

📊 My 1337 Stats

aylaaouf's 42 stats

🛠️ Technologies & Tools

  • Programming Languages: C, Go, Python, JavaScript
  • Tools: Git, Linux

🌐 Connect With Me


"Every line of code is a step towards mastering the art of creation."

Pinned Loading

  1. minishellminishellPublic

    Minishell is a custom Unix shell written in C, designed to replicate the core behavior of a standard POSIX shell. The project focuses on understanding how command-line interpreters work internally,…

    C 1

  2. 3D-game3D-gamePublic

    Cub3D is a simple 3D game where you explore a maze from a first-person view, using raycasting to simulate 3D graphics from a 2D map.

    C 1

  3. Philosophers_simulationPhilosophers_simulationPublic

    Philosophers is a concurrency and multithreading project that simulates the classic Dining Philosophers problem in C. The project explores synchronization, deadlock prevention, and proper managemen…

    C

  4. push_swappush_swapPublic

    Push_Swap is a sorting algorithm project in C that challenges you to sort a stack of integers using a minimal set of operations. The project focuses on algorithm optimization, stack manipulation, a…

    C

  5. Cpp-ModulesCpp-ModulesPublic

    This repository contains a series of C++ projects designed to strengthen object-oriented programming (OOP) skills, understand C++ core concepts, and practice clean coding. The projects gradually bu…

    C++

  6. WebserverWebserverPublic

    Forked from aelasefa/Webserv

    Webserv – Developed a non-blocking HTTP/1.1 web server in C++98 featuring CGI, virtual hosts, file uploads, and asynchronous I/O with poll().

    C++