Flutter Flutter CRUD (Create, Read, Update, Delete) app with complete examples Emman, October 2, 2023October 2, 2023 Flutter CRUD (Create, Read, Update, Delete) app with complete examples For this tutorial, I’ll assume… Continue Reading
General How to create a REST API using CodeIgniter4 and JWT (JSON Web Tokens) authentication Emman, October 2, 2023November 2, 2023 CodeIgniter 4 is a popular PHP framework for building web applications, and JWT is a… Continue Reading
Create a simple Caching CRUD application for managing a list of books Emman, October 2, 2023October 2, 2023 CodeIgniter4 is a PHP framework that provides tools for building web applications quickly and efficiently…. 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
Integrating CodeIgniter4 with RabbitMQ Emman, October 2, 2023October 2, 2023 CodeIgniter4 is a PHP web application framework, while RabbitMQ is a message broker that allows… Continue Reading
Creating CodeIgniter4 (CI4) CRUD (Create, Read, Update, Delete) application with Apache Kafka Emman, October 2, 2023 Creating a full CodeIgniter 4 (CI4) CRUD (Create, Read, Update, Delete) application with Apache Kafka… Continue Reading
Creating unit tests for a CodeIgniter4 CRUD application Emman, October 2, 2023October 2, 2023 Let’s quickly walk through creating unit tests for a CRUD (Create, Read, Update, Delete) application… Continue Reading