Oct. 1, 2023
warning lights page:
queue items increased above specific number
Jan. 22, 2023
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
-...
Nov. 8, 2022
My favorite Vim shortcuts
- `daw` delete next string. will delete even with unserscores
- `w` forward word. `b` backward word.
- `df + $CHARACTER` will delete the current line until the typed...
Aug. 16, 2022
سيرفر Proxmox هو نظام تشغيل مبني على Debian GNU/Linux يسمح لك هذا النظام بإنشاء سيرفرات افتراضية بداخله تتعامل مع كل سيرفر على حده وبنظام تشغيل مستقل. كما يسمح لك بإنشاء مايسمى بـ Containers بداخله...
Aug. 10, 2022
google-chrome --args --profile-directory="PERSON_FOLDER_NAME" --first-run --ignore-autocomplete-off-autofill
// Copy your personal list
~/.config/google-chrome/PersonName
// Proxmox
vhost-net....
Aug. 3, 2022
// 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,}
May. 30, 2022
SQL Statement snippets
SELECT
td.name AS term_name
, td2.name AS content_type
, COUNT(meta.request_id) AS total_requests
, SUM(meta.total_plans) total_plans
, SUM(meta....
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...