My Blog Posts

December 22nd, 2024

.

How to Fix the 'Invalid Date' Error in Safari and iOS

# Understanding and Debugging the "Invalid Date" Issue in Safari/iOS When working with dates in javascript, you might encounter an issue in Safari and iOS where valid date strings result in `"Invalid Date"` errors. This problem has puzzled many devel.....

Read More

March 2nd, 2025

.

Olanrewaju Olajide

I’m Olanrewaju, with a love for building things that matter, but I’m always curious about new technologies and pur....

Read More

March 2nd, 2025

.

How to Improve Website Performance with Lazy Loading

Image and other assets(`scripts,icons,audio,css...`) you use on your website can grow exponentially in size as your app grow and that throttles the amount of bandwidth available to your app and also slow your app/page down. Logic Impact | All assets .....

Read More

April 17th, 2025

.

How is == Different from === in JavaScript

Pretty much everytime i need to compare two values(javascript), I end up comtemplating whether to use **===** or **==** > JavaScript has two sets of equality operators: === and !==, and their evil twins == and !=. The good ones( === & !== ) work the .....

Read More
Made With By Olanrewaju