WordPress Multisite Database Structure: A Quick Glance
March 2, 2020

To start with WordPress Network sites, one requires to have more knowledge of database structure and WordPress admin, especially for website builders. A standard WordPress database has 11 default tables. After setting up the multisite, you will see that the database looks different from a single site and has additional global tables added to it. ...Read more

Read More
Apple Sign-in in a PHP Website
February 27, 2020

In this article, we are going to learn how to implement Apple sign-in in PHP Website. Apple devices have become a favorite gadget for many. So, it’s very helpful if we provide sign in with Apple service on our websites or apps, just as we provide sign in with Google or Facebook. Basic process The ...Read more

Read More
Top 5 Mobile App Design Tips
February 19, 2020

Creating a design that stands the test of time and trends is easier said than done. Design is what creates an everlasting impression. And yet, getting your design right can be a tough nut to crack. Being a UI designer since 2014, here are the best mobile app design tips that I can share with ...Read more

Read More
Create Laravel Routes Using Route Groups
February 14, 2020

Laravel allows you to choose from different types of options that will help you do your work faster and in a more efficient manner. Here, I would like to talk about the “Route Groups” that allows you to define multiple routes under a single group. For example, suppose you are working on a profile module ...Read more

Read More
Create Custom Pipe in Angular 8
February 12, 2020

What is Pipe? It is used to transform data into a user readable format. It helps in custom formatting of data in an Angular template. The essence of a Pipe is that it is typically used for transforming data for user friendly UI. Example – In most of the cases, A layman prefers to see ...Read more

Read More
Stripe API for Subscription
February 10, 2020

There are many payment gateways that provide subscription APIs for membership plans. One of them is Stripe, which is very easy to understand and implement. The APIs for plan creation, subscription and cancellation code in Stripe are as follows: Create a Plan Admin can create the plans with the name of a plan, interval and ...Read more

Read More
Implement Dropzone in Laravel
February 10, 2020

Laravel Laravel is a web application framework with an expressive, elegant syntax. We believe development must be an enjoyable, creative experience to be truly fulfilling. Laravel is accessible, yet powerful, providing powerful tools needed for large, robust applications. Dropzone DropzoneJS is an open source library that provides drag-drop file uploads with image previews. It is ...Read more

Read More
The Significance of Visual Appeal for Website Design
February 6, 2020

Right website design practices help you create an engaging view. A good web design uses illustrations, photography, typography, space, layouts, and color to enhance the aesthetics of a product. Visual design helps improve both User Interface (UI) design and Graphic Design. Being a successful web designer requires you to follow the principles of visual design. ...Read more

Read More
How to Use Migrations in CodeIgniter 3
February 6, 2020

In CodeIgniter, migrations are used to create and maintain databases programmatically. Migrations are written in PHP code. The framework will translate the code into SQL statements. By default, migrations are disabled. You can enable/disable migrations from migration.php file located in application/config directory   Each Migration is run in numeric order forward or backward depending on ...Read more

Read More

Lets’s Talk

About your ideas and concept