Create a Custom Login Page in WordPress (Without a Plugin)

A login page in any web application is an interface which allows user to access back-end of web application by entering their login credentials. Learn how to create a custom login page in WordPress without using any plugin.

Custom Login Page in WordPress

SOLID Principles in PHP Explained with Examples

The SOLID principles are a set of design principles that help to maintain an object-oriented code introduced by Robert C.Martin. This post explains each of these principles separately.

SOLID Principles in PHP

Flutter Splash Screen (Native Splash)

A flutter splash screen is a screen that is initially displayed to user before the application has fully launched. This post explains how to add a flutter loading screen in flutter app in simple and easy way.
Flutter Splash Screen

Create an RSS Feed Reader in PHP

RSS feed reader also known as RSS aggregator is a tool used to stay updated with content from different platforms like websites, blogs, news and podcasts etc. Learn in this post how to create an RSS reader in PHP in simple steps.

RSS Feed Reader in PHP

Submit HTML Form with jQuery AJAX and PHP

The default behavior of HTML form submission is to submit the from to URL provided in action attribute of form when user clicks the submit button of form. Learn how to submit HTML form using AJAX in jQuery.

Submit HTML Form with jQuery AJAX and PHP

Flutter App Project Structure (Recommended Structure)

It is important to maintain a good clean flutter files and folder structure which helps to make changes easily to project. This post explains recommended flutter folder structure to have for flutter apps.

Flutter App Project Structure

jQuery Datatables with AJAX in PHP

jQuery DataTables is a jQuery library that extends the HTML tables and adds some cool features like search and filters. Learn how to use jQuery DataTables in PHP with AJAX requests to fetch paginated data.

jQuery Datatables with AJAX in PHP

Login with GitHub OAuth in PHP

GitHub is a versioning control platform used for team collaboration. It is primarily used by developers to maintain source code in an efficient manner. Learn in this article how to implement login with GitHub in a PHP application.

Login with GitHub in PHP