Don’t Trust The Numbers!
As developers, we can’t trust raw data about people. Yet for some reason, when we see stats and figures from studies about people we tend toward blind faith in them.
By using this website you agree to our Privacy Policy.
As developers, we can’t trust raw data about people. Yet for some reason, when we see stats and figures from studies about people we tend toward blind faith in them.
Get your type scale spot on with this bit of SCSS. You can use the Type Scale website to determine the typographic scale that fits your design.
Not sure or need to know what version of PHP your WordPress website is using? Here is how to find your version quickly.
To increase the max upload size on Laravel Homestead add the config option client_max_body_size.
There are many ways to create a custom API endpoint in WordPress. I personally like to build them against the base URL. […]
Create a very robust, clean, and fast local multi-version PHP (7.4, 8.0, 8.1) development environment on macOS Big Sur with Intel or Apple M1 chipsets.
PHPStorm is awesome. PHPStorm with Xdebug is even better. Specifically, when using Xdebug with the built-in PHP server. To Get Xdebug working […]
The last week has been full of exciting news. Here are a few links that caught my attention.
To override the wp_mail() function using the filter pre_wp_mail is the best and modern way to do so. Using this method will future-proof your override.