Best practices for CodeIgniter API development

Modern web applications built in CodeIgniter require API support. This article touches on those best practices for API development in CodeIgniter. These are general guidelines and hold true for all versions of CodeIgniter framework.

Upgrading PHP CodeIgniter 2.x version project to 3.x

Following are the step to upgrade your legacy CodeIgniter 2.x application into CodeIgniter 3.x application. CodeIgniter 3.x supports new versions of PHP and has more security […]

How to integrate DigitalOcean Spaces with WordPress

Introduction DigitalOcean Spaces is an object storage service that can be used to store large amounts of data like images and videos etc. The DigitalOcean Spaces […]
How to install & use Cordova Native Plugin in Ionic

How to install & use Cordova Native Plugin in Ionic

Cordova wraps native code (for Android, iOS or browser) into a JavaScript interface which acts as a bridge to our code. Through this bridge, we can […]

WooCommerce next day order delivery

For a client, we were hired as WordPress developers. One of the problem was simple request. How to use WooCommerce to only allow next day delivery if before 1pm and day after tomorrow if ordered after 1pm.
6 Reasons why your eCommerce website needs a mobile app

6 Reasons why your eCommerce website needs a mobile app

Last black Friday sale by Daraz.pk, the biggest shopping portal in Pakistan made roughly US$ 30Million in sales. That's a big sale day. But here's the important bit from that article. Over 76% of those sales were through their mobile app.
How to use Laravel Eloquent Relations - Introduction and usage

How to use Laravel Eloquent Relations

For databases that work on basis of relations i.e rdbms you have to define structure of your database before inserting any data to it . World’s […]

How to enforce HTTPS in Laravel

Installing SSL (URLs that start with https://) on your PHP project and implementing that in your code can be achieved by updating .htaccess file of your […]

Best features for your NDT Reporting Software

Find out what features make an NDT reporting software unique. And does your NDT reporting solution have these features built-in.
Kotlin vs Java: 10 reasons why we chose Kotlin for Android development

Kotlin vs Java: 14 reasons why we chose Kotlin for Android development

In this article we provide introduction to Kotlin programming language for Android Development. We used Kotlin instead of Java for Android app and found it a pleasant surprise and an upgrade on Java. Read for Kotlin vs Java.
8 steps on how to prevent MailChimp emails going to Spam?

8 steps on how to prevent MailChimp emails going to Spam?

We provide MailChimp integration services to our clients all over the world. One such client recently asked us to check their eCommerce shop to find out why the emails were going to Spam and prevent this from happening. We followed this checklist to make sure that all settings were correct and in place.
8 Steps to CodeIgniter performance optimization

8 Steps to CodeIgniter performance optimization

Website speed optimization is very much important in today’s world of web because of frequent use of large number of hi-res images, third party API’s and the databases that are keep growing. This is something that should be client’s top priority.