Blog

Welcome to my blog! I love writing about things I have learned to deepen and share my knowledge.

How to avoid the JavaScript error “cannot read property ___ of undefined” without nesting logical AND (&&)

If we're working with pulling data from APIs in JavaScript and React we may encounter the error "cannot read property...
Read More

How to Add Page Link in WordPress with Page ID

If your page ID is 15, use the following format: <a href="<?php echo get_page_link( 15 ); ?>">Learn More</a>
Read More
iMovie – Audio with Image Overlay – How to Add Image Overlay Over Large Audio Files on iMovie on iPhone

iMovie – Audio with Image Overlay – How to Add Image Overlay Over Large Audio Files on iMovie on iPhone

Today we're going to discuss how to make an iMovie which is an audio file with an image background, using...
Read More
PC vs. Mac – Laptops for Developers

PC vs. Mac – Laptops for Developers

Which laptop should you use as a developer? The short answer that I currently am at is Mac. Differences I've...
Read More
How to Edit a Variable/Function in a Plugin Using WordPress Hooks via functions.php ⚒

How to Edit a Variable/Function in a Plugin Using WordPress Hooks via functions.php ⚒

It is sometimes possible to modify plugin functions without editing the plugin file directly. It is poor practice to directly...
Read More
1 5 6 7 8 9 16