Skip to content
View abdel-aouby's full-sized avatar

Block or report abdel-aouby

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

Hi there ๐Ÿ‘‹, I'm Abdelmajid Aouby

Welcome to my GitHub profile! I'm Abdelmajid Aouby, a passionate developer who loves to create and contribute to open-source projects. You'll find a collection of my work, projects, and contributions here.

About Me

  • ๐Ÿ’ผ Currently working as a PHP developer and project manager.
  • ๐ŸŽ“ With a bachelor's degree in IT and over 10 years of professional experience.
  • ๐ŸŒ Find me on LinkedIn

Skills

  • Programming Languages:

    • PHP
    • JavaScript
    • SQL
  • Frameworks and Libraries:

    • PHP [Laravel, Symfony, Nette, Magento, Livewire]
    • JavaScript [React, Vue, AlpineJS, JQuery]
    • CSS [Less, Tailwind, Bootstrap]
    • SQL [Mysql, PostgreSQL, SQL Server, Sqlite]
  • Tools and Technologies:

    • Git & GitHub
    • CD/CI
    • Docker
    • Kubernetes
    • AWS
    • Elasticsearch
    • GraphQL
    • RabbitMQ
    • Redis

Projects

Here are some of the projects I've worked on:

  1. Private: Car Comparison and Configurator Project

    • Description: I built a car comparison and configurator platform from scratch, featuring a user-friendly interface and powerful features for comparing car models and configuring specifications.

    • Technologies: Laravel, AlpineJS, Tailwind CSS, Pest, and Github actions for continuous integration of tests, static analytics, and coding style fixing.

  2. Private: British Multinational Company (eShop for CZ/SK Markets)

    • Description: A headless, dockerized Magento 2 framework application for a British multinational e-commerce platform targeting the Czech and Slovak markets.

    • Technologies: Magento 2, Elasticsearch, RabbitMQ, RestApi, Redis, Cloudflare, Docker, CRM & ERP systems integration, Azure DevOps, Sentry integration,

And many more projects that I participated in.

Together with countless contributions to various open-source projects including but not limited to: Laravel, Magento 2, Magento 1, Magento 1 LTS

GitHub Stats

Abdel Aouby's GitHub stats

Get in Touch

Feel free to contact me at:
Email
or connect with me on
LinkedIn

Thanks for visiting my profile!

Pinned Loading

  1. MultiRepoSync MultiRepoSync Public

    Synchronizing multi repositories project

    Shell

  2. laravel/framework laravel/framework Public

    The Laravel Framework.

    PHP 34.2k 11.6k

  3. PHP: Strip html element attributes e... PHP: Strip html element attributes except allowed ones
    1
    /**
    2
     * If for any reason you need to strip html element and let there only allowed attributes.
    3
     * example: <div style="color= red;" id="id-example" class="class-example" onclick="window.location.href = domain(.)com">This is example</div>
    4
     * result: <div style="color= red;">This is example</div>
    5
     */
  4. PHP: Convert product material detail... PHP: Convert product material details into array of percentage, value and label
    1
    /**
    2
     * Giving the example of clothe materials, we can form an array of detailed information.
    3
     * example : 90% cotton, polyester, 2% others
    4
     * result :
    5
     * array(