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

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

Create REST API in WordPress (With Examples)

WordPress empowers millions of websites globally and it becomes powerful headless CMS when the WordPress REST API is utilized. Learn in this post to create a WordPress API with example code.

REST API in WordPress

Add an Event to Google Calendar in PHP

Google calendar is a free, cloud-based scheduling product developed and maintained by google and it is used as a tool for event managements and reminders. Learn how to add an event to google calendar in PHP using Google Calendar API to automate event management.

Add Event to Google Calendar in PHP

Generate Random String in PHP

Developing a modern PHP web application comes with a common requirement to generate random strings for various reasons. Learn different methods to generate random strings in PHP with example code snippets.

Generate Random String in PHP