PHP Articles
Speed With Cache in WordPress
07 Aug 2022
6 min read
Most WordPress sites use Apache as their server. Apache has a lot of tools built into it to speed up your site. We are going to discuss static asset caching....
Why Use WordPress
01 Aug 2022
4 min read
Wordpress is a content management system to its users. While to developers, it is a framework. Wordpress helps bridge the gap between client and developer....
Better Encryption with PHP
27 Mar 2022
5 min read
Learn to secure files and data to send between users. Keep information secure and only readable by the associated parties. Build off what we have created by adding additional security and compartmenta...
Lock Down Encryption with PHP
18 Mar 2022
7 min read
Create an encryption and decryption app to share files securely across the internet. Instead of sending your files to the mercy of an email client, run a server that keeps information to those who nee...
Download And Install Composer WSL
26 Nov 2021
3 min read
PHP development can be frustrating on Windows. It does not have a "native" way to configure PHP or its package manager Composer. Let us learn a powerful quick way to use WSL and composer's installer t...