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.

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
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. inception inception Public

    Docker-based infrastructure project implementing a complete WordPress stack with NGINX, PHP-FPM, MariaDB, and Docker Compose, with additional services including Redis, FTP, Portainer, and Adminer.

    HTML

  2. Webserver Webserver Public

    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++

  3. minishell minishell Public

    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

  4. Cpp-Modules Cpp-Modules Public

    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++

  5. 3D-game 3D-game Public

    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

  6. Philosophers_simulation Philosophers_simulation Public

    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