PHP Framework
Networking
How to Set Up a Virtual Host for Multiple Domains
In the world of web development and server administration, the ability to run multiple websites on a single physical machine is fundamental. This technique,...
PHP Framework
Remove Yii2 Frontend Web in Apache and Nginx
To remove Yii2 frontend web from your application URL structure, you can apply several safe methods so the URL becomes cleaner and more professional....
PHP Framework
Implement Yii2 URL Encryption with AES-256-GCM
In an increasingly complex digital ecosystem, data security becomes an absolute imperative for web application developers. URL parameter encryption techniques not only protect sensitive...
PHP Framework
Advanced Yii2 GridView: Converting GET to POST Method with Pjax Integration
For experienced Yii2 developers, the change in default filtering behavior from POST in Yii1 to GET in Yii2's GridView often creates a need for...
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...
