Bishrul Haq

Posts

Simple PHP Page Router
Archived

Simple PHP Page Router

This is a simple yet basic PHP routing application created to direct all request to index.php and route the files to it’s relevant paths.

6 years ago 11K
React Native Vs Flutter : Comparison
Archived

React Native Vs Flutter : Comparison

React Native and Flutter has become one of the most trending technologies for Mobile Application Development in 2019. Both the technologies are built by leading tech giants.

6 years ago 4.4K
Scheduling Tasks with Cron Job in Laravel 5.8
Archived

Scheduling Tasks with Cron Job in Laravel 5.8

Cron Job is used to schedule tasks that will be executed every so often. Crontab is a file that contains a list of scripts, By editing the Crontab, You can run the scripts periodically.

6 years ago 10K
Android Q : What’s New ?
Archived

Android Q : What’s New ?

Android Q Beta 1 is the new update for android platform. There are some amazing features hidden in the developer options or even deeper in the new update.

6 years ago 5.6K
Convert PHP Array To JSON : Examples
Archived

Convert PHP Array To JSON : Examples

This tutorial focuses on converting PHP Array to JSON. It is used to read data from the server and display it to the Web. JSON is a text format , and We can convert any JS Object into a JSON format.

6 years ago 9.9K