May. 6, 2022
https://system76.com
https://www.tuxedocomputers.com
https://frame.work
Aug. 20, 2021
في حال الحاجة إلى إيجاد آلية لترقيم محتويات في نظام محدد، فإن هناك العديد من التجارب حول العالم، مثل أرقام هياكل للسيارات VIN
https://en.wikipedia.org/wiki/Vehicle_identification_number
وأيضاً ترقيم...
Apr. 22, 2021
هذه قائمة شهادات أقترحها على مبرمج البي اتش بي حسب تجربتي الشخصية كمبرمج بي اتش وبي وعملت على إطارات عمل سابقة ومتخصص في دروبال وأعتقد أنها شهادات مناسبة للمبرمجين.
شهادات برمجية تخصصية:
شهادات...
Apr. 21, 2021
حسب تجربتي الشخصية، واهتمامي بتوثيق وقياس عملي كمبرمج، قمت بتجربة العديد من الخدمات والأدوات المساعدة لذلك، إلاّ أن القيمة الحقيقية لهذه الأدوات تزداد إذا كانت على مستوى الفريق وليست على المستوى...
Apr. 20, 2021
Setup the PHPStorm local IDE on Mac for Drupal project
Install PHPCS globally composer global require squizlabs/php_codesniffer
Execute nano ~/.zshrc then add this line export PATH="$HOME/.composer...
Jul. 29, 2019
This page will help you to know what to kind of commands that you can put in the list of your deploy commands:
// Install composer required libraries.
composer install
// Import configurations...
Jul. 25, 2019
في حال كنت تنوي التعاقد مع مطوّر لتطوير تطبيق بإستخدام تقنية React.js أو تحديداً React native فهذا المقال سيساعدك على تقييم خبرة المطور والتعرف على طريقة أفضل لتقييم مهاراته، أثناء المقابلة.
بعد...
Jan. 10, 2019
Click here to go to Drupal 7 snip.
Drupal 8 auto deploy commands
Drupal errors
Drupal 8 console commands
Riadh Rahmi - snippets
Alexei Raiu - snippets
drupal8notes - snippets
drupal8.ovh - snippets...
Oct. 12, 2018
أولاً لايوجد مثل الشراء من أمازون بخاصية الشحن المباشر! فبهذه الطريقة تضمن وصول طلبك خلال أقل من ٤٨ ساعة أحياناً. أو ٣ أيام كحد أقصى عند طلبك خدمة الشحن السريع.
لكن راح أذكر تجاربي مع الصناديق...
Mar. 6, 2018
EntityMalformedException: Missing bundle property on entity of type node. in entity_extract_ids() (line 7562
EntityMalformedException :خاصية الحزمة مفقودة للكينونة من نوع node . في...
Aug. 24, 2017
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...
Jun. 15, 2017
This way will help you keep watching Drupal coding standards while you're writing your code inside your Atom editor.
// Make sure you have composer installed in your machine.
// Then run this...