Smart Way To Upgrade Your WordPress
WordPress is one of the most powerful CMSes (Content Management Systems) for bloggers — easy to upgrade, maintain, extend, and customize. Upgrading WordPress is easy: just…
// ARTICLES · GUIDES, NOTES, EXPERIMENTS, LINKS
WordPress, performance, security, AI, browser APIs, and the boring devops in between. Newest first. The old posts are kept for context — they may reflect the tools and versions of their time.
WordPress is one of the most powerful CMSes (Content Management Systems) for bloggers — easy to upgrade, maintain, extend, and customize. Upgrading WordPress is easy: just…
Regular expressions (regex or regexp) provide a concise and flexible means for matching strings of text — for instance, particular characters, words, or patterns of characters.…
Talking about server-side security comes down to firewalls — filtering connections to and from your server. Closing unnecessary ports, blocking unwanted connections, and blacklisting spammers are…
OpenVZ is container-based virtualization for Linux. OpenVZ creates multiple secure, isolated containers (otherwise known as VEs or VPSs) on a single physical server, enabling better server…
PEAR is short for “PHP Extension and Application Repository” which provides a repository for PHP community extensions that will make your PHP installation more powerful and…
With their own operating systems and software, smartphones are morphing into the PCs of the future. What makes smartphones more than mobile phones is the myriad…
When you buy a new brand PC or laptop, you were told by the seller about the specification of your PC or laptop. But how do…
Google Chrome is a web browser developed by Google that uses the WebKit layout engine and application framework. It was first released as a beta version…
If you are a PHP web developer or want to be, it is a must that you need to have a testing environment. A testing environment…