WordPress Essential WordPress Plugins for Developers: Enhance Your Site’s Functionality and Performance Emman, November 8, 2024November 11, 2024 If you’re a WordPress developer, you know that having the right plugins can transform your… Continue Reading
AWS How to: Deploy Laravel Sail application to an AWS EC2 instance Emman, November 11, 2023November 11, 2023 Deploying a Laravel Sail application to an AWS EC2 instance involves several steps, including setting… Continue Reading
CodeIgniter4 How to: Create and use Factory in Codeigniter4 with example Emman, November 7, 2023November 7, 2023 A factory is a design pattern that allows you to create objects of different types… Continue Reading
CodeIgniter4 How to: Use Traits in codeigniter4 with example Emman, November 7, 2023November 7, 2023 Traits are a feature of PHP that allow you to reuse code across different classes… Continue Reading
CodeIgniter How to: Deploy CodeIgniter4 on Docker Emman, November 6, 2023November 6, 2023 Prerequisites Steps This file defines two services: web and mysql. The web service uses a… Continue Reading
Docker Create Laravel Sail project in WSL and configure it in VS Code Emman, November 3, 2023November 3, 2023 To create a new Laravel Sail CRUD project using the curl command and then configure… Continue Reading
CodeIgniter4 caching with Redis in a sample CRUD (Create, Read, Update, Delete) project Emman, October 2, 2023October 2, 2023 CodeIgniter 4’s caching with Redis in a sample CRUD (Create, Read, Update, Delete) project. CodeIgniter… Continue Reading