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 (&&)
Omar Shishani
/ September 10, 2021
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
Omar Shishani
/ July 30, 2021
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
Omar Shishani
/ July 24, 2021
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
Omar Shishani
/ July 23, 2021
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 ⚒
Omar Shishani
/ July 23, 2021
It is sometimes possible to modify plugin functions without editing the plugin file directly. It is poor practice to directly...
Read More