May 2024

php

40 PHP Tips

Last Updated on May 29, 2024 by Moh 1. Do not use relative paths, instead define a ROOT path 2. Don’t use require , include , require_once or include_once 3. Maintain debugging environment in your application 4. Propagate status messages via session 5. Make your functions flexible 6. Omit the closing php tag if it […]

40 PHP Tips Read More »

AWS Naming Convention

Last Updated on May 4, 2024 by Moh When naming AWS resources, including instances, volumes, snapshots, and other resources, it’s important to follow a consistent naming convention that helps with organization, identification, and management. Here are some general guidelines for creating AWS resource names: Be descriptive: Use names that clearly indicate the purpose, function, or

AWS Naming Convention Read More »

Deploy Laravel 11 project on Shared Hosting, the Easiest Way

Last Updated on May 1, 2024 by Moh Are you hosting a Laravel 11  project on your server but struggling to access it directly from your domain? Fear not, as configuring Apache redirect rules can seamlessly direct traffic to your Laravel project folder.  after archiving and uploading your Laravel project to your cPanel  Follow these

Deploy Laravel 11 project on Shared Hosting, the Easiest Way Read More »