Database
Real-Time Application Dashboard with Yii2, Node.js, MySQL and Chart.js
In this article we will create a dashboard that can display graphics from data in real-time. The data we use as simulations is the...
Android
How to Use VoidCallback and Function(x) Callbacks to Communicate Between Widgets in Flutter
In Flutter, communication between widgets can use VoidCallback and Function Callback. VoidCallbacks are callbacks that don't return a value to the Parent Widget. This is...
Android
How to Change Minsdkversion in Flutter
When working with Flutter and using external packages, you often have to change Minsdkversion according to the package you are using. There are several ways...
Android
Easy Ways to Install Flutter on Android Studio and Windows
Flutter is an open-source framework developed by Google for building beautiful, natively compiled, multi-platform applications from a single codebase. As a mobile app SDK, Flutter...
Framework
How to Enable HTTP/2 in Apache XAMPP
The HTTP/2 protocol is faster than HTTP/1.1 because it can handle resource queues and handle them simultaneously. HTTP/2 uses a single TCP connection to send...
Framework
How to disable Directory Listing using .htaccess
Directory Listing allows your website visitors to get a complete list of all the files and folders that live on your site. The browser...