flutter

Flutter Packages and Localization

Internationalizing Flutter apps is pretty simple and straightforward as documented in the official website. But there is no clear documentation about localizing a Flutter packages and adding support for more language if package does not support them or overriding default translations. However the the process is same with some minor differences. You may know generating […]

Flutter Packages and Localization Read More »

How to Delete Orphan Files in Parse Server after Updating or Deleting Objects.

Parse Server does not automatically deletes associated file after deleting object or updating it because Parse Server does not know if you are still using those files somewhere. This cause waste of resources If we don’t delete these orphan files manually and the size of database will also grow. There will be generally 2 cases

How to Delete Orphan Files in Parse Server after Updating or Deleting Objects. Read More »

nginx

How to Setup Multiple WordPress Sites on WebDock VPS

WordPress is on of the most used CMS (content management system) that allows user to create blogs, e-commerce sites, portfolio, news site, headless servers and many more. WordPress needs a web server (Apache, Nginx, LiteSpeed), database (MariaDB, MySQL) and PHP. In this tutorial we are going to deploy multiple WordPress sites on WebDock. WebDock is

How to Setup Multiple WordPress Sites on WebDock VPS Read More »

Scroll to Top