WordPress is the most popular content management system in the world. Every fifth website is built with the WordPress CMS. In this article, we will discuss those plugins that must be installed on every WordPress website so we can make it secure and...
Pagination is needed when records in hundreds, thousands and in millions. So today we try to find the solution for how to create pagination with load-more buttons in react native. In mobile apps generally we use a load more button so...
Push notification is the feature notify user for any new update or send any message to user like whats app. There are two type of notifications. 1. Local push notification 2. Remote push notification In this article we discuss about local...
In this tutorial we learn how we can create chat module for real time communication. Most of clients demands for chat in their mobile application So as a developer i try to search a easy and reliable way to complete the...
Today I am going to share how we can stripe payment easily with react native mobile apps and nodeJS. Stripe is the best way to receive international payment so most clients prefer this payment gateway. By the way, there are a...
In this smartphone era, most users trust Google Pay UPI payment because everybody doesn’t want to share or remember 16 digit numbers of cards and pin. That’s why, according to security purposes Google pay is the best app for instant payment....
This error is common while using PHPMailer with upgrader version >5.6. In lower versions its working fine. But when using greater than 5.6 version possibly we got this error . PHPMailer SMTP Error: Could not connect to SMTP host. I have...
PHPMailer is the most useful library in PHP for send secure SMTP email from server. So every project must needs this library to send email from SMTP. In this tutorial we learn how to send email using Gmail SMTP with help...
Today i am going to share you how we can create zoom meeting with help of nodejs. In some meeting schedule projects we need to send meeting URL without password so members can join meeting with just a link. So lets...
Timeago function use for show difference between current date timestamp and old timestamp. today i am going to show you how to use time ago function for show posted time for example “2 days ago” etc. There is two methods for...