Skip to content
View MahmoudAlmalah-ENG's full-sized avatar

Highlights

  • Pro

Block or report MahmoudAlmalah-ENG

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

Hi there, I'm Mahmoud Almalah 👋

A little more about me..

<?php

namespace MahmoudAlmalah;

class About extends Me
{
    public function getBio(): string
    {
        return 'I am a Software Engineer, Web Developer.';
    }

    public function getMore(): array
    {
        return [
            'work' => [
                'BackEnd Laravel @Horizon-Riyadh',
                'Laravel Support @Visooft',
                'Freelancer'
            ],
            'education' => [
                'Commerce',
            ],
        ];
    }

    public function getCurrentState(): array 
    {
        return [
            'working_on' => [
                'New Laravel Articles',
                'New Web Security Workshops'
            ],
            'learning' => [
                'FrontEnd',
                'ASP .NET'
            ],
        ];
    }

    public function getFutureGoal(): string
    {
        return 'To contribute to open source.';
    }
}

Connect with me:

MahmoudAlmalah | LinkedIn MahmoudAlmalah | Facebook



What I use the most:

Visual Studio Code

PHP

Laravel

JavaScript

SQL

PostgresSQL

Git

GitHub

Terminal

Linux


Popular repositories Loading

  1. weather-journal-app weather-journal-app Public

    JavaScript 1

  2. MahmoudAlmalah-ENG MahmoudAlmalah-ENG Public template

    I`m Mahmoud Almalah, a full stack who is passionate about making open-source more accessible, creating technology to elevate people, and building community

    1

  3. ecomerce ecomerce Public template

    this my big ecomerce web site with laravel

    Blade

  4. scool scool Public

    Blade

  5. filament-menu-builder filament-menu-builder Public

    Forked from Biostate/filament-menu-builder

    An Elegant Menu Builder for FilamentPHP

    PHP

  6. pest-plugin-browser pest-plugin-browser Public

    Forked from pestphp/pest-plugin-browser

    Pest Browser Plugin

    PHP