almooradi.hashnode.devShopify - Add Sub-CollectionsThe theme used in this article is Horizon Collections Custom Metafield Go to Settings > Metafields and metaobjects Click on Collections Then click on Add definition on the top right In the Name field, enter “Subcollections” In the Type field, se...Jan 27·24 min read
almooradi.hashnode.devEssential Steps to Take After a Web AttackAll steps should be completed immediately, so it's better if a team works on them. This way, they can manage multiple tasks at the same time, making the process faster. This list is not a complete guide; experts should handle such cases, but it provi...Jan 9·7 min read
almooradi.hashnode.devArduino - What it is?What is Arduino? Arduino is an open-source electronics platform based on easy-to-use hardware and software. Usage Arduino is great for educational purposes and small to medium projects. Boards Mega R3Uno R3Nano Length (mm)101.5268.645 Width...Dec 30, 2024·1 min read
almooradi.hashnode.devLaravel: Automatically sync permissions from Policies directorySync permissions from Policies directory, and add missing permissions to the permissions table. Create new command php artisan make:command SyncPermissionsCommand Command code <?php namespace App\Console\Commands; use Illuminate\Console\Command; u...Jul 9, 2024·1 min read
almooradi.hashnode.devMySQL Useful CommandsCopping Data From One Database to Another Click here for reference & more mysqldump db_name | mysql new_db_nameJun 27, 2024·1 min read