Integration of Stripe with Angular

What is Angular? Angular is a JavaScript framework for building single-page client applications using HTML and TypeScript. The following example will work with Angular version 8 till 13 […]
WordPress web-accessibility

How to make WordPress site accessible

Web Accessibility Introduction Web accessibility is the ability of a website, mobile application, or electronic document to be easily navigated and understood by a wide range […]
useful-laravel-packages

Best Laravel packages every developer should know

Laravel is one of the most popular and widely used PHP frameworks. Laravel saves a lot of time and cost of development by easing common tasks […]
How to fix Internal Server Error in WordPress

How to fix Internal Server Error in WordPress

Introduction It is the most common error in WordPress. It does not give any information about the error. For developers, it will be easy to fix […]

How to disable/hide all payment gateways in WooCommerce

Introduction WooCommerce is an eCommerce WordPress plugin used to set up an online shop in your WordPress website. WooCommerce is very flexible and user-friendly as you […]

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 […]
Some Simple Hacks of Ecwid

3 Useful Ecwid Hacks

Introduction Ecwid is an eCommerce platform that helps to easily create online store and start selling your products instantly anywhere around the globe. Ecwid is a […]

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 […]
android-shimmer

Shimmer effect in Android: Tutorial

Best way to show loading indicator Shimmer effect in Android provides an elegant solution to the loading screen. With the deprecation of Android ProgressDialog in APIv26, […]
Learn to develop Laravel RESTful API

Learn to develop Laravel RESTful API

Laravel RESTful API Development, Step By Step Previously we have discussed how to integrate Laravel APIs in Angular app. In this tutorial we will learn how to […]
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 […]