Skip to content
View abouramd's full-sized avatar
🎯
Focusing
🎯
Focusing

Highlights

  • Pro

Block or report abouramd

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.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, 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
abouramd/README.md
β”Œβ”€β”€β”€ ABOUT ME β”œβ”€β”€β”€β”€β”€β”€β”€β”€β”€β–°β–°β–°
β”‚
β”œβ”€β–£ Hi there πŸ‘‹! I'm **Abdelhay Bouramdane**.
β”œβ”€β–£ A passionate **Software Developer** who loves turning ideas into reality through code.
β”œβ”€β–£ I specialize in full-stack development, solving complex problems, and building scalable applications.
β”‚
└───────────────────────────────▰▰▰

β”Œβ”€β”€β”€ WHAT I LOVE β”œβ”€β”€β”€β”€β”€β”€β”€β–°β–°β–°
β”‚
β”œβ”€β–£ 🌟 Building intuitive user interfaces
β”œβ”€β–£ 🌍 Working with open-source projects
β”œβ”€β–£ πŸš€ Exploring new technologies and frameworks
β”œβ”€β–£ ✨ Collaborating on exciting and impactful projects
β”‚
└───────────────────────────────▰▰▰

β”Œβ”€β”€β”€ SKILLS β”œβ”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β–°β–°β–°
β”‚
β”œβ”€β–£ Languages: JavaScript (ES6+), TypeScript, Python, C++, C, Bash
β”œβ”€β–£ Frontend: React, Next.js, HTML5 / CSS3, Tailwind CSS, Bootstrap, Shadcn
β”œβ”€β–£ Backend: Node.js, Express.js, Prisma
β”œβ”€β–£ Databases: PostgreSQL, MongoDB, Redis
β”œβ”€β–£ DevOps: Docker, Git & GitHub
β”œβ”€β–£ Tools: VS Code, Linux (Ubuntu, Arch), Figma, Postman
β”‚
└───────────────────────────────▰▰▰

β”Œβ”€β”€β”€ SOCIAL β”œβ”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β–°β–°β–°
β”‚
β”œβ”€β–£ Email
β”œβ”€β–£ GitHub
β”œβ”€β–£ LinkedIn
β”œβ”€β–£ Leetcode
β”œβ”€β–£ CodinGame
β”‚
└───────────────────────────────▰▰▰

Pinned Loading

  1. float_point_in_mem float_point_in_mem Public

    In memory, a float in C/C++ is represented as a 32-bit floating-point number. This program will demonstrate how a float is stored in memory.

    C++

  2. libft libft Public

    This project is about coding a C static library.It will contain a lot of general purpose functions your programs will rely upon.

    C 1

  3. minishell minishell Public

    a simple shell implementation project, aiming to recreate basic functionalities of bash. This project focuses on process creation, file descriptors, and command interpretation.

    C 2

  4. Cub3D_42 Cub3D_42 Public

    C

  5. Inception_42 Inception_42 Public

    Inception 42 is a system administration exercise focused on creating a small infrastructure using Docker. This project aims to deepen understanding of system administration concepts through practic…

    Shell

  6. webserv webserv Public

    This project is about writing your ow HTTP server. You will be able to test it with an actual browser. HTTP is one of the most used protocols on the internet. Knowing its arcane will be useful, eve…

    PHP