Skip to content
View aliibrn's full-sized avatar

Highlights

  • Pro

Block or report aliibrn

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
aliibrn/README.md
$ whoami
> abdelali_bouramdane
$ cat welcome.txt
Typing SVG

LinkedIn Email Portfolio

About Me

const abdelali = {
    pronouns: "he" | "him",
    location: "El Jadida, Morocco 🇲🇦",
    education: {
        school: "1337 Coding School (42 Network)",
        level: 11.42,
        program: "Software Engineering"
    },
    expertise: ["Low-Level Programming", "Web Dev", "DevOps", "System Design"],
    currentlyLearning: ["System Design", "Cloud Architecture", "Advanced Algorithms"],
    funFact: "I debug code faster than I debug my life decisions 😄"
};
  • Student at 1337 Coding School (42 Network) - Level 11.42
  • Completed ALX Software Engineering with 89.28% score
  • Passionate about Low-Level Programming & System Design
  • Currently working on Full-Stack Applications
  • Always learning something new every day

Tech Stack

💻 Programming Languages

Languages

🚀 Frameworks & Libraries

Frameworks

🗄️ Databases

Databases

⚙️ DevOps & Tools

DevOps

🤝 Let's Connect!

💬 I'm always open to discussing new projects, creative ideas, or opportunities to be part of your vision.

Email LinkedIn GitHub
Random Dev Quote
$ echo "Thanks for visiting!"
$ exit
Markdown Coffee

Pinned Loading

  1. HomePlate HomePlate Public

    Full-stack food ordering platform featuring cook and customer dashboards, JWT auth, real-time updates, and responsive design.

    JavaScript

  2. webserv webserv Public

    Custom C++ web server featuring HTTP parsing, dynamic CGI execution, static file serving, and scalable client handling.

    C++

  3. cub.3d cub.3d Public

    3D raycasting game in C using MiniLibX, featuring a Wolfenstein-like engine, textured walls, player movement, and bonus enhancements.

    C

  4. inception inception Public

    Containerized a full web infrastructure using Docker and Docker Compose, deploying NGINX, WordPress, and MariaDB with secure networking and volumes.

    Shell

  5. C-Systems-Projects C-Systems-Projects Public

    A collection of 42 netwoork C and systems programming projects, showcasing skills in algorithms, concurrency, IPC, and basic graphics.

    C

  6. Miniishell Miniishell Public

    A fully functional Unix-like shell written in C, featuring advanced parsing, process control, and signal management.

    C