How to integrate DigitalOcean Spaces with WordPress

[my_shortcode] 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 is like Amazon S3 storage. To speed up WordPress and handle static file delivery, we can setup a DigitalOcean Spaces account so that we may host WordPress site data […]
How to install & use Cordova Native Plugin in Ionic

[my_shortcode] 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 create plugins that give us access to native functionalities like camera from our JavaScript code without ever seeing or touching the native languages (unless we need to write […]
Integrating Apple pay with Stripe

This tutorial is going to be a follow up on the previous tutorial where we integrated the Stripe payments in iOS apps. This article is focused on integrating Apple Pay with Stripe. So, if you have missed the last tutorial, I suggest you give it a quick read before going any further. This tutorial is intended for medium level developer who have basic understanding about how the certificates and payment gateways work.
Stripe payment integration in iOS apps using Swift 5

There are many gateways available but Stripe payment gateway is one of the most powerful and commonly used. In this tutorial, we are going to cover the stripe payment integration in a test iOS app using Swift.
How to integrate PHP Laravel 5.8 APIs in Angular 7

When we want to extend functionality in WordPress project, we cannot do changes in core files because, WordPress updates frequently (currently at verion 5) and all changes will be overwritten back to default files of new version. Hence, the need for plugins for adding extra functionality. These are our experiences and process we employ at The Right Software to develop a WordPress plugin.
Which is the best cloud storage for you?

We discuss which is the best cloud storage for personal use. Discuss and comparison between Apple, Dropbox, Google, Amazon and other solutions.
How to integrate Stripe Connect in On-Demand apps in PHP

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.
Step-by-step guide to develop a WordPress plugin

[my_shortcode] When we want to extend functionality in a WordPress project, we cannot make changes in core files because WordPress updates frequently (currently at version 6.4), and all changes will be overwritten back to the default files of the new version. Hence, there is a need for plugins to add extra functionality. There are steps to […]
4 Best WordPress caching plugins compared (2019)
Use iOS Multiple Targets with CocoaPods to develop two types of iOS apps using a single view application containing a UITableView. We’re going to load different ULRs based on the project type and load the appropriate content.
Multiple Xcode Targets with CocoaPods
Use iOS Multiple Targets with CocoaPods to develop two types of iOS apps using a single view application containing a UITableView. We’re going to load different ULRs based on the project type and load the appropriate content.