Skip to content
View AbdallahTarabish's full-sized avatar
🚀
To succeed in life , you need ignorance and confidence .
🚀
To succeed in life , you need ignorance and confidence .

Highlights

  • Pro
Block or Report

Block or report AbdallahTarabish

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
AbdallahTarabish/README.md
<?php

namespace Tarabish;

class About extends Me
{
    public function getCurrentWorkplace(): array
    {
        return [
            'workplace' => [
               [ 
                'company' => 'Atyaf Co',
                'position' => 'Backend Developer'  
              ] ,
              [  
                "compnay"=>"ICT Solutions Co",
                "position"=>"Full Stack Developer"   
              ],   
              [
               "company"=>"Ministry Of Finance" ,
               "position"=>"Devops Engineer"   
              ]   
            ]
        ];
    }

    public function getDailyKnowledge(): array
    {
        return [
            Php::class,
            Javascript::class,
            Laravel::class,
            Vuejs::class,
            Livewire::class,
            JQuery::class,
            Ajax::class,
            RestApi::class,
            React::class,
            Graphql::class,
            Apache::class,
            Nginx::class,
            Zabbix::class,
            Docker::class , 
            Wso2::class ,
            Vuejs::class
            
        ];
    }

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

Popular repositories

  1. covid_19 covid_19 Public

    PHP

  2. corona corona Public

    Dart 1

  3. custom_framework custom_framework Public

    this is simple php framework , built by abdallah tarabish ✔😉

    PHP

  4. AbdallahTarabish AbdallahTarabish Public

  5. ashbakernz ashbakernz Public

    Forked from ashkellerman/ashkellerman

  6. Movie Movie Public

    A site to watch movies, is a practical application for the Netflix website, where the user can subscribe to a monthly package and then watch movies📸🎞

    PHP