I am familiar with typical cloud storage services like Google Drive and Microsoft OneDrive. However, in web development, these cloud storage providers are not suitable because they lack direct links to the uploaded files. To address this issue, object storage becomes a handy solution.
(more…)Category: Coding & Development
-
5 Reasons Why You Should Be Using FlyWP
First, FlyWP helps you to manage multiple WordPress installation. It provides an interface where you can perform a WordPress, Plugin and Themes Updates directly from FlyWP interface. If you are handling multiple WordPress installation, this control panel will definitely reduce the pain managing multiple WordPress.
(more…) -
Adding imagick to PHP 7.4 and 8.1 on MacOS 12.6
I’m currently preparing my brand new Macbook Air for WordPress plugin development. I have installed PHP 8.1 using homebrew, a well-known package manager for most software developers using Mac. After installing WordPress, I notice WordPress complained about missing imagick library. I tried to install but encountered an error.
(more…)