\ عامة سعود بن محمد

عامة

PHP Developer

Required experience:
- Minimum 3 years of experience with PHP
- Experience with Symfony or Laravel Framework
- Experience with relational databases
- Experience with RESTful APIs
- Linux/Unix command line
- Git command line
- Experience with business documents like BRD
- Experience with Composer package manager for PHP
- Task runners tools (Symfony, Artisan, Robo, Drush ...)

Nice to have experience:
- Docker and containerization
- Auto-deploy CI/CD
- Familiarity with SOLID principle
- CSS/JS
- Agile

Keywords for search:
- Symfony
- Laravel
- PHP

// Matching text between two specific words "This is a POST request with a return 200 HTTP response" ... you will get "POST request with a return 200"
(\bPOST\b){1,}.*(\b200\b){1,}

شهادات مبرمج بي اتش بي حسب تجربتي الشخصية وأعتقد أنها شهادات مناسبة للمبرمجين

IDE helper: https://github.com/barryvdh/laravel-ide-helper
// Laravel create new project
lando composer create-project laravel/laravel project
// Laravel installation
composer install -n
mkdir -p storage/framework/{sessions,views,cache}
chmod -R 0777 storage/framework
php artisan key:generate
php artisan migrate:refresh --seed
// deploy
cd /var/www/html/$1
git pull
#composer install --no-interaction --no-dev
#composer update -n
composer install --no-interaction
chown www-data:www-data -R /var/www/html/$1
php artisan migrate --force
php artisan optimize:clear

This page just to determine that I have Voldemort integration with Drupal as the main data source, and each one of these will handle a different part of my business. I chose Voldemort project because I want to track operations with a monitoring dashboard, and do things like security auditing and providing recommendations to my users.

ini_set('display_errors', 'On');
ldap_set_option(NULL, LDAP_OPT_DEBUG_LEVEL, 7);
$ldapuser = "COMPANY@testuser1";
$ldappassword = "";
$ldapserver = "x.x.x.x";
$ldapport = '389';

// connect to ldap server $ldapconn = ldap_connect($ldapserver, $ldapport) or die("Could not connect to $ldapserver");

// check if ldap_connect returned a resource value if($ldapconn) echo "$ldapconn";

Drupal code snippets you can use it when you doing custom code. Some of these codes is just for testing purposes since it may affect your website performance.

أحد المشاكل المهمة في قضية وجود منشورات على حائطك في موقع فيسبوك هي أن تقوم بإعطاء صلاحية النشر لبرامج وتطبيقات غير موثوقة، وذلك ﻷن الكثير منا يحب أن يجعل من عملية تسجيل الدخول أسهل وأسرع إذا رأى زر تسجيل الدخول في التطبيقات والألعاب يوفر خيار التسجيل عبر حسابك في فيسبوك Facebook.

لتجربة تعدد المقالات