All posts by Seecoding Technologies
5 Best WordPress Themes To Buy in 2023 (SEO Optimized)
In 2023, one of the best WordPress themes to buy for SEO optimization is Astra. Astra is a lightweight, customizable theme that is designed to work with page builders such as ElementorRead More…
How to Search Tweets by username using Twitter API
In this article, I show you how to use Twitter’s Search API to get tweets from a particular user. You may want to integrate this…
The post How to Search Tweets by username using Twitter API appeared first on Artisans Web.
How to Integrate Twitter OAuth 2.0 in PHP + (Regenerate Access Token using OAuth 2.0)
Do you want to integrate Twitter OAuth 2.0 into your application? While interacting with Twitter API 2, you need to deal with OAuth 2.0. In…
The post How to Integrate Twitter OAuth 2.0 in PHP + (Regenerate Access Token using OAuth 2.0) appeared first on Artisans Web.
Connect HTML Forms to Google Spreadsheet using Google Apps Script
While working on real-world applications, you may want to store your form submissions on Google Spreadsheet. It helps to view all records at a time…
The post Connect HTML Forms to Google Spreadsheet using Google Apps Script appeared first on Artisans Web.
PayFast Payment Gateway Integration in PHP
Do you want to integrate the PayFast payment gateway into your application? In this article, I will show you the integration of the PayFast payment…
The post PayFast Payment Gateway Integration in PHP appeared first on Artisans Web.
Dynamically Generate vCard QR Code using PHP, JavaScript, and Ajax
A Virtual Contact Card aka vCard is used to share contact details on mobile devices. With vCard one can save details like name, contact numbers,…
The post Dynamically Generate vCard QR Code using PHP, JavaScript, and Ajax appeared first on Artisans Web.
Dynamically Generate QR Code using PHP, JavaScript, and Ajax
You may want to generate a QR code for various reasons. QR codes are easy to share with someone. For this tutorial, I am taking…
The post Dynamically Generate QR Code using PHP, JavaScript, and Ajax appeared first on Artisans Web.
Caching REST API Response with PHP and MySQL
While integrating third-party REST API, you may have heard about the term Rate Limit. Usually, vendors allow a certain number of requests within a specific…
The post Caching REST API Response with PHP and MySQL appeared first on Artisans Web.
How to Upload Files On Google Cloud Storage in Laravel
Laravel comes with a powerful file system that allows you to manage your file storage easily. By default, Laravel provides support for AWS S3 that…
The post How to Upload Files On Google Cloud Storage in Laravel appeared first on Artisans Web.